2022-11-23T00:48:12.8329168Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.8329236Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.8329259Z Waiting for a runner to pick up this job... 2022-11-23T00:48:13.9824051Z Job is about to start running on the runner: i-0196332d2fc550a1e (organization) 2022-11-23T00:48:19.1737568Z Current runner version: '2.299.1' 2022-11-23T00:48:19.1742795Z Runner name: 'i-0196332d2fc550a1e' 2022-11-23T00:48:19.1743211Z Runner group name: 'Default' 2022-11-23T00:48:19.1743698Z Machine name: 'ip-10-0-3-245' 2022-11-23T00:48:19.1745345Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:19.1745780Z Actions: write 2022-11-23T00:48:19.1746027Z Checks: write 2022-11-23T00:48:19.1746301Z Contents: write 2022-11-23T00:48:19.1746516Z Deployments: write 2022-11-23T00:48:19.1746759Z Discussions: write 2022-11-23T00:48:19.1746992Z Issues: write 2022-11-23T00:48:19.1747179Z Metadata: read 2022-11-23T00:48:19.1747436Z Packages: write 2022-11-23T00:48:19.1747767Z Pages: write 2022-11-23T00:48:19.1747962Z PullRequests: write 2022-11-23T00:48:19.1748226Z RepositoryProjects: write 2022-11-23T00:48:19.1748489Z SecurityEvents: write 2022-11-23T00:48:19.1748711Z Statuses: write 2022-11-23T00:48:19.1748957Z ##[endgroup] 2022-11-23T00:48:19.1751902Z Secret source: Actions 2022-11-23T00:48:19.1752408Z Prepare workflow directory 2022-11-23T00:48:19.2360013Z Prepare all required actions 2022-11-23T00:48:19.2516883Z Getting action download info 2022-11-23T00:48:20.0183182Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:20.2726102Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:25.0443192Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:25.2912455Z Getting action download info 2022-11-23T00:48:25.9566169Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:26.1394349Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:26.1396033Z ##[group] Inputs 2022-11-23T00:48:26.1396329Z build-environment: linux-focal-py3.7-clang7-tsan 2022-11-23T00:48:26.1396650Z docker-image-name: pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:48:26.1397230Z build-generates-artifacts: true 2022-11-23T00:48:26.1397443Z build-with-debug: false 2022-11-23T00:48:26.1397632Z sync-tag: 2022-11-23T00:48:26.1397813Z cuda-arch-list: 5.2 2022-11-23T00:48:26.1397995Z runner: linux.2xlarge 2022-11-23T00:48:26.1398266Z test-matrix: { include: [ { config: "tsan", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-11-23T00:48:26.1398537Z ##[endgroup] 2022-11-23T00:48:26.1398924Z Complete job name: linux-focal-py3.7-clang7-tsan / build 2022-11-23T00:48:26.2148585Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:26.2148853Z with: 2022-11-23T00:48:26.2149301Z github-secret: *** 2022-11-23T00:48:26.2149516Z activate-with-label: false 2022-11-23T00:48:26.2149716Z label: with-ssh 2022-11-23T00:48:26.2149897Z remove-existing-keys: true 2022-11-23T00:48:26.2150097Z ##[endgroup] 2022-11-23T00:48:26.2901220Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:26.3057914Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:26.3058172Z with: 2022-11-23T00:48:26.3058346Z submodules: recursive 2022-11-23T00:48:26.3058528Z fetch-depth: 0 2022-11-23T00:48:26.3058704Z ##[endgroup] 2022-11-23T00:48:26.3265342Z ##[group]Run retry () { 2022-11-23T00:48:26.3265591Z retry () { 2022-11-23T00:48:26.3265805Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:26.3266018Z } 2022-11-23T00:48:26.3266201Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:26.3266421Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:26.3266634Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:26.3266838Z else 2022-11-23T00:48:26.3267035Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:26.3267215Z fi 2022-11-23T00:48:26.3267396Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:26.3282771Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:26.3283123Z env: 2022-11-23T00:48:26.3283284Z NO_SUDO: 2022-11-23T00:48:26.3283455Z ##[endgroup] 2022-11-23T00:48:26.3373713Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:26.3632361Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:26.3632612Z with: 2022-11-23T00:48:26.3632839Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:26.3633059Z fetch-depth: 0 2022-11-23T00:48:26.3633411Z submodules: recursive 2022-11-23T00:48:26.3633632Z quiet-checkout: true 2022-11-23T00:48:26.3633849Z repository: pytorch/pytorch 2022-11-23T00:48:26.3634201Z token: *** 2022-11-23T00:48:26.3634404Z ssh-strict: true 2022-11-23T00:48:26.3634630Z persist-credentials: true 2022-11-23T00:48:26.3634839Z clean: true 2022-11-23T00:48:26.3635031Z lfs: false 2022-11-23T00:48:26.3635244Z set-safe-directory: true 2022-11-23T00:48:26.3635447Z ##[endgroup] 2022-11-23T00:48:26.4766433Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:26.4768668Z ##[group]Getting Git version info 2022-11-23T00:48:26.4769403Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:26.4770242Z [command]/usr/bin/git version 2022-11-23T00:48:26.4770620Z git version 2.37.1 2022-11-23T00:48:26.4771702Z ##[endgroup] 2022-11-23T00:48:26.4787645Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/925ce73d-5471-48b6-bad8-d437bbed49be' before making global git config changes 2022-11-23T00:48:26.4788112Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:26.4788606Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:26.4812796Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:26.4817319Z ##[group]Initializing the repository 2022-11-23T00:48:26.4820423Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:26.4845724Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:26.4846374Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:26.4846954Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:26.4847385Z hint: 2022-11-23T00:48:26.4847911Z hint: git config --global init.defaultBranch 2022-11-23T00:48:26.4848291Z hint: 2022-11-23T00:48:26.4848832Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:26.4849532Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:26.4849978Z hint: 2022-11-23T00:48:26.4850396Z hint: git branch -m 2022-11-23T00:48:26.4851107Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:26.4856251Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:26.4882144Z ##[endgroup] 2022-11-23T00:48:26.4882878Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:26.4886193Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:26.4909862Z ##[endgroup] 2022-11-23T00:48:26.4910530Z ##[group]Setting up auth 2022-11-23T00:48:26.4916839Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:26.4943111Z [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:26.5187211Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:26.5213803Z [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:26.5441903Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:26.5477659Z ##[endgroup] 2022-11-23T00:48:26.5478380Z ##[group]Fetching the repository 2022-11-23T00:48:26.5484616Z [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:15.7269835Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:15.7291165Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:15.7296137Z ##[endgroup] 2022-11-23T00:49:15.7296490Z ##[group]Determining the checkout info 2022-11-23T00:49:15.7298095Z ##[endgroup] 2022-11-23T00:49:15.7298406Z ##[group]Checking out the ref 2022-11-23T00:49:15.7302690Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:16.9915293Z ##[endgroup] 2022-11-23T00:49:16.9915718Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:16.9922683Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:16.9963970Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:16.9991244Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:17.0015576Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:17.0039320Z ##[endgroup] 2022-11-23T00:49:17.0039795Z ##[group]Fetching submodules 2022-11-23T00:49:17.0043174Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:17.0293726Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:17.0537983Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:17.0538665Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:17.0540057Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:17.0542249Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:17.0544523Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:17.0547204Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:17.0549599Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:17.0552219Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:17.0555138Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:17.0557779Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:17.0560694Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:17.0563597Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:17.0567401Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:17.0570613Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:17.0573845Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:17.0577175Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:17.0580697Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:17.0584444Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:17.0588133Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:17.0592151Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:17.0596021Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:17.0600079Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:17.0604280Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:17.0608539Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:17.0612875Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:17.0617373Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:17.0621753Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:17.0626240Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:17.0631200Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:17.0635933Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:17.0640858Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:17.0647182Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:17.0652324Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:17.0657436Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:17.0662766Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:17.0668238Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:17.0673873Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:17.0679200Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:17.0685184Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:17.0691173Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:17.0697144Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:17.0721879Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:17.3306339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:17.5369681Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:17.7441878Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:18.0246915Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:18.2788001Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:20.2708532Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:26.3125459Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:26.6882726Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:27.1838368Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:28.5710319Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:29.6708848Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:31.0792320Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:36.1753152Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:36.8722649Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:38.2437552Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:39.3465121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:39.5328238Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:40.0448632Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:40.3364897Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:41.3601889Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:41.7698465Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:41.9675741Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:42.2132815Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:43.5348899Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:43.9156273Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:44.2777482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:49:50.1099658Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:49:51.8098603Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:49:52.2833010Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:49:52.5609868Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:49:57.9377029Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:49:58.1405127Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:49:58.4861789Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:49:59.2787940Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:49:59.4903742Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:49:59.7889146Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:50:00.1695670Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:50:00.7163986Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:02.8457443Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:03.4784522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:05.6537975Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:05.6631631Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:05.6703319Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:05.6903242Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:05.7101260Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:05.7416863Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:06.2850846Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:06.3038460Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:06.3942306Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:06.4254055Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:06.6897702Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:07.0590999Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:07.2794177Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:07.3207567Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:07.3221306Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:07.3223139Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:07.3225220Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:07.3227412Z 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:07.3249958Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:08.2332041Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:08.7288366Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:09.7566376Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:10.0464197Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:10.1367972Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:10.1902067Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:10.1994145Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:10.2837073Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:10.3164098Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:10.3244630Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:10.3607299Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:10.3820698Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:10.4239411Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:10.4343570Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:10.4355713Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:10.4376974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:18.3257640Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:18.3273062Z 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:18.3295256Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:26.1905622Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:26.1997180Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:26.2126047Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:26.2968511Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:26.2984163Z 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:26.2985655Z 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:26.3008537Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:27.3897958Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:28.4462645Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:28.4949620Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:28.5135294Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:28.5258607Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:28.6224772Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:28.8425699Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:28.8452501Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:28.8453872Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:28.8476832Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:29.2468989Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:30.0577157Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:30.0857727Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:30.0993271Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:30.1005685Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:30.1025330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:31.8008762Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:31.8025983Z 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:31.8027983Z 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:31.8050696Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:32.2142297Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:33.0694242Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:33.1285906Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:33.1298689Z 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:33.1319648Z 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:33.4515775Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:33.4593981Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:33.6912354Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:33.6930273Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:33.6932070Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:33.6954595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:34.0831274Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:35.1388286Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:35.2015743Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:35.2092630Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:35.2186569Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:35.2487534Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:35.2566792Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:35.2825690Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:35.2908541Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:35.3304362Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:35.4281509Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:35.4514197Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:35.4528245Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:35.4530157Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:35.4533275Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:35.4536148Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:35.4556981Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:36.4727377Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:36.7536998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:37.9136753Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:38.7674472Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:38.7805697Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:38.8398213Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:38.8650442Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:38.8662871Z 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:38.8684548Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:39.1273832Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:39.2484698Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:39.2516472Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:39.2766385Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.2800888Z Entering 'third_party/FP16' 2022-11-23T00:50:39.2836801Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.2871949Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.2907735Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.2945420Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.2979739Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.3023490Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.3059867Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.3094353Z Entering 'third_party/cub' 2022-11-23T00:50:39.3128384Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.3167598Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.3208362Z Entering 'third_party/eigen' 2022-11-23T00:50:39.3244117Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.3278349Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.3310956Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.3343586Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.3377870Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.3413807Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.3450386Z Entering 'third_party/fmt' 2022-11-23T00:50:39.3484445Z Entering 'third_party/foxi' 2022-11-23T00:50:39.3518648Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.3552394Z Entering 'third_party/gloo' 2022-11-23T00:50:39.3586274Z Entering 'third_party/googletest' 2022-11-23T00:50:39.3621123Z Entering 'third_party/ideep' 2022-11-23T00:50:39.3655041Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.3692139Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.3731357Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.3765076Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.3797917Z Entering 'third_party/kineto' 2022-11-23T00:50:39.3831053Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.3865449Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.3900816Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.3935997Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.3971270Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.4007311Z Entering 'third_party/onnx' 2022-11-23T00:50:39.4053051Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.4087105Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.4122486Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.4157717Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.4197580Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.4231358Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.4264644Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.4302611Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.4337647Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.4375729Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.4410539Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.4447156Z Entering 'third_party/psimd' 2022-11-23T00:50:39.4481620Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.4515352Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.4550927Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.4585596Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.4620494Z Entering 'third_party/python-six' 2022-11-23T00:50:39.4654216Z Entering 'third_party/sleef' 2022-11-23T00:50:39.4688748Z Entering 'third_party/tbb' 2022-11-23T00:50:39.4726748Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.4762325Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.4795355Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.4827867Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.4861638Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.4894834Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.4932303Z Entering 'third_party/zstd' 2022-11-23T00:50:39.4974569Z ##[endgroup] 2022-11-23T00:50:39.4975117Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:39.4979959Z [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:39.5236649Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.5269618Z Entering 'third_party/FP16' 2022-11-23T00:50:39.5304053Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.5340009Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.5374704Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.5407430Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.5440370Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.5487488Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.5520556Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.5553887Z Entering 'third_party/cub' 2022-11-23T00:50:39.5588885Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.5628217Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.5669670Z Entering 'third_party/eigen' 2022-11-23T00:50:39.5704573Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.5737761Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.5770124Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.5802775Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.5837050Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.5870531Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.5905713Z Entering 'third_party/fmt' 2022-11-23T00:50:39.5939690Z Entering 'third_party/foxi' 2022-11-23T00:50:39.5972540Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.6007500Z Entering 'third_party/gloo' 2022-11-23T00:50:39.6042413Z Entering 'third_party/googletest' 2022-11-23T00:50:39.6076834Z Entering 'third_party/ideep' 2022-11-23T00:50:39.6110889Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.6145391Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.6183863Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.6218994Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.6252369Z Entering 'third_party/kineto' 2022-11-23T00:50:39.6285814Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.6319090Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.6353344Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.6386666Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.6419884Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.6454464Z Entering 'third_party/onnx' 2022-11-23T00:50:39.6498132Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.6532309Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.6566581Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.6599321Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.6637113Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.6671762Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.6704705Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.6743687Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.6776846Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.6813996Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.6846565Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.6880817Z Entering 'third_party/psimd' 2022-11-23T00:50:39.6914360Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.6949093Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.6983833Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.7016414Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.7049513Z Entering 'third_party/python-six' 2022-11-23T00:50:39.7082570Z Entering 'third_party/sleef' 2022-11-23T00:50:39.7115836Z Entering 'third_party/tbb' 2022-11-23T00:50:39.7152861Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.7185555Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.7218268Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.7249967Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.7282509Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.7315478Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.7349078Z Entering 'third_party/zstd' 2022-11-23T00:50:39.7393191Z [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:39.7642818Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.7673452Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:39.7687208Z Entering 'third_party/FP16' 2022-11-23T00:50:39.7717626Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:39.7731586Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.7762756Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:39.7777189Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.7809416Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:39.7823281Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.7854812Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:39.7868069Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.7900476Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:39.7914265Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.7945575Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:39.7970102Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.8001363Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.8015724Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.8047456Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:39.8061345Z Entering 'third_party/cub' 2022-11-23T00:50:39.8093005Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:39.8106543Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.8138979Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:39.8157818Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.8189021Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:39.8209222Z Entering 'third_party/eigen' 2022-11-23T00:50:39.8240458Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:39.8257068Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.8288307Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:39.8303689Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.8334403Z 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:39.8347892Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.8380258Z 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:39.8394558Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.8426142Z 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:39.8440319Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.8471356Z 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:39.8487104Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.8519702Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:39.8535818Z Entering 'third_party/fmt' 2022-11-23T00:50:39.8567401Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:39.8581236Z Entering 'third_party/foxi' 2022-11-23T00:50:39.8613391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:39.8626889Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.8658420Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:39.8672285Z Entering 'third_party/gloo' 2022-11-23T00:50:39.8703964Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:39.8718074Z Entering 'third_party/googletest' 2022-11-23T00:50:39.8749255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.8762655Z Entering 'third_party/ideep' 2022-11-23T00:50:39.8794377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:39.8808823Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.8839220Z 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:39.8855904Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.8886163Z 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:39.8905368Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.8937401Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:39.8951122Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.8982834Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:39.8996337Z Entering 'third_party/kineto' 2022-11-23T00:50:39.9026719Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:39.9041055Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.9071671Z 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:39.9086157Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.9117794Z 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:39.9132296Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.9165293Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:39.9178976Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.9210641Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:39.9224508Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.9256019Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:39.9271092Z Entering 'third_party/onnx' 2022-11-23T00:50:39.9302048Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:39.9328459Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.9359741Z 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:39.9373711Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.9404911Z 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:39.9420886Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.9453166Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:39.9467247Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.9498558Z 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:39.9517323Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.9551879Z 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:39.9565275Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.9596427Z 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:39.9641384Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.9642538Z 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:39.9660950Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.9697273Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:39.9711664Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.9743745Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:39.9761126Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.9792118Z 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:39.9807404Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.9837984Z 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:39.9853847Z Entering 'third_party/psimd' 2022-11-23T00:50:39.9885054Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:39.9898178Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.9929385Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:39.9942685Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.9972825Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.9986102Z Entering 'third_party/python-enum' 2022-11-23T00:50:40.0016578Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:40.0030302Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:40.0060968Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:40.0074534Z Entering 'third_party/python-six' 2022-11-23T00:50:40.0106820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:40.0120851Z Entering 'third_party/sleef' 2022-11-23T00:50:40.0151400Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:40.0165413Z Entering 'third_party/tbb' 2022-11-23T00:50:40.0196104Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:40.0211492Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:40.0242978Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:40.0257000Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:40.0287456Z 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:40.0300847Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:40.0333050Z 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:40.0345708Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:40.0376806Z 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:40.0390474Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.0422104Z 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:40.0435467Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.0466549Z 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:40.0482226Z Entering 'third_party/zstd' 2022-11-23T00:50:40.0513562Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:40.4952399Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:40.5215471Z Entering 'android/libs/fbjni' 2022-11-23T00:50:40.5249497Z Entering 'third_party/FP16' 2022-11-23T00:50:40.5283374Z Entering 'third_party/FXdiv' 2022-11-23T00:50:40.5318801Z Entering 'third_party/NNPACK' 2022-11-23T00:50:40.5353072Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:40.5386903Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:40.5421066Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:40.5465385Z Entering 'third_party/benchmark' 2022-11-23T00:50:40.5499015Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:40.5533295Z Entering 'third_party/cub' 2022-11-23T00:50:40.5567645Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:40.5607936Z Entering 'third_party/cutlass' 2022-11-23T00:50:40.5650665Z Entering 'third_party/eigen' 2022-11-23T00:50:40.5687469Z Entering 'third_party/fbgemm' 2022-11-23T00:50:40.5722928Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:40.5757023Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:40.5792162Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:40.5825403Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:40.5860349Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:40.5895806Z Entering 'third_party/fmt' 2022-11-23T00:50:40.5929174Z Entering 'third_party/foxi' 2022-11-23T00:50:40.5962392Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:40.5996895Z Entering 'third_party/gloo' 2022-11-23T00:50:40.6030916Z Entering 'third_party/googletest' 2022-11-23T00:50:40.6064383Z Entering 'third_party/ideep' 2022-11-23T00:50:40.6098721Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:40.6133925Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:40.6176202Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:40.6211250Z Entering 'third_party/ittapi' 2022-11-23T00:50:40.6243940Z Entering 'third_party/kineto' 2022-11-23T00:50:40.6276695Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:40.6310810Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:40.6344784Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:40.6378588Z Entering 'third_party/neon2sse' 2022-11-23T00:50:40.6414285Z Entering 'third_party/nlohmann' 2022-11-23T00:50:40.6450596Z Entering 'third_party/onnx' 2022-11-23T00:50:40.6498166Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.6531773Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.6568359Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:40.6601528Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:40.6641769Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.6675707Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.6708879Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.6746542Z Entering 'third_party/pocketfft' 2022-11-23T00:50:40.6780942Z Entering 'third_party/protobuf' 2022-11-23T00:50:40.6818577Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:40.6852042Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:40.6887565Z Entering 'third_party/psimd' 2022-11-23T00:50:40.6920568Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:40.6953888Z Entering 'third_party/pybind11' 2022-11-23T00:50:40.6987729Z Entering 'third_party/python-enum' 2022-11-23T00:50:40.7020955Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:40.7054866Z Entering 'third_party/python-six' 2022-11-23T00:50:40.7088339Z Entering 'third_party/sleef' 2022-11-23T00:50:40.7122051Z Entering 'third_party/tbb' 2022-11-23T00:50:40.7156965Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:40.7191057Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:40.7224150Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:40.7257288Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:40.7291023Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.7535569Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.7572642Z Entering 'third_party/zstd' 2022-11-23T00:50:40.7616677Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:50:40.7862550Z Entering 'android/libs/fbjni' 2022-11-23T00:50:40.7895874Z Entering 'third_party/FP16' 2022-11-23T00:50:40.7930876Z Entering 'third_party/FXdiv' 2022-11-23T00:50:40.7964676Z Entering 'third_party/NNPACK' 2022-11-23T00:50:40.7999055Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:40.8034688Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:40.8069203Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:40.8114193Z Entering 'third_party/benchmark' 2022-11-23T00:50:40.8148742Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:40.8183587Z Entering 'third_party/cub' 2022-11-23T00:50:40.8217445Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:40.8256557Z Entering 'third_party/cutlass' 2022-11-23T00:50:40.8297432Z Entering 'third_party/eigen' 2022-11-23T00:50:40.8334793Z Entering 'third_party/fbgemm' 2022-11-23T00:50:40.8369214Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:40.8402374Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:40.8435759Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:40.8468967Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:40.8503010Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:40.8540271Z Entering 'third_party/fmt' 2022-11-23T00:50:40.8573978Z Entering 'third_party/foxi' 2022-11-23T00:50:40.8609168Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:40.8642779Z Entering 'third_party/gloo' 2022-11-23T00:50:40.8676835Z Entering 'third_party/googletest' 2022-11-23T00:50:40.8711073Z Entering 'third_party/ideep' 2022-11-23T00:50:40.8744583Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:40.8780787Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:40.8820748Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:40.8855116Z Entering 'third_party/ittapi' 2022-11-23T00:50:40.8890710Z Entering 'third_party/kineto' 2022-11-23T00:50:40.8924790Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:40.8958206Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:40.8992835Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:40.9027252Z Entering 'third_party/neon2sse' 2022-11-23T00:50:40.9060897Z Entering 'third_party/nlohmann' 2022-11-23T00:50:40.9097740Z Entering 'third_party/onnx' 2022-11-23T00:50:40.9143123Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.9176913Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.9213750Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:40.9247541Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:40.9286331Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.9319674Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.9354765Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.9391976Z Entering 'third_party/pocketfft' 2022-11-23T00:50:40.9426286Z Entering 'third_party/protobuf' 2022-11-23T00:50:40.9463319Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:40.9496668Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:40.9532005Z Entering 'third_party/psimd' 2022-11-23T00:50:40.9566035Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:40.9599786Z Entering 'third_party/pybind11' 2022-11-23T00:50:40.9634413Z Entering 'third_party/python-enum' 2022-11-23T00:50:40.9667881Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:40.9701493Z Entering 'third_party/python-six' 2022-11-23T00:50:40.9734588Z Entering 'third_party/sleef' 2022-11-23T00:50:40.9769275Z Entering 'third_party/tbb' 2022-11-23T00:50:40.9804792Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:40.9838368Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:40.9871516Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:40.9907167Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:40.9940455Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.9974943Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:41.0011668Z Entering 'third_party/zstd' 2022-11-23T00:50:41.0053151Z ##[endgroup] 2022-11-23T00:50:41.0089077Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:50:41.0112462Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:50:41.0225863Z Prepare all required actions 2022-11-23T00:50:41.0249484Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:50:41.0249692Z ##[endgroup] 2022-11-23T00:50:41.0270801Z ##[group]Run set -euo pipefail 2022-11-23T00:50:41.0271034Z set -euo pipefail 2022-11-23T00:50:41.0271254Z function get_ec2_metadata() { 2022-11-23T00:50:41.0271501Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:50:41.0271841Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:50:41.0272141Z  category=$1 2022-11-23T00:50:41.0272383Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:50:41.0272604Z } 2022-11-23T00:50:41.0272788Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:50:41.0273038Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:50:41.0273337Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:50:41.0273573Z echo "system info $(uname -a)" 2022-11-23T00:50:41.0286414Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.0286642Z ##[endgroup] 2022-11-23T00:50:41.0366760Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:50:41.0472007Z instance-id: i-0196332d2fc550a1e 2022-11-23T00:50:41.0523528Z instance-type: c5.2xlarge 2022-11-23T00:50:41.0530347Z system info Linux ip-10-0-3-245.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:50:41.0545227Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:50:41.0545513Z if systemctl is-active --quiet docker; then 2022-11-23T00:50:41.0545758Z  echo "Docker daemon is running..."; 2022-11-23T00:50:41.0545943Z else 2022-11-23T00:50:41.0546177Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:50:41.0546414Z fi 2022-11-23T00:50:41.0557468Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.0557682Z ##[endgroup] 2022-11-23T00:50:41.0598433Z Docker daemon is running... 2022-11-23T00:50:41.0613406Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:41.0613762Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:41.0614029Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:41.0614416Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:50:41.0614751Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:50:41.0625165Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.0625387Z env: 2022-11-23T00:50:41.0625561Z AWS_RETRY_MODE: standard 2022-11-23T00:50:41.0625741Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:50:41.0625949Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:50:41.0626141Z ##[endgroup] 2022-11-23T00:50:41.8157416Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:50:41.8157779Z Configure a credential helper to remove this warning. See 2022-11-23T00:50:41.8158185Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:50:41.8158395Z 2022-11-23T00:50:41.8159224Z Login Succeeded 2022-11-23T00:50:41.8190406Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.8190720Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.8190981Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.8202336Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.8202550Z ##[endgroup] 2022-11-23T00:50:41.8291835Z Prepare all required actions 2022-11-23T00:50:41.8342961Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:50:41.8343183Z with: 2022-11-23T00:50:41.8343427Z docker-image-name: pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:50:41.8343655Z xla: false 2022-11-23T00:50:41.8343829Z skip_push: true 2022-11-23T00:50:41.8344003Z ##[endgroup] 2022-11-23T00:50:41.8394299Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:41.8394539Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:41.8394792Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:50:41.8395078Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:41.8395345Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.8395628Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.8395870Z else 2022-11-23T00:50:41.8396117Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:41.8396366Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.8396651Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.8396883Z fi 2022-11-23T00:50:41.8407527Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.8407744Z env: 2022-11-23T00:50:41.8407971Z IS_XLA: 2022-11-23T00:50:41.8408127Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:50:41.8408441Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:50:41.8408739Z ##[endgroup] 2022-11-23T00:50:41.8482702Z ##[group]Run set -x 2022-11-23T00:50:41.8482940Z set -x 2022-11-23T00:50:41.8483174Z # Check if image already exists, if it does then skip building it 2022-11-23T00:50:41.8483458Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:50:41.8483662Z  exit 0 2022-11-23T00:50:41.8484007Z fi 2022-11-23T00:50:41.8484223Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:50:41.8484481Z  # if we're on the base branch then use the parent commit 2022-11-23T00:50:41.8484730Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:50:41.8484924Z else 2022-11-23T00:50:41.8485136Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:50:41.8485414Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:50:41.8485624Z fi 2022-11-23T00:50:41.8485849Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:50:41.8486173Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:50:41.8486495Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:50:41.8486835Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:50:41.8487099Z  exit 1 2022-11-23T00:50:41.8487260Z fi 2022-11-23T00:50:41.8487490Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:50:41.8487814Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:50:41.8488102Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:50:41.8488427Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:50:41.8488779Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:50:41.8489097Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:50:41.8489438Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:50:41.8489726Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:50:41.8490054Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:50:41.8490393Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:50:41.8490675Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.8490878Z  fi 2022-11-23T00:50:41.8491037Z fi 2022-11-23T00:50:41.8491219Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.8501248Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.8501463Z env: 2022-11-23T00:50:41.8501671Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:50:41.8502051Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.8502428Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.8502643Z DOCKER_FORCE_PUSH: 2022-11-23T00:50:41.8502823Z ##[endgroup] 2022-11-23T00:50:41.8525238Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:42.0309151Z { 2022-11-23T00:50:42.0309889Z "schemaVersion": 2, 2022-11-23T00:50:42.0310430Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:50:42.0310891Z "config": { 2022-11-23T00:50:42.0311335Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:50:42.0311734Z "size": 28449, 2022-11-23T00:50:42.0312044Z "digest": "sha256:a4b6a4ec144dd731b4057d13309ced6a22d97b1e2b83ef3e696dc70c7e49decd" 2022-11-23T00:50:42.0313970Z }, 2022-11-23T00:50:42.0314245Z "layers": [ 2022-11-23T00:50:42.0314477Z { 2022-11-23T00:50:42.0314776Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0315031Z "size": 28577834, 2022-11-23T00:50:42.0315298Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T00:50:42.0315560Z }, 2022-11-23T00:50:42.0315726Z { 2022-11-23T00:50:42.0316140Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0316587Z "size": 2063, 2022-11-23T00:50:42.0317181Z "digest": "sha256:08e28b7f24cb2f4f574b8007cf8cd00fbbe26150676dfb84acdc40e9a37fb539" 2022-11-23T00:50:42.0317706Z }, 2022-11-23T00:50:42.0317998Z { 2022-11-23T00:50:42.0318527Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0319064Z "size": 310126222, 2022-11-23T00:50:42.0319619Z "digest": "sha256:eb222a67db4e80db9e062e72a4a4fac0492896e3229bd1a1fa8bfcf9d15da42c" 2022-11-23T00:50:42.0320154Z }, 2022-11-23T00:50:42.0320470Z { 2022-11-23T00:50:42.0320976Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0321506Z "size": 848, 2022-11-23T00:50:42.0322026Z "digest": "sha256:a078424009f82b4a91c56db6487c8fce259c24675731429b22af1434efea1308" 2022-11-23T00:50:42.0322499Z }, 2022-11-23T00:50:42.0322809Z { 2022-11-23T00:50:42.0325246Z + exit 0 2022-11-23T00:50:42.0325995Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0326415Z "size": 64630102, 2022-11-23T00:50:42.0326945Z "digest": "sha256:1fa5e26d1ca71c19fcf965e9f1dfe98ea3010a52cc8245317f1dd11d9d151cf3" 2022-11-23T00:50:42.0327396Z }, 2022-11-23T00:50:42.0327652Z { 2022-11-23T00:50:42.0328074Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0328485Z "size": 408, 2022-11-23T00:50:42.0328869Z "digest": "sha256:53d1f50f21efc3c2f13a24114d4204439bf39d1992bec539684bc7bcb83e6386" 2022-11-23T00:50:42.0329233Z }, 2022-11-23T00:50:42.0329397Z { 2022-11-23T00:50:42.0329944Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0330310Z "size": 107, 2022-11-23T00:50:42.0330575Z "digest": "sha256:00f031ea3c8cf43c8a4f8b62507cbc4c75324e21755f09c9e120f75f925e988a" 2022-11-23T00:50:42.0331018Z }, 2022-11-23T00:50:42.0331338Z { 2022-11-23T00:50:42.0331873Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0332393Z "size": 451, 2022-11-23T00:50:42.0332943Z "digest": "sha256:911da22359aca082b8996c7b5ced3600fe36f659e7cad97ba8734685b78e343c" 2022-11-23T00:50:42.0333454Z }, 2022-11-23T00:50:42.0333700Z { 2022-11-23T00:50:42.0334152Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0334439Z "size": 1279, 2022-11-23T00:50:42.0334782Z "digest": "sha256:e55f0bb146cc993651c040978cd473722de4b89cecd3ca7a75edbbde9bf9b54b" 2022-11-23T00:50:42.0335015Z }, 2022-11-23T00:50:42.0335160Z { 2022-11-23T00:50:42.0335477Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0335858Z "size": 484, 2022-11-23T00:50:42.0336283Z "digest": "sha256:d06627288bfc91d0c392b0f5d36ca783525bee24726b1fef9cb84caefafeb5d0" 2022-11-23T00:50:42.0336727Z }, 2022-11-23T00:50:42.0336976Z { 2022-11-23T00:50:42.0337409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0337833Z "size": 110, 2022-11-23T00:50:42.0338105Z "digest": "sha256:01cb44a1f67dcf22cbd27a75b425da9b75fc8e9e0a9719d320ac1146fa8e5b99" 2022-11-23T00:50:42.0338461Z }, 2022-11-23T00:50:42.0338607Z { 2022-11-23T00:50:42.0338850Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0339235Z "size": 2612, 2022-11-23T00:50:42.0339511Z "digest": "sha256:fbf4015cea9c020331c0bb586db0a4c6a01487cabf7b46311f571d1a8313a843" 2022-11-23T00:50:42.0339755Z }, 2022-11-23T00:50:42.0339890Z { 2022-11-23T00:50:42.0340131Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0340498Z "size": 1959, 2022-11-23T00:50:42.0340898Z "digest": "sha256:4470167dbba605414bfa85860d297af4d3b02b32445386bc3bd72f131cf549fd" 2022-11-23T00:50:42.0341285Z }, 2022-11-23T00:50:42.0341563Z { 2022-11-23T00:50:42.0341994Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0342449Z "size": 1255478443, 2022-11-23T00:50:42.0342920Z "digest": "sha256:0c5a059e08e3e939fb8d68f8e001a997820d70ea7fc8a9080056413e8d593dd0" 2022-11-23T00:50:42.0343281Z }, 2022-11-23T00:50:42.0343505Z { 2022-11-23T00:50:42.0343965Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0344407Z "size": 172, 2022-11-23T00:50:42.0344670Z "digest": "sha256:62c192e2f160151bdcbb789824c1e31f5b9740978963c81780d76bbd327d52cb" 2022-11-23T00:50:42.0344903Z }, 2022-11-23T00:50:42.0345125Z { 2022-11-23T00:50:42.0345530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0345917Z "size": 468, 2022-11-23T00:50:42.0346308Z "digest": "sha256:5f223392c464c8070cc272e97d0d7a3be25a12e4368bc54d99d03a27826b411c" 2022-11-23T00:50:42.0346669Z }, 2022-11-23T00:50:42.0346915Z { 2022-11-23T00:50:42.0347398Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0347920Z "size": 104, 2022-11-23T00:50:42.0348420Z "digest": "sha256:a5af83dc28e1ef9eb62350ca010a93e63aed431b8d886b719a7a61db5f131c7d" 2022-11-23T00:50:42.0348887Z }, 2022-11-23T00:50:42.0349174Z { 2022-11-23T00:50:42.0349705Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0350240Z "size": 231, 2022-11-23T00:50:42.0350785Z "digest": "sha256:c89ca147ba1f30581ed7e95688e47c4830e4990fd5f748ee3d83f374b5b808aa" 2022-11-23T00:50:42.0351274Z }, 2022-11-23T00:50:42.0351582Z { 2022-11-23T00:50:42.0352028Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0352430Z "size": 1573959, 2022-11-23T00:50:42.0352778Z "digest": "sha256:b21c8a1183c2df9ef7178f27da87e9e14e605454d00717ea93562932b86c07ba" 2022-11-23T00:50:42.0353013Z }, 2022-11-23T00:50:42.0353146Z { 2022-11-23T00:50:42.0353386Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0353633Z "size": 1576, 2022-11-23T00:50:42.0353880Z "digest": "sha256:289b3326fa6faf63fab2785ffa3dd84527cb244ff982483d426a569ce1de1ca8" 2022-11-23T00:50:42.0354120Z }, 2022-11-23T00:50:42.0354265Z { 2022-11-23T00:50:42.0354493Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0354743Z "size": 105, 2022-11-23T00:50:42.0354978Z "digest": "sha256:056c34b393c238624335229a01c3e35c47905cffb3472824e6083014b5bf1866" 2022-11-23T00:50:42.0355185Z }, 2022-11-23T00:50:42.0355332Z { 2022-11-23T00:50:42.0355571Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0355801Z "size": 454, 2022-11-23T00:50:42.0356054Z "digest": "sha256:41863efab66fc9dd9faf02ce7d8217433c6210846054e49418d2352364ffd171" 2022-11-23T00:50:42.0356288Z }, 2022-11-23T00:50:42.0356434Z { 2022-11-23T00:50:42.0356662Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0356906Z "size": 104, 2022-11-23T00:50:42.0357232Z "digest": "sha256:b38de08854894d0edb0e032abb9d43800e6016edec24db406e3f156e312a8dbd" 2022-11-23T00:50:42.0357470Z }, 2022-11-23T00:50:42.0357602Z { 2022-11-23T00:50:42.0357842Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0358130Z "size": 886, 2022-11-23T00:50:42.0358395Z "digest": "sha256:500edc8daf679e7e2c0e4acb15046acf28c830eb12064b756b8bb69debc65319" 2022-11-23T00:50:42.0358630Z }, 2022-11-23T00:50:42.0358775Z { 2022-11-23T00:50:42.0359016Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0359246Z "size": 121477940, 2022-11-23T00:50:42.0359498Z "digest": "sha256:350dd27d91071c08397bf102c84b116fd9568eb48678fe21dbd3396db42d401e" 2022-11-23T00:50:42.0359727Z }, 2022-11-23T00:50:42.0359859Z { 2022-11-23T00:50:42.0360103Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0360347Z "size": 109, 2022-11-23T00:50:42.0360609Z "digest": "sha256:d7ba7a711cfabd58bd5d720c9b7f44a6dce6dc226e5ec49c0060be05fc7d8655" 2022-11-23T00:50:42.0360867Z }, 2022-11-23T00:50:42.0361012Z { 2022-11-23T00:50:42.0361243Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0361486Z "size": 560, 2022-11-23T00:50:42.0361743Z "digest": "sha256:9fca8e90ea14661b18a00123539d9f3b95df4ca1a355090245eeb25a0baf7146" 2022-11-23T00:50:42.0361964Z }, 2022-11-23T00:50:42.0362107Z { 2022-11-23T00:50:42.0362346Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0362580Z "size": 1152523, 2022-11-23T00:50:42.0362838Z "digest": "sha256:2e2e44b7420a341894f0960ac6ec1b74aec4f6d8fc51c3d4fd2cb13bf8a9b53d" 2022-11-23T00:50:42.0363080Z }, 2022-11-23T00:50:42.0363213Z { 2022-11-23T00:50:42.0363457Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0363703Z "size": 103, 2022-11-23T00:50:42.0364157Z "digest": "sha256:ab5ff07b3c46caa428ff4da04ed830c6c276336af90fadc74a2f36314db701d5" 2022-11-23T00:50:42.0364399Z }, 2022-11-23T00:50:42.0364545Z { 2022-11-23T00:50:42.0364786Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0365018Z "size": 550, 2022-11-23T00:50:42.0365272Z "digest": "sha256:e26881ee0bd319b43239f5ac71348de5708b0699aeb1f4742cddd572dd58d1a5" 2022-11-23T00:50:42.0365508Z }, 2022-11-23T00:50:42.0365643Z { 2022-11-23T00:50:42.0365881Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0366124Z "size": 219120709, 2022-11-23T00:50:42.0366381Z "digest": "sha256:9b98af7bda3191708cc0b5dc1ecfff87b2aaf080d64055f715fe0502a6066424" 2022-11-23T00:50:42.0366628Z }, 2022-11-23T00:50:42.0366773Z { 2022-11-23T00:50:42.0367080Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0367329Z "size": 107, 2022-11-23T00:50:42.0367597Z "digest": "sha256:afa9b29a37b14d20dd73073658f62f6deb9cde44e86efe5a13bc5dcfee46e4d9" 2022-11-23T00:50:42.0367834Z }, 2022-11-23T00:50:42.0367979Z { 2022-11-23T00:50:42.0368216Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0368448Z "size": 1293, 2022-11-23T00:50:42.0368711Z "digest": "sha256:3d2147d6d5daa29c5dc13c9a73c3fd74d8048f1c8a6197595a3015b80705bdfe" 2022-11-23T00:50:42.0368954Z }, 2022-11-23T00:50:42.0369099Z { 2022-11-23T00:50:42.0369325Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0369568Z "size": 151, 2022-11-23T00:50:42.0369810Z "digest": "sha256:2a93d1c532e9f625a24f6313e848510e5443292c8d7f7826048268aefadc808a" 2022-11-23T00:50:42.0370025Z }, 2022-11-23T00:50:42.0370168Z { 2022-11-23T00:50:42.0370408Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0370641Z "size": 645, 2022-11-23T00:50:42.0370919Z "digest": "sha256:737ef663d6b33a2373a935c4d040175d9f8438438469fce2cbee81cabe319c88" 2022-11-23T00:50:42.0371150Z }, 2022-11-23T00:50:42.0371284Z { 2022-11-23T00:50:42.0371522Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0371765Z "size": 108, 2022-11-23T00:50:42.0372017Z "digest": "sha256:8d9c024a83d7ad1ed448ad4a87c4d6edfcb324978d9b781bc0a7c93d13e79342" 2022-11-23T00:50:42.0372317Z }, 2022-11-23T00:50:42.0372462Z { 2022-11-23T00:50:42.0372690Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0372930Z "size": 109, 2022-11-23T00:50:42.0373187Z "digest": "sha256:c05e93bbbd14047706b9bb69e7a0e35028d2ea6b507ba4e61f2ec96aa91c092c" 2022-11-23T00:50:42.0373418Z }, 2022-11-23T00:50:42.0373562Z { 2022-11-23T00:50:42.0373801Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0374044Z "size": 100, 2022-11-23T00:50:42.0374297Z "digest": "sha256:b1cd3060e8ff79fd28adf9afb5b411ede5546304f038f1240cc4008b9786c1b1" 2022-11-23T00:50:42.0374542Z }, 2022-11-23T00:50:42.0374684Z { 2022-11-23T00:50:42.0374910Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0375155Z "size": 421, 2022-11-23T00:50:42.0375403Z "digest": "sha256:b5865c71d56b2877a3b0ca645532ed04fbd848deb878234a927c032085363bca" 2022-11-23T00:50:42.0375623Z }, 2022-11-23T00:50:42.0375770Z { 2022-11-23T00:50:42.0376009Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0376236Z "size": 109, 2022-11-23T00:50:42.0376490Z "digest": "sha256:ce571b4fb1137d5a86d888150f2d88cee988c0f743a38d91bcbd5491c9a89f42" 2022-11-23T00:50:42.0376726Z }, 2022-11-23T00:50:42.0376859Z { 2022-11-23T00:50:42.0377099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0377340Z "size": 473, 2022-11-23T00:50:42.0377587Z "digest": "sha256:06ba93e61fad18fa548220aac764cf1e39e7ce299251e5039c494cf5b59903f1" 2022-11-23T00:50:42.0377821Z }, 2022-11-23T00:50:42.0377965Z { 2022-11-23T00:50:42.0378194Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0378437Z "size": 112, 2022-11-23T00:50:42.0378690Z "digest": "sha256:e13059f048449c241181cdeb4a8cd99fe3bd83e37673af7fb7abf6e4775b9b9a" 2022-11-23T00:50:42.0378928Z }, 2022-11-23T00:50:42.0379061Z { 2022-11-23T00:50:42.0379301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0379547Z "size": 448, 2022-11-23T00:50:42.0379795Z "digest": "sha256:c440f1c811ae1a96fcc8bba1c4db3f326d17516e9269e4e6c883e66141f6e170" 2022-11-23T00:50:42.0380038Z }, 2022-11-23T00:50:42.0380181Z { 2022-11-23T00:50:42.0380407Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0380650Z "size": 106, 2022-11-23T00:50:42.0380901Z "digest": "sha256:5dc337bfe0d01416c5c6f74d274719579c463c29fb37f9ecfd870f06092fae86" 2022-11-23T00:50:42.0381159Z }, 2022-11-23T00:50:42.0381309Z { 2022-11-23T00:50:42.0381551Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0381779Z "size": 295, 2022-11-23T00:50:42.0382030Z "digest": "sha256:0d5648f290ac5b80e0d312ab0df9700b0683d518535bf44c7ece2d806fc8a56a" 2022-11-23T00:50:42.0382264Z }, 2022-11-23T00:50:42.0382398Z { 2022-11-23T00:50:42.0382635Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0382878Z "size": 106, 2022-11-23T00:50:42.0383134Z "digest": "sha256:561a5a0b635ea8afaf3eb97de4e4c3be93503f49bcd65689f13278dcd3de668d" 2022-11-23T00:50:42.0383382Z }, 2022-11-23T00:50:42.0383527Z { 2022-11-23T00:50:42.0383754Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0383996Z "size": 401, 2022-11-23T00:50:42.0384254Z "digest": "sha256:baa2fdf4136758b62c824df5db6936a65cb47d702fc8f735f01397a54ecc8a75" 2022-11-23T00:50:42.0384494Z }, 2022-11-23T00:50:42.0384629Z { 2022-11-23T00:50:42.0384868Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0385111Z "size": 20262071, 2022-11-23T00:50:42.0385346Z "digest": "sha256:ceb442905740251e0bce1833bb2b067f923cf991305e84273be042c74f42965f" 2022-11-23T00:50:42.0385576Z }, 2022-11-23T00:50:42.0385720Z { 2022-11-23T00:50:42.0385949Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0386226Z "size": 108, 2022-11-23T00:50:42.0386477Z "digest": "sha256:b1eea350d8da760165662888aeb0b957e18624110804d03f7b706314c81033f1" 2022-11-23T00:50:42.0386696Z }, 2022-11-23T00:50:42.0386838Z { 2022-11-23T00:50:42.0387078Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0387360Z "size": 1765, 2022-11-23T00:50:42.0387800Z "digest": "sha256:c947c5c2d653465e60e184412a832c12be44bb456d0b75927d124ba88cd31b11" 2022-11-23T00:50:42.0388083Z }, 2022-11-23T00:50:42.0388365Z { 2022-11-23T00:50:42.0388628Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0388938Z "size": 459372759, 2022-11-23T00:50:42.0389263Z "digest": "sha256:bda70097328a0d3c40822c52df9c8152166f13ac2201a86b4b7437f45c3e27a4" 2022-11-23T00:50:42.0389536Z }, 2022-11-23T00:50:42.0389764Z { 2022-11-23T00:50:42.0390061Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0390321Z "size": 164, 2022-11-23T00:50:42.0390637Z "digest": "sha256:95ed7b17f236d541d062438c33478653cfa4e71dc6db809c016c7f54304a6284" 2022-11-23T00:50:42.0390944Z }, 2022-11-23T00:50:42.0391107Z { 2022-11-23T00:50:42.0391404Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0391714Z "size": 7940, 2022-11-23T00:50:42.0392034Z "digest": "sha256:8ff663750733c95b350e73df7a7014fd49dc68565d16d9d1da0cf1fd80daf983" 2022-11-23T00:50:42.0392304Z }, 2022-11-23T00:50:42.0392505Z { 2022-11-23T00:50:42.0392813Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0393076Z "size": 8069, 2022-11-23T00:50:42.0393392Z "digest": "sha256:8df0f884746551fe9e99afe6f31c6166dc3eb80d189a75cfeb19c02239bf1d38" 2022-11-23T00:50:42.0393704Z }, 2022-11-23T00:50:42.0393873Z { 2022-11-23T00:50:42.0394171Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0394482Z "size": 304, 2022-11-23T00:50:42.0394756Z "digest": "sha256:7d6c1ba98c17eac895412e64f82d972c38bc7bd66a380fe76863f666c2a93282" 2022-11-23T00:50:42.0395077Z }, 2022-11-23T00:50:42.0395280Z { 2022-11-23T00:50:42.0395543Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0395841Z "size": 108, 2022-11-23T00:50:42.0396180Z "digest": "sha256:198ac061e73710e9fc3a23f3062841cd06afeb0cb346f2cf2488c5cb710e77ad" 2022-11-23T00:50:42.0396434Z }, 2022-11-23T00:50:42.0396635Z { 2022-11-23T00:50:42.0396932Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:42.0397262Z "size": 54145483, 2022-11-23T00:50:42.0397609Z "digest": "sha256:17c6ff666fd45041eaa1bec5b40186d57eeb27e665fac925db2aa6d073855e98" 2022-11-23T00:50:42.0397913Z } 2022-11-23T00:50:42.0398112Z ] 2022-11-23T00:50:42.0398282Z } 2022-11-23T00:50:42.0593183Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:50:42.0593433Z with: 2022-11-23T00:50:42.0593777Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:42.0594123Z ##[endgroup] 2022-11-23T00:50:42.0606085Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:42.0606371Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:42.0606629Z # ignore output since only exit code is used for conditional 2022-11-23T00:50:42.0606907Z # only pull docker image if it's not available locally 2022-11-23T00:50:42.0607202Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:50:42.0607464Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:50:42.0607658Z fi 2022-11-23T00:50:42.0619179Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:42.0619396Z env: 2022-11-23T00:50:42.0619721Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:42.0620139Z ##[endgroup] 2022-11-23T00:50:42.2658071Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-11-23T00:50:42.2658841Z eaead16dc43b: Pulling fs layer 2022-11-23T00:50:42.2660034Z 08e28b7f24cb: Pulling fs layer 2022-11-23T00:50:42.2660459Z eb222a67db4e: Pulling fs layer 2022-11-23T00:50:42.2660817Z a078424009f8: Pulling fs layer 2022-11-23T00:50:42.2661157Z 1fa5e26d1ca7: Pulling fs layer 2022-11-23T00:50:42.2661498Z 53d1f50f21ef: Pulling fs layer 2022-11-23T00:50:42.2661857Z 00f031ea3c8c: Pulling fs layer 2022-11-23T00:50:42.2662186Z 911da22359ac: Pulling fs layer 2022-11-23T00:50:42.2662516Z e55f0bb146cc: Pulling fs layer 2022-11-23T00:50:42.2662897Z d06627288bfc: Pulling fs layer 2022-11-23T00:50:42.2663249Z 01cb44a1f67d: Pulling fs layer 2022-11-23T00:50:42.2663456Z fbf4015cea9c: Pulling fs layer 2022-11-23T00:50:42.2663652Z 4470167dbba6: Pulling fs layer 2022-11-23T00:50:42.2663845Z a078424009f8: Waiting 2022-11-23T00:50:42.2664016Z 0c5a059e08e3: Pulling fs layer 2022-11-23T00:50:42.2664201Z 53d1f50f21ef: Waiting 2022-11-23T00:50:42.2664386Z 62c192e2f160: Pulling fs layer 2022-11-23T00:50:42.2664567Z 5f223392c464: Pulling fs layer 2022-11-23T00:50:42.2664745Z 00f031ea3c8c: Waiting 2022-11-23T00:50:42.2664931Z a5af83dc28e1: Pulling fs layer 2022-11-23T00:50:42.2665102Z 911da22359ac: Waiting 2022-11-23T00:50:42.2665286Z c89ca147ba1f: Pulling fs layer 2022-11-23T00:50:42.2665478Z b21c8a1183c2: Pulling fs layer 2022-11-23T00:50:42.2665658Z 289b3326fa6f: Pulling fs layer 2022-11-23T00:50:42.2665838Z e55f0bb146cc: Waiting 2022-11-23T00:50:42.2666020Z 056c34b393c2: Pulling fs layer 2022-11-23T00:50:42.2666189Z 1fa5e26d1ca7: Waiting 2022-11-23T00:50:42.2666378Z 41863efab66f: Pulling fs layer 2022-11-23T00:50:42.2666569Z b38de0885489: Pulling fs layer 2022-11-23T00:50:42.2666751Z 500edc8daf67: Pulling fs layer 2022-11-23T00:50:42.2666984Z fbf4015cea9c: Waiting 2022-11-23T00:50:42.2667169Z 350dd27d9107: Pulling fs layer 2022-11-23T00:50:42.2667337Z 4470167dbba6: Waiting 2022-11-23T00:50:42.2667598Z d7ba7a711cfa: Pulling fs layer 2022-11-23T00:50:42.2667783Z 0c5a059e08e3: Waiting 2022-11-23T00:50:42.2668088Z 9fca8e90ea14: Pulling fs layer 2022-11-23T00:50:42.2668285Z 2e2e44b7420a: Pulling fs layer 2022-11-23T00:50:42.2668464Z 5f223392c464: Waiting 2022-11-23T00:50:42.2668620Z 62c192e2f160: Waiting 2022-11-23T00:50:42.2668802Z ab5ff07b3c46: Pulling fs layer 2022-11-23T00:50:42.2669071Z a5af83dc28e1: Waiting 2022-11-23T00:50:42.2669254Z b21c8a1183c2: Waiting 2022-11-23T00:50:42.2669408Z 289b3326fa6f: Waiting 2022-11-23T00:50:42.2669632Z e26881ee0bd3: Pulling fs layer 2022-11-23T00:50:42.2669814Z 41863efab66f: Waiting 2022-11-23T00:50:42.2669970Z 350dd27d9107: Waiting 2022-11-23T00:50:42.2670288Z 9b98af7bda31: Pulling fs layer 2022-11-23T00:50:42.2670477Z d7ba7a711cfa: Waiting 2022-11-23T00:50:42.2670646Z afa9b29a37b1: Pulling fs layer 2022-11-23T00:50:42.2670841Z 3d2147d6d5da: Pulling fs layer 2022-11-23T00:50:42.2671027Z b38de0885489: Waiting 2022-11-23T00:50:42.2671186Z 01cb44a1f67d: Waiting 2022-11-23T00:50:42.2671367Z 2a93d1c532e9: Pulling fs layer 2022-11-23T00:50:42.2671550Z 9fca8e90ea14: Waiting 2022-11-23T00:50:42.2671720Z 737ef663d6b3: Pulling fs layer 2022-11-23T00:50:42.2671900Z 2e2e44b7420a: Waiting 2022-11-23T00:50:42.2672091Z 8d9c024a83d7: Pulling fs layer 2022-11-23T00:50:42.2672260Z ab5ff07b3c46: Waiting 2022-11-23T00:50:42.2672465Z c05e93bbbd14: Pulling fs layer 2022-11-23T00:50:42.2672659Z b1cd3060e8ff: Pulling fs layer 2022-11-23T00:50:42.2672839Z b5865c71d56b: Pulling fs layer 2022-11-23T00:50:42.2673017Z e26881ee0bd3: Waiting 2022-11-23T00:50:42.2673186Z 2a93d1c532e9: Waiting 2022-11-23T00:50:42.2673364Z ce571b4fb113: Pulling fs layer 2022-11-23T00:50:42.2673543Z 06ba93e61fad: Pulling fs layer 2022-11-23T00:50:42.2673724Z 3d2147d6d5da: Waiting 2022-11-23T00:50:42.2673906Z e13059f04844: Pulling fs layer 2022-11-23T00:50:42.2674072Z 8d9c024a83d7: Waiting 2022-11-23T00:50:42.2674329Z c440f1c811ae: Pulling fs layer 2022-11-23T00:50:42.2674510Z b1cd3060e8ff: Waiting 2022-11-23T00:50:42.2674682Z 5dc337bfe0d0: Pulling fs layer 2022-11-23T00:50:42.2674865Z 737ef663d6b3: Waiting 2022-11-23T00:50:42.2675044Z 0d5648f290ac: Pulling fs layer 2022-11-23T00:50:42.2675221Z 561a5a0b635e: Pulling fs layer 2022-11-23T00:50:42.2675414Z baa2fdf41367: Pulling fs layer 2022-11-23T00:50:42.2675599Z b5865c71d56b: Waiting 2022-11-23T00:50:42.2675767Z ceb442905740: Pulling fs layer 2022-11-23T00:50:42.2675949Z ce571b4fb113: Waiting 2022-11-23T00:50:42.2676131Z b1eea350d8da: Pulling fs layer 2022-11-23T00:50:42.2676301Z 06ba93e61fad: Waiting 2022-11-23T00:50:42.2676484Z c947c5c2d653: Pulling fs layer 2022-11-23T00:50:42.2676677Z bda70097328a: Pulling fs layer 2022-11-23T00:50:42.2676858Z 95ed7b17f236: Pulling fs layer 2022-11-23T00:50:42.2677037Z e13059f04844: Waiting 2022-11-23T00:50:42.2677206Z 561a5a0b635e: Waiting 2022-11-23T00:50:42.2677371Z 8ff663750733: Pulling fs layer 2022-11-23T00:50:42.2677551Z c05e93bbbd14: Waiting 2022-11-23T00:50:42.2677725Z baa2fdf41367: Waiting 2022-11-23T00:50:42.2677893Z 8df0f8847465: Pulling fs layer 2022-11-23T00:50:42.2678074Z 5dc337bfe0d0: Waiting 2022-11-23T00:50:42.2678254Z 7d6c1ba98c17: Pulling fs layer 2022-11-23T00:50:42.2678422Z 0d5648f290ac: Waiting 2022-11-23T00:50:42.2678588Z c947c5c2d653: Waiting 2022-11-23T00:50:42.2678818Z 198ac061e737: Pulling fs layer 2022-11-23T00:50:42.2678984Z c440f1c811ae: Waiting 2022-11-23T00:50:42.2679165Z 17c6ff666fd4: Pulling fs layer 2022-11-23T00:50:42.2679344Z bda70097328a: Waiting 2022-11-23T00:50:42.2679629Z 95ed7b17f236: Waiting 2022-11-23T00:50:42.2679798Z 8ff663750733: Waiting 2022-11-23T00:50:42.2679996Z 198ac061e737: Waiting 2022-11-23T00:50:42.2680154Z afa9b29a37b1: Waiting 2022-11-23T00:50:42.2680323Z 8df0f8847465: Waiting 2022-11-23T00:50:42.2680496Z 17c6ff666fd4: Waiting 2022-11-23T00:50:42.2680654Z 7d6c1ba98c17: Waiting 2022-11-23T00:50:42.2680826Z b1eea350d8da: Waiting 2022-11-23T00:50:42.2680997Z 056c34b393c2: Waiting 2022-11-23T00:50:42.3542218Z 08e28b7f24cb: Verifying Checksum 2022-11-23T00:50:42.3542632Z 08e28b7f24cb: Download complete 2022-11-23T00:50:42.4254205Z a078424009f8: Download complete 2022-11-23T00:50:42.8930053Z eaead16dc43b: Verifying Checksum 2022-11-23T00:50:42.8930374Z eaead16dc43b: Download complete 2022-11-23T00:50:42.9668380Z 53d1f50f21ef: Verifying Checksum 2022-11-23T00:50:42.9669333Z 53d1f50f21ef: Download complete 2022-11-23T00:50:43.0465347Z 00f031ea3c8c: Verifying Checksum 2022-11-23T00:50:43.0465609Z 00f031ea3c8c: Download complete 2022-11-23T00:50:43.1198013Z 911da22359ac: Verifying Checksum 2022-11-23T00:50:43.1198325Z 911da22359ac: Download complete 2022-11-23T00:50:43.1240869Z 1fa5e26d1ca7: Verifying Checksum 2022-11-23T00:50:43.1241307Z 1fa5e26d1ca7: Download complete 2022-11-23T00:50:43.1947080Z e55f0bb146cc: Download complete 2022-11-23T00:50:43.2110461Z d06627288bfc: Verifying Checksum 2022-11-23T00:50:43.2110790Z d06627288bfc: Download complete 2022-11-23T00:50:43.2717683Z 01cb44a1f67d: Download complete 2022-11-23T00:50:43.2942538Z fbf4015cea9c: Verifying Checksum 2022-11-23T00:50:43.2942993Z fbf4015cea9c: Download complete 2022-11-23T00:50:43.3520271Z 4470167dbba6: Verifying Checksum 2022-11-23T00:50:43.3520658Z 4470167dbba6: Download complete 2022-11-23T00:50:43.4332437Z 62c192e2f160: Verifying Checksum 2022-11-23T00:50:43.4332857Z 62c192e2f160: Download complete 2022-11-23T00:50:43.5038215Z 5f223392c464: Download complete 2022-11-23T00:50:43.5797811Z a5af83dc28e1: Download complete 2022-11-23T00:50:43.6103535Z eaead16dc43b: Pull complete 2022-11-23T00:50:43.6537013Z c89ca147ba1f: Verifying Checksum 2022-11-23T00:50:43.6537407Z c89ca147ba1f: Download complete 2022-11-23T00:50:43.7149304Z 08e28b7f24cb: Pull complete 2022-11-23T00:50:43.7292961Z b21c8a1183c2: Verifying Checksum 2022-11-23T00:50:43.7293219Z b21c8a1183c2: Download complete 2022-11-23T00:50:43.7963317Z 289b3326fa6f: Download complete 2022-11-23T00:50:43.8690115Z 056c34b393c2: Verifying Checksum 2022-11-23T00:50:43.8690552Z 056c34b393c2: Download complete 2022-11-23T00:50:43.9260046Z 41863efab66f: Download complete 2022-11-23T00:50:44.0044435Z b38de0885489: Verifying Checksum 2022-11-23T00:50:44.0044790Z b38de0885489: Download complete 2022-11-23T00:50:44.0913647Z 500edc8daf67: Download complete 2022-11-23T00:50:45.3581349Z 350dd27d9107: Verifying Checksum 2022-11-23T00:50:45.3581782Z 350dd27d9107: Download complete 2022-11-23T00:50:45.4123874Z eb222a67db4e: Verifying Checksum 2022-11-23T00:50:45.4124157Z eb222a67db4e: Download complete 2022-11-23T00:50:45.4406118Z d7ba7a711cfa: Download complete 2022-11-23T00:50:45.4850284Z 9fca8e90ea14: Verifying Checksum 2022-11-23T00:50:45.4850764Z 9fca8e90ea14: Download complete 2022-11-23T00:50:45.5393037Z 2e2e44b7420a: Verifying Checksum 2022-11-23T00:50:45.5393496Z 2e2e44b7420a: Download complete 2022-11-23T00:50:45.5572191Z ab5ff07b3c46: Verifying Checksum 2022-11-23T00:50:45.5572599Z ab5ff07b3c46: Download complete 2022-11-23T00:50:45.6015523Z e26881ee0bd3: Download complete 2022-11-23T00:50:45.6924436Z afa9b29a37b1: Verifying Checksum 2022-11-23T00:50:45.6925248Z afa9b29a37b1: Download complete 2022-11-23T00:50:45.7629720Z 3d2147d6d5da: Verifying Checksum 2022-11-23T00:50:45.7630173Z 3d2147d6d5da: Download complete 2022-11-23T00:50:45.8557413Z 2a93d1c532e9: Verifying Checksum 2022-11-23T00:50:45.8558144Z 2a93d1c532e9: Download complete 2022-11-23T00:50:45.9326034Z 737ef663d6b3: Verifying Checksum 2022-11-23T00:50:45.9326289Z 737ef663d6b3: Download complete 2022-11-23T00:50:46.0119644Z 8d9c024a83d7: Verifying Checksum 2022-11-23T00:50:46.0120031Z 8d9c024a83d7: Download complete 2022-11-23T00:50:46.0870052Z c05e93bbbd14: Verifying Checksum 2022-11-23T00:50:46.0870508Z c05e93bbbd14: Download complete 2022-11-23T00:50:46.1497869Z b1cd3060e8ff: Verifying Checksum 2022-11-23T00:50:46.1498285Z b1cd3060e8ff: Download complete 2022-11-23T00:50:46.2259346Z b5865c71d56b: Verifying Checksum 2022-11-23T00:50:46.2259673Z b5865c71d56b: Download complete 2022-11-23T00:50:46.3086072Z ce571b4fb113: Verifying Checksum 2022-11-23T00:50:46.3086410Z ce571b4fb113: Download complete 2022-11-23T00:50:46.3841429Z 06ba93e61fad: Verifying Checksum 2022-11-23T00:50:46.3841697Z 06ba93e61fad: Download complete 2022-11-23T00:50:46.4657074Z e13059f04844: Verifying Checksum 2022-11-23T00:50:46.4657446Z e13059f04844: Download complete 2022-11-23T00:50:46.6264504Z 5dc337bfe0d0: Verifying Checksum 2022-11-23T00:50:46.6264832Z 5dc337bfe0d0: Download complete 2022-11-23T00:50:46.6945071Z 0d5648f290ac: Download complete 2022-11-23T00:50:46.7704080Z 561a5a0b635e: Verifying Checksum 2022-11-23T00:50:46.7704535Z 561a5a0b635e: Download complete 2022-11-23T00:50:46.8387884Z baa2fdf41367: Verifying Checksum 2022-11-23T00:50:46.8388297Z baa2fdf41367: Download complete 2022-11-23T00:50:47.0875135Z ceb442905740: Verifying Checksum 2022-11-23T00:50:47.0876240Z ceb442905740: Download complete 2022-11-23T00:50:47.1596063Z b1eea350d8da: Verifying Checksum 2022-11-23T00:50:47.1596400Z b1eea350d8da: Download complete 2022-11-23T00:50:47.2224551Z c947c5c2d653: Verifying Checksum 2022-11-23T00:50:47.2225279Z c947c5c2d653: Download complete 2022-11-23T00:50:49.0765636Z 9b98af7bda31: Verifying Checksum 2022-11-23T00:50:49.0766008Z 9b98af7bda31: Download complete 2022-11-23T00:50:49.1618027Z 95ed7b17f236: Verifying Checksum 2022-11-23T00:50:49.1618465Z 95ed7b17f236: Download complete 2022-11-23T00:50:49.2784990Z 8ff663750733: Download complete 2022-11-23T00:50:49.3579431Z 8df0f8847465: Download complete 2022-11-23T00:50:49.4432105Z 7d6c1ba98c17: Download complete 2022-11-23T00:50:49.5131939Z 198ac061e737: Verifying Checksum 2022-11-23T00:50:49.5132207Z 198ac061e737: Download complete 2022-11-23T00:50:50.1832719Z 17c6ff666fd4: Verifying Checksum 2022-11-23T00:50:50.1833142Z 17c6ff666fd4: Download complete 2022-11-23T00:50:51.8595589Z bda70097328a: Verifying Checksum 2022-11-23T00:50:51.8595867Z bda70097328a: Download complete 2022-11-23T00:50:52.0236134Z eb222a67db4e: Pull complete 2022-11-23T00:50:52.2135485Z a078424009f8: Pull complete 2022-11-23T00:50:53.8374097Z 1fa5e26d1ca7: Pull complete 2022-11-23T00:50:54.3121161Z 53d1f50f21ef: Pull complete 2022-11-23T00:50:54.6117783Z 00f031ea3c8c: Pull complete 2022-11-23T00:50:54.7838581Z 911da22359ac: Pull complete 2022-11-23T00:50:54.9628699Z e55f0bb146cc: Pull complete 2022-11-23T00:50:55.1924745Z d06627288bfc: Pull complete 2022-11-23T00:50:55.4319091Z 01cb44a1f67d: Pull complete 2022-11-23T00:50:55.6682623Z fbf4015cea9c: Pull complete 2022-11-23T00:50:55.8982212Z 4470167dbba6: Pull complete 2022-11-23T00:50:55.8983733Z 0c5a059e08e3: Verifying Checksum 2022-11-23T00:50:55.8984004Z 0c5a059e08e3: Download complete 2022-11-23T00:51:18.4297614Z 0c5a059e08e3: Pull complete 2022-11-23T00:51:18.8524616Z 62c192e2f160: Pull complete 2022-11-23T00:51:18.9775943Z 5f223392c464: Pull complete 2022-11-23T00:51:19.0597619Z a5af83dc28e1: Pull complete 2022-11-23T00:51:19.1519205Z c89ca147ba1f: Pull complete 2022-11-23T00:51:19.2734072Z b21c8a1183c2: Pull complete 2022-11-23T00:51:19.3714490Z 289b3326fa6f: Pull complete 2022-11-23T00:51:19.4793245Z 056c34b393c2: Pull complete 2022-11-23T00:51:19.5783334Z 41863efab66f: Pull complete 2022-11-23T00:51:19.6858496Z b38de0885489: Pull complete 2022-11-23T00:51:19.7773698Z 500edc8daf67: Pull complete 2022-11-23T00:51:22.5471154Z 350dd27d9107: Pull complete 2022-11-23T00:51:22.7635715Z d7ba7a711cfa: Pull complete 2022-11-23T00:51:22.9836664Z 9fca8e90ea14: Pull complete 2022-11-23T00:51:23.2715539Z 2e2e44b7420a: Pull complete 2022-11-23T00:51:23.4941629Z ab5ff07b3c46: Pull complete 2022-11-23T00:51:23.7180979Z e26881ee0bd3: Pull complete 2022-11-23T00:51:28.2569712Z 9b98af7bda31: Pull complete 2022-11-23T00:51:28.4660262Z afa9b29a37b1: Pull complete 2022-11-23T00:51:28.6719236Z 3d2147d6d5da: Pull complete 2022-11-23T00:51:28.8603605Z 2a93d1c532e9: Pull complete 2022-11-23T00:51:29.0701743Z 737ef663d6b3: Pull complete 2022-11-23T00:51:29.1455500Z 8d9c024a83d7: Pull complete 2022-11-23T00:51:29.2454097Z c05e93bbbd14: Pull complete 2022-11-23T00:51:29.3323460Z b1cd3060e8ff: Pull complete 2022-11-23T00:51:29.4150472Z b5865c71d56b: Pull complete 2022-11-23T00:51:29.5089721Z ce571b4fb113: Pull complete 2022-11-23T00:51:29.6052271Z 06ba93e61fad: Pull complete 2022-11-23T00:51:29.6920054Z e13059f04844: Pull complete 2022-11-23T00:51:29.7713447Z c440f1c811ae: Pull complete 2022-11-23T00:51:29.8793628Z 5dc337bfe0d0: Pull complete 2022-11-23T00:51:29.9717107Z 0d5648f290ac: Pull complete 2022-11-23T00:51:30.0598258Z 561a5a0b635e: Pull complete 2022-11-23T00:51:30.1453040Z baa2fdf41367: Pull complete 2022-11-23T00:51:30.4397943Z ceb442905740: Pull complete 2022-11-23T00:51:30.5670527Z b1eea350d8da: Pull complete 2022-11-23T00:51:30.6891461Z c947c5c2d653: Pull complete 2022-11-23T00:51:35.3373363Z bda70097328a: Pull complete 2022-11-23T00:51:35.5638300Z 95ed7b17f236: Pull complete 2022-11-23T00:51:35.7843422Z 8ff663750733: Pull complete 2022-11-23T00:51:36.0007138Z 8df0f8847465: Pull complete 2022-11-23T00:51:36.2366209Z 7d6c1ba98c17: Pull complete 2022-11-23T00:51:36.4611795Z 198ac061e737: Pull complete 2022-11-23T00:51:38.0611124Z 17c6ff666fd4: Pull complete 2022-11-23T00:51:38.0708748Z Digest: sha256:34e1bcba9828261caa1c7fe4033262dcda23b44eddd67475534e3a1447bdd75d 2022-11-23T00:51:38.0739336Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:38.0764469Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:38.0798572Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:51:38.0798807Z .github/scripts/parse_ref.py 2022-11-23T00:51:38.0810534Z shell: /usr/bin/bash -e {0} 2022-11-23T00:51:38.0810731Z ##[endgroup] 2022-11-23T00:51:38.1521810Z Prepare all required actions 2022-11-23T00:51:38.1522061Z Getting action download info 2022-11-23T00:51:38.2886322Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:51:38.4086544Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:51:38.4086770Z with: 2022-11-23T00:51:38.4087285Z github-token: *** 2022-11-23T00:51:38.4087451Z ##[endgroup] 2022-11-23T00:51:38.4111065Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:51:38.4111299Z with: 2022-11-23T00:51:38.4111458Z shell: bash 2022-11-23T00:51:38.4111618Z timeout_minutes: 10 2022-11-23T00:51:38.4111795Z max_attempts: 5 2022-11-23T00:51:38.4111974Z retry_wait_seconds: 30 2022-11-23T00:51:38.4112377Z 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:51:38.4112756Z polling_interval_seconds: 1 2022-11-23T00:51:38.4112947Z warning_on_retry: true 2022-11-23T00:51:38.4113134Z continue_on_error: false 2022-11-23T00:51:38.4113312Z env: 2022-11-23T00:51:38.4113592Z GITHUB_TOKEN: *** 2022-11-23T00:51:38.4113768Z ##[endgroup] 2022-11-23T00:51:38.4585289Z + python3 -m pip install requests==2.26.0 2022-11-23T00:51:38.9328305Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:51:39.0567555Z Collecting requests==2.26.0 2022-11-23T00:51:39.0707234Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T00:51:39.1159246Z Collecting idna<4,>=2.5; python_version >= "3" 2022-11-23T00:51:39.1190264Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T00:51:39.1882255Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T00:51:39.1914185Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T00:51:39.3325626Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-11-23T00:51:39.3358841Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T00:51:39.3840213Z Collecting certifi>=2017.4.17 2022-11-23T00:51:39.3873636Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T00:51:39.4430814Z Installing collected packages: idna, urllib3, charset-normalizer, certifi, requests 2022-11-23T00:51:39.5883002Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-11-23T00:51:39.5883510Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-11-23T00:51:39.6313327Z 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:51:39.7737302Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-0196332d2fc550a1e 2022-11-23T00:51:41.5519722Z + GHA_WORKFLOW_JOB_ID=9654935109 2022-11-23T00:51:41.5520601Z + echo job-id=9654935109 2022-11-23T00:51:42.4615152Z Command completed after 1 attempt(s). 2022-11-23T00:51:42.4670176Z Prepare all required actions 2022-11-23T00:51:42.4670551Z Getting action download info 2022-11-23T00:51:42.6181851Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:51:42.6182063Z with: 2022-11-23T00:51:42.6182458Z github-token: *** 2022-11-23T00:51:42.6182727Z test-matrix: { include: [ { config: "tsan", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-11-23T00:51:42.6182969Z ##[endgroup] 2022-11-23T00:51:42.6209293Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:51:42.6209543Z with: 2022-11-23T00:51:42.6209767Z shell: bash 2022-11-23T00:51:42.6209996Z timeout_minutes: 10 2022-11-23T00:51:42.6210218Z max_attempts: 5 2022-11-23T00:51:42.6210461Z retry_wait_seconds: 30 2022-11-23T00:51:42.6210770Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:51:42.6211032Z polling_interval_seconds: 1 2022-11-23T00:51:42.6211313Z warning_on_retry: true 2022-11-23T00:51:42.6211649Z continue_on_error: false 2022-11-23T00:51:42.6211849Z env: 2022-11-23T00:51:42.6212182Z GITHUB_TOKEN: *** 2022-11-23T00:51:42.6212412Z ##[endgroup] 2022-11-23T00:51:42.6697618Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:51:42.8713561Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:51:42.8877137Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:51:42.9990876Z Collecting pyyaml==6.0 2022-11-23T00:51:43.0400772Z 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:51:43.0584199Z 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:51:43.0591613Z 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:51:43.0609716Z 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:51:43.0771654Z 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:51:43.1054397Z Installing collected packages: pyyaml 2022-11-23T00:51:43.1570120Z Successfully installed pyyaml-6.0 2022-11-23T00:51:43.6674230Z Command completed after 1 attempt(s). 2022-11-23T00:51:43.6709868Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:51:43.6710111Z .github/scripts/parse_ref.py 2022-11-23T00:51:43.6721805Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:43.6722022Z ##[endgroup] 2022-11-23T00:51:43.6933253Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:51:43.6933536Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:51:43.6933787Z  --test-matrix "{ include: [ 2022-11-23T00:51:43.6934033Z  { config: "tsan", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-11-23T00:51:43.6934264Z ]} 2022-11-23T00:51:43.6934430Z " \ 2022-11-23T00:51:43.6934594Z  --pr-number "" \ 2022-11-23T00:51:43.6934782Z  --tag "" \ 2022-11-23T00:51:43.6934968Z  --event-name "push" 2022-11-23T00:51:43.6945513Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:43.6945739Z env: 2022-11-23T00:51:43.6946036Z GITHUB_TOKEN: *** 2022-11-23T00:51:43.6946215Z ##[endgroup] 2022-11-23T00:51:43.8157432Z ##[group]Run echo "{"include": [{"config": "tsan", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2022-11-23T00:51:43.8157795Z echo "{"include": [{"config": "tsan", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2022-11-23T00:51:43.8169937Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:43.8170245Z ##[endgroup] 2022-11-23T00:51:43.8194499Z {include: [{config: tsan, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2022-11-23T00:51:43.8263144Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:51:43.8263506Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:51:43.8263763Z container_name=$(docker run \ 2022-11-23T00:51:43.8263967Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:51:43.8264189Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:51:43.8264409Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:51:43.8264595Z  -e PR_NUMBER \ 2022-11-23T00:51:43.8264775Z  -e SHA1 \ 2022-11-23T00:51:43.8264947Z  -e BRANCH \ 2022-11-23T00:51:43.8265134Z  -e SCCACHE_BUCKET \ 2022-11-23T00:51:43.8265322Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:51:43.8265514Z  -e XLA_CUDA \ 2022-11-23T00:51:43.8265720Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:51:43.8265941Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:51:43.8266182Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:51:43.8266378Z  -e PR_LABELS \ 2022-11-23T00:51:43.8266680Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:51:43.8266901Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:51:43.8267155Z  --security-opt seccomp=unconfined \ 2022-11-23T00:51:43.8267477Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:51:43.8267669Z  --tty \ 2022-11-23T00:51:43.8267830Z  --detach \ 2022-11-23T00:51:43.8268014Z  --user jenkins \ 2022-11-23T00:51:43.8268252Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:51:43.8268490Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:51:43.8268697Z  "${DOCKER_IMAGE}" 2022-11-23T00:51:43.8268871Z ) 2022-11-23T00:51:43.8269094Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:51:43.8279483Z shell: /usr/bin/bash -e {0} 2022-11-23T00:51:43.8279672Z env: 2022-11-23T00:51:43.8279880Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-tsan 2022-11-23T00:51:43.8280113Z BRANCH: master 2022-11-23T00:51:43.8280300Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:51:43.8280474Z PR_NUMBER: 2022-11-23T00:51:43.8280679Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:51:43.8280941Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:51:43.8281172Z SCCACHE_S3_KEY_PREFIX: trunk 2022-11-23T00:51:43.8281451Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:51:43.8281714Z PR_LABELS: [] 2022-11-23T00:51:43.8281896Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:51:43.8282241Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:43.8282573Z XLA_CUDA: 2022-11-23T00:51:43.8282734Z DEBUG: 0 2022-11-23T00:51:43.8282894Z OUR_GITHUB_JOB_ID: 9654935109 2022-11-23T00:51:43.8283076Z ##[endgroup] 2022-11-23T00:51:53.8475047Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:53.8480558Z + source .jenkins/pytorch/common.sh 2022-11-23T00:51:53.8482567Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:51:53.8487813Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:51:53.8490044Z +++ declare -f -t trap_add 2022-11-23T00:51:53.8495225Z ++ set -ex 2022-11-23T00:51:53.8495827Z ++ [[ linux-focal-py3.7-clang7-tsan == *rocm* ]] 2022-11-23T00:51:53.8496150Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:51:53.8498971Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:53.8504071Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8506846Z ++ [[ linux-focal-py3.7-clang7-tsan != *win-* ]] 2022-11-23T00:51:53.8511267Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8517069Z +++ cd .jenkins/pytorch 2022-11-23T00:51:53.8517331Z +++ pwd -P 2022-11-23T00:51:53.8518653Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:51:53.8519061Z ++ which sccache 2022-11-23T00:51:53.8526591Z ++ sccache --stop-server 2022-11-23T00:51:53.8547805Z ++ true 2022-11-23T00:51:53.8548272Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8554208Z ++ [[ -n 1 ]] 2022-11-23T00:51:53.8554710Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:51:53.8555236Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:51:53.8555645Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8555930Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8556180Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8556445Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8569112Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8569377Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8569653Z ++ sccache --zero-stats 2022-11-23T00:51:53.8688590Z Compile requests 0 2022-11-23T00:51:53.8689005Z Compile requests executed 0 2022-11-23T00:51:53.8689398Z Cache hits 0 2022-11-23T00:51:53.8689799Z Cache misses 0 2022-11-23T00:51:53.8689980Z Cache timeouts 0 2022-11-23T00:51:53.8690180Z Cache read errors 0 2022-11-23T00:51:53.8690378Z Forced recaches 0 2022-11-23T00:51:53.8690561Z Cache write errors 0 2022-11-23T00:51:53.8690768Z Compilation failures 0 2022-11-23T00:51:53.8690970Z Cache errors 0 2022-11-23T00:51:53.8691331Z Non-cacheable compilations 0 2022-11-23T00:51:53.8691728Z Non-cacheable calls 0 2022-11-23T00:51:53.8692004Z Non-compilation calls 0 2022-11-23T00:51:53.8692221Z Unsupported compiler calls 0 2022-11-23T00:51:53.8692591Z Average cache write 0.000 s 2022-11-23T00:51:53.8692962Z Average cache read miss 0.000 s 2022-11-23T00:51:53.8693362Z Average cache read hit 0.000 s 2022-11-23T00:51:53.8693671Z Failed distributed compilations 0 2022-11-23T00:51:53.8696220Z 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:51:53.8696643Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:51:53.8696843Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:51:53.8697027Z ++ shift 2022-11-23T00:51:53.8697200Z ++ for trap_add_name in "$@" 2022-11-23T00:51:53.8698702Z ++++ trap -p EXIT 2022-11-23T00:51:53.8701450Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:51:53.8701695Z ++++ extract_trap_cmd 2022-11-23T00:51:53.8701980Z ++++ printf '%s\n' '' 2022-11-23T00:51:53.8702343Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:51:53.8704737Z ++ trap -- ' 2022-11-23T00:51:53.8705175Z sccache_epilogue' EXIT 2022-11-23T00:51:53.8705406Z ++ which ccache 2022-11-23T00:51:53.8713042Z + [[ linux-focal-py3.7-clang7-tsan == *-clang7-asan* ]] 2022-11-23T00:51:53.8713636Z + [[ linux-focal-py3.7-clang7-tsan == *-clang7-tsan* ]] 2022-11-23T00:51:53.8715613Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:53.8721172Z + exec .jenkins/pytorch/build-tsan.sh 2022-11-23T00:51:53.8750549Z ++ [[ linux-focal-py3.7-clang7-tsan == *rocm* ]] 2022-11-23T00:51:53.8750911Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:51:53.8752953Z ++ dirname /var/lib/jenkins/workspace/.jenkins/pytorch/build-tsan.sh 2022-11-23T00:51:53.8757960Z + source /var/lib/jenkins/workspace/.jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8759859Z ++ [[ linux-focal-py3.7-clang7-tsan != *win-* ]] 2022-11-23T00:51:53.8764390Z ++++ dirname /var/lib/jenkins/workspace/.jenkins/pytorch/common-build.sh 2022-11-23T00:51:53.8769397Z +++ cd /var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:51:53.8769679Z +++ pwd -P 2022-11-23T00:51:53.8771342Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:51:53.8771569Z ++ which sccache 2022-11-23T00:51:53.8779316Z ++ sccache --stop-server 2022-11-23T00:51:53.8800723Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8807671Z ++ [[ -n 1 ]] 2022-11-23T00:51:53.8808329Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:51:53.8808932Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:51:53.8809331Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8809631Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:53.8810016Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8810454Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:53.8810864Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8811241Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:51:53.8811671Z ++ sccache --zero-stats 2022-11-23T00:51:53.8934845Z Compile requests 0 2022-11-23T00:51:53.8935223Z Compile requests executed 0 2022-11-23T00:51:53.8935587Z Cache hits 0 2022-11-23T00:51:53.8935954Z Cache misses 0 2022-11-23T00:51:53.8936262Z Cache timeouts 0 2022-11-23T00:51:53.8936635Z Cache read errors 0 2022-11-23T00:51:53.8936858Z Forced recaches 0 2022-11-23T00:51:53.8937164Z Cache write errors 0 2022-11-23T00:51:53.8937499Z Compilation failures 0 2022-11-23T00:51:53.8937856Z Cache errors 0 2022-11-23T00:51:53.8938306Z Non-cacheable compilations 0 2022-11-23T00:51:53.8938766Z Non-cacheable calls 0 2022-11-23T00:51:53.8939222Z Non-compilation calls 0 2022-11-23T00:51:53.8939588Z Unsupported compiler calls 0 2022-11-23T00:51:53.8939932Z Average cache write 0.000 s 2022-11-23T00:51:53.8940275Z Average cache read miss 0.000 s 2022-11-23T00:51:53.8940529Z Average cache read hit 0.000 s 2022-11-23T00:51:53.8940734Z Failed distributed compilations 0 2022-11-23T00:51:53.8941294Z 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:51:53.8941700Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:51:53.8941895Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:51:53.8942077Z ++ shift 2022-11-23T00:51:53.8942248Z ++ for trap_add_name in "$@" 2022-11-23T00:51:53.8947649Z ++++ trap -p EXIT 2022-11-23T00:51:53.8950281Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:51:53.8950576Z ++++ extract_trap_cmd 2022-11-23T00:51:53.8950799Z ++++ printf '%s\n' '' 2022-11-23T00:51:53.8951076Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:51:53.8952553Z ++ trap -- ' 2022-11-23T00:51:53.8952769Z sccache_epilogue' EXIT 2022-11-23T00:51:53.8952939Z ++ which ccache 2022-11-23T00:51:53.8960870Z + echo 'Clang version:' 2022-11-23T00:51:53.8961243Z Clang version: 2022-11-23T00:51:53.8961502Z + clang --version 2022-11-23T00:51:53.9475527Z clang version 7.0.1-12 (tags/RELEASE_701/final) 2022-11-23T00:51:53.9476023Z Target: x86_64-pc-linux-gnu 2022-11-23T00:51:53.9476230Z Thread model: posix 2022-11-23T00:51:53.9476406Z InstalledDir: /usr/bin 2022-11-23T00:51:53.9488303Z + python tools/stats/export_test_times.py 2022-11-23T00:51:53.9962892Z Ignoring disabled issues: [] 2022-11-23T00:51:53.9963396Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T00:51:53.9964146Z 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-23T00:51:54.0250332Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-focal-py3.7-clang7-tsan 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-23T00:51:54.0411809Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-focal-py3.7-clang7-tsan 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-23T00:51:54.0579157Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-focal-py3.7-clang7-tsan 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-23T00:51:54.0580742Z All retries exhausted, downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json failed. 2022-11-23T00:51:54.0650064Z ++ which conda 2022-11-23T00:51:54.0656964Z + '[' -n /opt/conda/bin/conda ']' 2022-11-23T00:51:54.0657312Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:51:54.0657658Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:51:54.0657980Z + CC=clang 2022-11-23T00:51:54.0658271Z + CXX=clang++ 2022-11-23T00:51:54.0658634Z + LDSHARED='clang --shared' 2022-11-23T00:51:54.0658916Z + CFLAGS=-fsanitize=thread 2022-11-23T00:51:54.0659094Z + USE_TSAN=1 2022-11-23T00:51:54.0659248Z + USE_CUDA=0 2022-11-23T00:51:54.0659408Z + USE_MKLDNN=0 2022-11-23T00:51:54.0659593Z + python setup.py bdist_wheel 2022-11-23T00:51:54.3600223Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:51:54.3890290Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T00:51:54.4017846Z cmake -DBUILD_ENVIRONMENT=linux-focal-py3.7-clang7-tsan -DBUILD_PYTHON=True -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_CUDA=0 -DUSE_MKLDNN=0 -DUSE_NUMPY=True -DUSE_TSAN=1 /var/lib/jenkins/workspace 2022-11-23T00:51:54.7226363Z -- The CXX compiler identification is Clang 7.0.1 2022-11-23T00:51:54.8864225Z -- The C compiler identification is Clang 7.0.1 2022-11-23T00:51:54.8920829Z -- Detecting CXX compiler ABI info 2022-11-23T00:51:55.1275817Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:51:55.1533954Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T00:51:55.1536167Z -- Detecting CXX compile features 2022-11-23T00:51:55.1540967Z -- Detecting CXX compile features - done 2022-11-23T00:51:55.1571884Z -- Detecting C compiler ABI info 2022-11-23T00:51:55.3262776Z -- Detecting C compiler ABI info - done 2022-11-23T00:51:55.3515321Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T00:51:55.3516957Z -- Detecting C compile features 2022-11-23T00:51:55.3520982Z -- Detecting C compile features - done 2022-11-23T00:51:55.3526618Z -- Not forcing any particular BLAS to be found 2022-11-23T00:51:55.3540898Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:51:55.3541524Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:51:55.3542032Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:51:55.3542336Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:51:55.3542802Z Call Stack (most recent call first): 2022-11-23T00:51:55.3543044Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T00:51:55.3543423Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:51:55.3543802Z  2022-11-23T00:51:55.3544463Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:51:55.3545069Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:51:55.3545628Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:51:55.3545926Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:51:55.3546163Z Call Stack (most recent call first): 2022-11-23T00:51:55.3546396Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T00:51:55.3546729Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:51:55.3546958Z  2022-11-23T00:51:55.3556943Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T00:51:55.3585819Z -- Performing Test COMPILER_WORKS 2022-11-23T00:51:55.5800576Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T00:51:55.5802624Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T00:51:56.0079491Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T00:51:56.0081373Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T00:51:56.3462617Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T00:51:56.3463498Z -- std::exception_ptr is supported. 2022-11-23T00:51:56.3465578Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T00:51:56.3879254Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T00:51:56.3879673Z -- Turning off deprecation warning due to glog. 2022-11-23T00:51:56.3886317Z -- Performing Test C_HAS_AVX_1 2022-11-23T00:51:56.6666772Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T00:51:56.6667706Z -- Performing Test C_HAS_AVX_2 2022-11-23T00:51:56.9477118Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T00:51:56.9479297Z -- Performing Test C_HAS_AVX2_1 2022-11-23T00:51:57.1978800Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T00:51:57.1979702Z -- Performing Test C_HAS_AVX2_2 2022-11-23T00:51:57.5202516Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T00:51:57.5205234Z -- Performing Test C_HAS_AVX512_1 2022-11-23T00:51:57.7690469Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T00:51:57.7691525Z -- Performing Test C_HAS_AVX512_2 2022-11-23T00:51:58.0226403Z -- Performing Test C_HAS_AVX512_2 - Success 2022-11-23T00:51:58.0228841Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T00:51:58.2675211Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T00:51:58.2676280Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T00:51:58.5582870Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T00:51:58.5584942Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T00:51:58.8078381Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T00:51:58.8079651Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T00:51:59.0775961Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T00:51:59.0777724Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T00:51:59.3460315Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T00:51:59.3461426Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T00:51:59.6160096Z -- Performing Test CXX_HAS_AVX512_2 - Success 2022-11-23T00:51:59.6160974Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T00:51:59.6164056Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T00:51:59.9658694Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T00:51:59.9659112Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T00:51:59.9664942Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T00:52:00.1882943Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T00:52:00.1889174Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T00:52:00.4457109Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T00:52:00.4463264Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T00:52:00.6685081Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T00:52:00.6741548Z -- Building using own protobuf under third_party per request. 2022-11-23T00:52:00.6741940Z -- Use custom protobuf build. 2022-11-23T00:52:00.6756307Z -- 2022-11-23T00:52:00.6756550Z -- 3.13.0.0 2022-11-23T00:52:00.6764627Z -- Looking for pthread.h 2022-11-23T00:52:00.9518337Z -- Looking for pthread.h - found 2022-11-23T00:52:00.9519153Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:52:01.1560744Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T00:52:01.1568974Z -- Found Threads: TRUE 2022-11-23T00:52:01.1572574Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T00:52:01.4758737Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T00:52:01.4860716Z -- Caffe2 protobuf include directory: $$ 2022-11-23T00:52:01.4876497Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T00:52:01.4886810Z -- MKL_THREADING = OMP 2022-11-23T00:52:01.4889299Z -- Looking for sys/types.h 2022-11-23T00:52:01.7304857Z -- Looking for sys/types.h - found 2022-11-23T00:52:01.7306264Z -- Looking for stdint.h 2022-11-23T00:52:01.9285473Z -- Looking for stdint.h - found 2022-11-23T00:52:01.9286994Z -- Looking for stddef.h 2022-11-23T00:52:02.1689299Z -- Looking for stddef.h - found 2022-11-23T00:52:02.1689772Z -- Check size of void* 2022-11-23T00:52:02.3943976Z -- Check size of void* - done 2022-11-23T00:52:02.3993057Z -- Looking for cblas_sgemm 2022-11-23T00:52:02.8429681Z -- Looking for cblas_sgemm - found 2022-11-23T00:52:02.8485605Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_intel_thread.so;/opt/conda/lib/libmkl_core.so;/opt/conda/lib/libiomp5.so;/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:02.8486125Z -- MKL include directory: /opt/conda/include 2022-11-23T00:52:02.8486377Z -- MKL OpenMP type: Intel 2022-11-23T00:52:02.8486656Z -- MKL OpenMP library: /opt/conda/lib/libiomp5.so 2022-11-23T00:52:02.9161262Z -- The ASM compiler identification is Clang with GNU-like command-line 2022-11-23T00:52:02.9182602Z -- Found assembler: /opt/cache/bin/clang 2022-11-23T00:52:02.9294805Z -- Brace yourself, we are building NNPACK 2022-11-23T00:52:02.9335092Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T00:52:02.9751317Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T00:52:02.9929606Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:02.9930140Z -- NNPACK backend is x86-64 2022-11-23T00:52:03.1844377Z -- Found Python: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 2022-11-23T00:52:03.1906971Z -- Failed to find LLVM FileCheck 2022-11-23T00:52:03.1936243Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-11-23T00:52:03.2060381Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T00:52:03.2060717Z -- Version: 1.6.1 2022-11-23T00:52:03.2066456Z -- Looking for shm_open in rt 2022-11-23T00:52:03.4075823Z -- Looking for shm_open in rt - found 2022-11-23T00:52:03.4082878Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T00:52:03.6234788Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T00:52:03.6241516Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T00:52:03.8445609Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T00:52:03.8452384Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T00:52:04.0677839Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T00:52:04.0685702Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T00:52:04.3333545Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T00:52:04.3340776Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T00:52:04.5671087Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T00:52:04.5682030Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T00:52:04.7872426Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Failed 2022-11-23T00:52:04.7879706Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T00:52:05.0216873Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T00:52:05.0223002Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T00:52:05.2565162Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T00:52:05.2573094Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T00:52:05.4818965Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success 2022-11-23T00:52:05.4826931Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T00:52:05.7052978Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T00:52:05.7061145Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T00:52:05.9334137Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:52:05.9341657Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T00:52:06.1543128Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T00:52:06.1554770Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T00:52:06.4118709Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T00:52:06.4125419Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T00:52:06.4448981Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T00:52:06.4455883Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T00:52:06.6617316Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success 2022-11-23T00:52:06.6617741Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-11-23T00:52:06.6618040Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-11-23T00:52:06.7492314Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile 2022-11-23T00:52:06.7498637Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T00:52:06.9773559Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T00:52:06.9775074Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:52:06.9775569Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:52:07.4560542Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T00:52:07.4560933Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:52:07.4561207Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:52:07.4987189Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T00:52:07.4987605Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:52:07.4987855Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:52:07.8614593Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T00:52:07.8614902Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:52:07.8615170Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:52:08.2013058Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T00:52:08.2278245Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T00:52:08.4594594Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T00:52:10.5833051Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:10.5833807Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:10.5834353Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:10.5834861Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:10.5835339Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:10.5835741Z Call Stack (most recent call first): 2022-11-23T00:52:10.5836203Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:10.5836728Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:52:10.5837396Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:10.5838008Z  2022-11-23T00:52:10.5838507Z -- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) 2022-11-23T00:52:10.5839296Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:10.5839907Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:10.5840414Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:10.5840940Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:10.5841320Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:10.5841601Z Call Stack (most recent call first): 2022-11-23T00:52:10.5841965Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:10.5842351Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:52:10.5842843Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:10.5843185Z  2022-11-23T00:52:10.5843606Z -- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) 2022-11-23T00:52:10.5844343Z -- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND) 2022-11-23T00:52:10.5844897Z CMake Warning at third_party/fbgemm/CMakeLists.txt:93 (message): 2022-11-23T00:52:10.5845292Z OpenMP is not supported by the compiler 2022-11-23T00:52:10.5845432Z 2022-11-23T00:52:10.5845517Z  2022-11-23T00:52:10.6827744Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T00:52:10.6828247Z ========== 2022-11-23T00:52:10.6828422Z 2022-11-23T00:52:10.6828591Z  2022-11-23T00:52:10.6829099Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T00:52:10.6829515Z CMAKE_BUILD_TYPE = Release 2022-11-23T00:52:10.6829723Z 2022-11-23T00:52:10.6829855Z  2022-11-23T00:52:10.6830361Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T00:52:10.6830796Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T00:52:10.6831000Z 2022-11-23T00:52:10.6831122Z  2022-11-23T00:52:10.6831587Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T00:52:10.6832082Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T00:52:10.6832314Z 2022-11-23T00:52:10.6832443Z  2022-11-23T00:52:10.6832883Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T00:52:10.6833239Z ========== 2022-11-23T00:52:10.6833362Z 2022-11-23T00:52:10.6833493Z  2022-11-23T00:52:10.6864729Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T00:52:10.9087236Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T00:52:10.9094766Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T00:52:10.9432557Z -- Performing Test __CxxFlag__fno_semantic_interposition - Failed 2022-11-23T00:52:10.9440159Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T00:52:11.2183897Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T00:52:11.2191143Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T00:52:11.2519891Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Failed 2022-11-23T00:52:11.2538251Z ** AsmJit Summary ** 2022-11-23T00:52:11.2539225Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T00:52:11.2539785Z  ASMJIT_TEST=FALSE 2022-11-23T00:52:11.2540137Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T00:52:11.2540398Z  ASMJIT_DEPS=pthread;rt 2022-11-23T00:52:11.2540645Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T00:52:11.2540913Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T00:52:11.2541331Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-DASMJIT_STATIC 2022-11-23T00:52:11.2541674Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T00:52:11.2541994Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants 2022-11-23T00:52:11.2589758Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-11-23T00:52:11.2590471Z CMake Warning at cmake/Dependencies.cmake:893 (message): 2022-11-23T00:52:11.2590917Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-11-23T00:52:11.2591176Z Call Stack (most recent call first): 2022-11-23T00:52:11.2591392Z CMakeLists.txt:719 (include) 2022-11-23T00:52:11.2591520Z 2022-11-23T00:52:11.2591592Z  2022-11-23T00:52:11.2607715Z -- Using third party subdirectory Eigen. 2022-11-23T00:52:11.2804170Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.7.13", minimum required is "3.0") 2022-11-23T00:52:11.2824028Z -- 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:11.2826098Z -- Using third_party/pybind11. 2022-11-23T00:52:11.2826516Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T00:52:11.3391696Z -- Checking for module 'mpi-c' 2022-11-23T00:52:11.3416960Z -- No package 'mpi-c' found 2022-11-23T00:52:11.3870421Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-11-23T00:52:11.4374327Z -- Checking for module 'mpi-cxx' 2022-11-23T00:52:11.4396603Z -- No package 'mpi-cxx' found 2022-11-23T00:52:11.4844811Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-11-23T00:52:11.4845770Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-11-23T00:52:11.4850095Z CMake Warning at cmake/Dependencies.cmake:1167 (message): 2022-11-23T00:52:11.4850477Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-11-23T00:52:11.4850784Z Call Stack (most recent call first): 2022-11-23T00:52:11.4850991Z CMakeLists.txt:719 (include) 2022-11-23T00:52:11.4851116Z 2022-11-23T00:52:11.4851200Z  2022-11-23T00:52:13.6313828Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:13.6314606Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:13.6315188Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:13.6315624Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:13.6315915Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:13.6316141Z Call Stack (most recent call first): 2022-11-23T00:52:13.6316411Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:13.6316678Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:52:13.6316902Z CMakeLists.txt:719 (include) 2022-11-23T00:52:13.6317229Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:13.6317465Z  2022-11-23T00:52:13.6318006Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:13.6318387Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:13.6318755Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:13.6319111Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:13.6319524Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:13.6319820Z Call Stack (most recent call first): 2022-11-23T00:52:13.6320215Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:13.6320724Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:52:13.6321125Z CMakeLists.txt:719 (include) 2022-11-23T00:52:13.6321443Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:13.6321686Z  2022-11-23T00:52:13.6321973Z CMake Warning at cmake/Dependencies.cmake:1240 (message): 2022-11-23T00:52:13.6322316Z Not compiling with OpenMP. Suppress this warning with -DUSE_OPENMP=OFF 2022-11-23T00:52:13.6322666Z Call Stack (most recent call first): 2022-11-23T00:52:13.6322875Z CMakeLists.txt:719 (include) 2022-11-23T00:52:13.6323000Z 2022-11-23T00:52:13.6323079Z  2022-11-23T00:52:13.6323290Z -- Disabling kernel asserts for ROCm 2022-11-23T00:52:13.6331250Z CMake Warning at cmake/Dependencies.cmake:1387 (message): 2022-11-23T00:52:13.6331787Z Not using CUDA/ROCM, so disabling USE_NCCL. Suppress this warning with 2022-11-23T00:52:13.6332169Z -DUSE_NCCL=OFF. 2022-11-23T00:52:13.6332373Z Call Stack (most recent call first): 2022-11-23T00:52:13.6332643Z CMakeLists.txt:719 (include) 2022-11-23T00:52:13.6332764Z 2022-11-23T00:52:13.6332832Z  2022-11-23T00:52:13.6464636Z -- Performing Test UV_LINT_W4 2022-11-23T00:52:13.6772314Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T00:52:13.6778059Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T00:52:13.7076721Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T00:52:13.7083106Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T00:52:13.7381769Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T00:52:13.7387891Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T00:52:13.7682937Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T00:52:13.7689988Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T00:52:13.7979946Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T00:52:13.7986440Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T00:52:13.8286286Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T00:52:13.8292814Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T00:52:13.8595385Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T00:52:13.8601970Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T00:52:13.8917436Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T00:52:13.8923377Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T00:52:13.9224730Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T00:52:13.9230212Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T00:52:13.9532795Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T00:52:13.9538307Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T00:52:13.9836561Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T00:52:13.9841899Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T00:52:14.0144185Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T00:52:14.0149729Z -- Performing Test UV_LINT_WALL 2022-11-23T00:52:14.1931345Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T00:52:14.1937122Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T00:52:14.3946464Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T00:52:14.3952885Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T00:52:14.5689356Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T00:52:14.5695371Z -- Performing Test UV_LINT_EXTRA 2022-11-23T00:52:14.7590466Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T00:52:14.7596278Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T00:52:14.7906960Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T00:52:14.7913766Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T00:52:14.9732816Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T00:52:14.9742974Z -- summary of build options: 2022-11-23T00:52:14.9743329Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T00:52:14.9743764Z Target system: Linux 2022-11-23T00:52:14.9744044Z Compiler: 2022-11-23T00:52:14.9744241Z C compiler: /opt/cache/bin/clang 2022-11-23T00:52:14.9744548Z CFLAGS: -fsanitize=thread -fsanitize=thread -fPIE 2022-11-23T00:52:14.9744707Z 2022-11-23T00:52:14.9756772Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T00:52:14.9780731Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T00:52:14.9781485Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T00:52:14.9782110Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T00:52:14.9782380Z set the policy and suppress this warning. 2022-11-23T00:52:14.9782519Z 2022-11-23T00:52:14.9782664Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T00:52:14.9783035Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T00:52:14.9783558Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:14.9783843Z  2022-11-23T00:52:14.9784128Z -- Enabling sccache for CXX 2022-11-23T00:52:14.9784396Z -- Enabling sccache for C 2022-11-23T00:52:14.9784751Z -- Gloo build as SHARED library 2022-11-23T00:52:14.9825831Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T00:52:14.9826168Z Metal is only used in ios builds. 2022-11-23T00:52:14.9826377Z Call Stack (most recent call first): 2022-11-23T00:52:14.9826592Z CMakeLists.txt:719 (include) 2022-11-23T00:52:14.9826716Z 2022-11-23T00:52:14.9826801Z  2022-11-23T00:52:15.0022757Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:15.0039066Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found version "3.7.13") 2022-11-23T00:52:15.0042446Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:52:15.0045096Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:52:15.0047139Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:52:15.0863487Z -- 2022-11-23T00:52:15.0863925Z -- ******** Summary ******** 2022-11-23T00:52:15.0864531Z -- CMake version : 3.22.1 2022-11-23T00:52:15.0865150Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:15.0865537Z -- System : Linux 2022-11-23T00:52:15.0865811Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:52:15.0866079Z -- C++ compiler version : 7.0.1 2022-11-23T00:52:15.0866553Z -- CXX flags : -fsanitize=thread -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=thread -fPIE -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2022-11-23T00:52:15.0866948Z -- Build type : Release 2022-11-23T00:52:15.0867278Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T00:52:15.0867736Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:15.0868094Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:15.0868437Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules 2022-11-23T00:52:15.0868690Z -- 2022-11-23T00:52:15.0869051Z -- ONNX version : 1.12.0 2022-11-23T00:52:15.0869312Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:52:15.0869564Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:52:15.0869801Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T00:52:15.0870053Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T00:52:15.0870307Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T00:52:15.0870539Z -- ONNX_WERROR : OFF 2022-11-23T00:52:15.0870776Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:52:15.0871020Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:52:15.0871250Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:52:15.0871493Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T00:52:15.0871686Z -- 2022-11-23T00:52:15.0871880Z -- Protobuf compiler : 2022-11-23T00:52:15.0872118Z -- Protobuf includes : 2022-11-23T00:52:15.0872358Z -- Protobuf libraries : 2022-11-23T00:52:15.0872585Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:52:15.0884397Z -- 2022-11-23T00:52:15.0884962Z -- ******** Summary ******** 2022-11-23T00:52:15.0885705Z -- CMake version : 3.22.1 2022-11-23T00:52:15.0886129Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:15.0886556Z -- System : Linux 2022-11-23T00:52:15.0887019Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:52:15.0887470Z -- C++ compiler version : 7.0.1 2022-11-23T00:52:15.0888325Z -- CXX flags : -fsanitize=thread -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=thread -fPIE -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2022-11-23T00:52:15.0888721Z -- Build type : Release 2022-11-23T00:52:15.0889012Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T00:52:15.0889647Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:15.0890194Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:15.0890539Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules 2022-11-23T00:52:15.0890763Z -- 2022-11-23T00:52:15.0890979Z -- ONNX version : 1.4.1 2022-11-23T00:52:15.0891220Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:52:15.0891444Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:52:15.0891680Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:52:15.0891919Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:52:15.0892138Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:52:15.0892329Z -- 2022-11-23T00:52:15.0892534Z -- Protobuf compiler : 2022-11-23T00:52:15.0892753Z -- Protobuf includes : 2022-11-23T00:52:15.0892984Z -- Protobuf libraries : 2022-11-23T00:52:15.0893218Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:52:15.0893543Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-11-23T00:52:15.0893853Z -- Adding -DNDEBUG to compile flags 2022-11-23T00:52:15.0910810Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T00:52:15.1335231Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T00:52:15.1335918Z CMake Warning at cmake/Dependencies.cmake:1738 (message): 2022-11-23T00:52:15.1336501Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-11-23T00:52:15.1336767Z Call Stack (most recent call first): 2022-11-23T00:52:15.1336984Z CMakeLists.txt:719 (include) 2022-11-23T00:52:15.1337110Z 2022-11-23T00:52:15.1337193Z  2022-11-23T00:52:15.1363912Z -- Could not find hardware support for NEON on this machine. 2022-11-23T00:52:15.1364444Z -- No OMAP3 processor on this machine. 2022-11-23T00:52:15.1364721Z -- No OMAP4 processor on this machine. 2022-11-23T00:52:15.1373965Z -- Found a library with LAPACK API (mkl). 2022-11-23T00:52:15.1374554Z disabling CUDA because NOT USE_CUDA is set 2022-11-23T00:52:15.1375149Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-11-23T00:52:15.1375528Z disabling ROCM because NOT USE_ROCM is set 2022-11-23T00:52:15.1375997Z -- MIOpen not found. Compiling without MIOpen support 2022-11-23T00:52:15.1376351Z disabling MKLDNN because USE_MKLDNN is not set 2022-11-23T00:52:15.1376974Z -- Looking for clock_gettime in rt 2022-11-23T00:52:15.3560343Z -- Looking for clock_gettime in rt - found 2022-11-23T00:52:15.3560664Z -- Looking for mmap 2022-11-23T00:52:15.5563628Z -- Looking for mmap - found 2022-11-23T00:52:15.5564187Z -- Looking for shm_open 2022-11-23T00:52:15.7535734Z -- Looking for shm_open - found 2022-11-23T00:52:15.7536022Z -- Looking for shm_unlink 2022-11-23T00:52:15.9544534Z -- Looking for shm_unlink - found 2022-11-23T00:52:15.9545047Z -- Looking for malloc_usable_size 2022-11-23T00:52:16.1568331Z -- Looking for malloc_usable_size - found 2022-11-23T00:52:16.1569274Z -- Performing Test C_HAS_THREAD 2022-11-23T00:52:16.3979073Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T00:52:16.4014658Z -- Version: 7.1.3 2022-11-23T00:52:16.4015047Z -- Build type: Release 2022-11-23T00:52:16.4017665Z -- CXX_STANDARD: 14 2022-11-23T00:52:16.4024349Z -- Performing Test has_std_14_flag 2022-11-23T00:52:16.6264130Z -- Performing Test has_std_14_flag - Success 2022-11-23T00:52:16.6270859Z -- Performing Test has_std_1y_flag 2022-11-23T00:52:16.8495558Z -- Performing Test has_std_1y_flag - Success 2022-11-23T00:52:16.8497152Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T00:52:17.1702748Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T00:52:17.1703191Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T00:52:17.4983833Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T00:52:17.4985832Z -- Required features: cxx_variadic_templates 2022-11-23T00:52:17.4992277Z -- Performing Test HAS_NULLPTR_WARNING 2022-11-23T00:52:17.7225032Z -- Performing Test HAS_NULLPTR_WARNING - Success 2022-11-23T00:52:17.7230249Z -- Looking for strtod_l 2022-11-23T00:52:17.8112108Z -- Looking for strtod_l - not found 2022-11-23T00:52:17.8118853Z -- Using CPU-only version of Kineto 2022-11-23T00:52:17.8119343Z -- Configuring Kineto dependency: 2022-11-23T00:52:17.8119877Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T00:52:17.8120189Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T00:52:17.8120415Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T00:52:17.8327531Z INFO CUDA_SOURCE_DIR =  2022-11-23T00:52:17.8328007Z INFO ROCM_SOURCE_DIR =  2022-11-23T00:52:17.8491267Z INFO CUPTI unavailable or disabled - not building GPU profilers 2022-11-23T00:52:17.8826247Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T00:52:17.8826810Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T00:52:17.8827147Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-11-23T00:52:17.8827532Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-11-23T00:52:17.8828840Z -- Configured Kineto (CPU) 2022-11-23T00:52:17.8835489Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:52:17.8836172Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:52:17.8836661Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:52:17.8836967Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:52:17.8837223Z Call Stack (most recent call first): 2022-11-23T00:52:17.8837447Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T00:52:17.8837783Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:17.8838031Z  2022-11-23T00:52:17.8845796Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T00:52:18.1303792Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T00:52:18.1311019Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T00:52:18.3733388Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T00:52:18.3740600Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T00:52:18.5940272Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2022-11-23T00:52:18.5946999Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T00:52:18.8160091Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2022-11-23T00:52:18.8167031Z -- Performing Test HAS_WNARROWING 2022-11-23T00:52:19.0363451Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T00:52:19.0370983Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T00:52:19.2613392Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T00:52:19.2621387Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T00:52:19.4803039Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T00:52:19.4811041Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T00:52:19.7120187Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T00:52:19.7127200Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T00:52:19.9378736Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T00:52:19.9385890Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T00:52:20.1679580Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T00:52:20.1686993Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T00:52:20.4592935Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T00:52:20.4599859Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T00:52:20.6793878Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T00:52:20.6801005Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T00:52:20.9170949Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T00:52:20.9179266Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T00:52:21.1380730Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T00:52:21.1388889Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T00:52:21.3791805Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T00:52:21.3800066Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T00:52:21.6927239Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:52:21.6934354Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T00:52:21.9280232Z -- Performing Test HAS_WVLA_EXTENSION - Success 2022-11-23T00:52:21.9289059Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T00:52:22.1830345Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T00:52:22.1838067Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T00:52:22.4305756Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T00:52:22.4313063Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T00:52:22.6664212Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T00:52:22.6671413Z -- Performing Test HAS_WCONSTANT_CONVERSION 2022-11-23T00:52:22.9075057Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2022-11-23T00:52:22.9081991Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION 2022-11-23T00:52:23.1251834Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION - Success 2022-11-23T00:52:23.1258328Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION 2022-11-23T00:52:23.3579384Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION - Success 2022-11-23T00:52:23.3586201Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2022-11-23T00:52:23.5808375Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2022-11-23T00:52:23.5815174Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE 2022-11-23T00:52:23.8048748Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE - Success 2022-11-23T00:52:23.8055606Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2022-11-23T00:52:24.0300217Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2022-11-23T00:52:24.0306859Z -- Performing Test HAS_WNO_C++14_EXTENSIONS 2022-11-23T00:52:24.2470643Z -- Performing Test HAS_WNO_C++14_EXTENSIONS - Success 2022-11-23T00:52:24.2478723Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST 2022-11-23T00:52:24.4666350Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST - Success 2022-11-23T00:52:24.4673546Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T00:52:24.7017700Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T00:52:24.7024433Z -- Performing Test HAS_WUNUSED_LAMBDA_CAPTURE 2022-11-23T00:52:24.9225241Z -- Performing Test HAS_WUNUSED_LAMBDA_CAPTURE - Success 2022-11-23T00:52:24.9232924Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEF 2022-11-23T00:52:25.1403606Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEF - Success 2022-11-23T00:52:25.1411297Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2022-11-23T00:52:25.3907853Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2022-11-23T00:52:25.3915562Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T00:52:25.6473047Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2022-11-23T00:52:25.6479929Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T00:52:25.8903264Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T00:52:25.8911504Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T00:52:26.1364293Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Failed 2022-11-23T00:52:26.1371587Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T00:52:26.3767246Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2022-11-23T00:52:26.3774574Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T00:52:26.6186047Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T00:52:26.6193371Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T00:52:26.8414348Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T00:52:26.8421516Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T00:52:27.0598097Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T00:52:27.0605237Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T00:52:27.3101406Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-11-23T00:52:27.3109550Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T00:52:27.5357636Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2022-11-23T00:52:27.5401028Z -- Looking for backtrace 2022-11-23T00:52:27.7390198Z -- Looking for backtrace - found 2022-11-23T00:52:27.7390875Z -- backtrace facility detected in default set of libraries 2022-11-23T00:52:27.7393505Z -- Found Backtrace: /usr/include 2022-11-23T00:52:27.7394951Z -- don't use NUMA 2022-11-23T00:52:30.9038982Z -- headers outputs: 2022-11-23T00:52:37.9629138Z -- sources outputs: 2022-11-23T00:52:39.1975509Z -- declarations_yaml outputs: 2022-11-23T00:52:39.2031403Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T00:52:39.2603009Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2022-11-23T00:52:39.2958293Z -- Using ATen parallel backend: NATIVE 2022-11-23T00:52:39.2970018Z disabling CUDA because USE_CUDA is set false 2022-11-23T00:52:39.3492752Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T00:52:39.3493103Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T00:52:39.3493614Z of CMake. 2022-11-23T00:52:39.3493706Z 2022-11-23T00:52:39.3493927Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:52:39.3495374Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:52:39.3495877Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:52:39.3496229Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:52:39.3496365Z 2022-11-23T00:52:39.3496457Z  2022-11-23T00:52:39.4005265Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T00:52:39.4028775Z -- Check size of long double 2022-11-23T00:52:39.6264367Z -- Check size of long double - done 2022-11-23T00:52:39.6266145Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T00:52:39.8240506Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T00:52:39.8242078Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T00:52:40.0219015Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T00:52:40.0220204Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T00:52:40.2563646Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T00:52:40.2564555Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T00:52:40.4940067Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T00:52:40.4940907Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T00:52:40.7492174Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T00:52:40.7493083Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T00:52:40.9845087Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T00:52:40.9846849Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T00:52:41.2228861Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T00:52:41.2229877Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T00:52:41.4579593Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T00:52:43.0217204Z -- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) 2022-11-23T00:52:43.0217774Z -- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) 2022-11-23T00:52:43.0219999Z -- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND) 2022-11-23T00:52:43.0222831Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T00:52:43.2182161Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T00:52:43.2183826Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T00:52:43.4161986Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-11-23T00:52:43.4162506Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T00:52:43.6150925Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T00:52:43.6263187Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T00:52:43.6263697Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:52:43.6264203Z  Target processor: x86_64 2022-11-23T00:52:43.6264507Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:52:43.6264830Z  Host processor: x86_64 2022-11-23T00:52:43.6265175Z  Detected C compiler: Clang @ /opt/cache/bin/clang 2022-11-23T00:52:43.6265428Z  CMake: 3.22.1 2022-11-23T00:52:43.6265668Z  Make program: /usr/bin/make 2022-11-23T00:52:43.6266145Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T00:52:43.6266510Z -- Building shared libs : OFF 2022-11-23T00:52:43.6266755Z -- Building static test bins: OFF 2022-11-23T00:52:43.6267007Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T00:52:43.6267240Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T00:52:43.6267553Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T00:52:43.6267800Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T00:52:43.6268020Z -- OPENSSL : 1.1.1s 2022-11-23T00:52:43.6268230Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T00:52:43.6268455Z -- RUNNING_ON_TRAVIS : 2022-11-23T00:52:43.6268690Z -- COMPILER_SUPPORTS_OPENMP : 2022-11-23T00:52:43.6268885Z  2022-11-23T00:52:43.6269160Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T00:52:43.6269404Z  2022-11-23T00:52:43.6370529Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T00:52:43.6371174Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T00:52:43.6371621Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T00:52:43.6372043Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T00:52:43.8110837Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T00:52:44.0309219Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T00:52:44.0319828Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T00:52:44.3107651Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Failed 2022-11-23T00:52:44.3125539Z -- /opt/cache/bin/clang++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T00:52:44.5357017Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T00:52:44.5480709Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:52:44.5481143Z Syntax Warning in cmake code at column 107 2022-11-23T00:52:44.5481290Z 2022-11-23T00:52:44.5481449Z Argument not separated from preceding token by whitespace. 2022-11-23T00:52:44.5481803Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:44.5482053Z  2022-11-23T00:52:44.5482305Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:52:44.5482535Z Syntax Warning in cmake code at column 115 2022-11-23T00:52:44.5482671Z 2022-11-23T00:52:44.5482798Z Argument not separated from preceding token by whitespace. 2022-11-23T00:52:44.5483145Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:44.5483389Z  2022-11-23T00:52:44.6400455Z -- Using lib/python3.7/site-packages as python relative installation path 2022-11-23T00:52:44.6797802Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T00:52:44.6798475Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T00:52:44.6798789Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T00:52:44.6799022Z tested. 2022-11-23T00:52:44.6799121Z 2022-11-23T00:52:44.6799210Z  2022-11-23T00:52:44.6803888Z -- 2022-11-23T00:52:44.6804465Z -- ******** Summary ******** 2022-11-23T00:52:44.6804779Z -- General: 2022-11-23T00:52:44.6805142Z -- CMake version : 3.22.1 2022-11-23T00:52:44.6805550Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:44.6805969Z -- System : Linux 2022-11-23T00:52:44.6806426Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:52:44.6806852Z -- C++ compiler id : Clang 2022-11-23T00:52:44.6807278Z -- C++ compiler version : 7.0.1 2022-11-23T00:52:44.6807712Z -- Using ccache if found : ON 2022-11-23T00:52:44.6808182Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T00:52:44.6828570Z -- CXX flags : -fsanitize=thread -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=thread -fPIE -DUSE_PTHREADPOOL -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 -Werror=braced-scalar-init -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 -Wvla-extension -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Wunused-lambda-capture -Wunused-local-typedef -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -fno-math-errno -fno-trapping-math -Werror=format 2022-11-23T00:52:44.6830639Z -- Build type : Release 2022-11-23T00:52:44.6831317Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;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:44.6831847Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:44.6832189Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:44.6832462Z -- USE_GOLD_LINKER : OFF 2022-11-23T00:52:44.6832656Z -- 2022-11-23T00:52:44.6832855Z -- TORCH_VERSION : 1.14.0 2022-11-23T00:52:44.6833089Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T00:52:44.6833471Z -- BUILD_CAFFE2 : OFF 2022-11-23T00:52:44.6833696Z -- BUILD_CAFFE2_OPS : OFF 2022-11-23T00:52:44.6833949Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-11-23T00:52:44.6834211Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T00:52:44.6834449Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T00:52:44.6834686Z -- BUILD_BINARY : OFF 2022-11-23T00:52:44.6834917Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T00:52:44.6835156Z -- Link local protobuf : ON 2022-11-23T00:52:44.6835374Z -- BUILD_DOCS : OFF 2022-11-23T00:52:44.6835604Z -- BUILD_PYTHON : True 2022-11-23T00:52:44.6835843Z -- Python version : 3.7.13 2022-11-23T00:52:44.6836102Z -- Python executable : /opt/conda/bin/python 2022-11-23T00:52:44.6836365Z -- Pythonlibs version : 3.7.13 2022-11-23T00:52:44.6836672Z -- Python library : /opt/conda/lib/libpython3.7m.so.1.0 2022-11-23T00:52:44.6836983Z -- Python includes : /opt/conda/include/python3.7m 2022-11-23T00:52:44.6837302Z -- Python site-packages: lib/python3.7/site-packages 2022-11-23T00:52:44.6837636Z -- BUILD_SHARED_LIBS : ON 2022-11-23T00:52:44.6837885Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T00:52:44.6838128Z -- BUILD_TEST : True 2022-11-23T00:52:44.6838353Z -- BUILD_JNI : OFF 2022-11-23T00:52:44.6838572Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T00:52:44.6838808Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T00:52:44.6839040Z -- INTERN_BUILD_MOBILE : 2022-11-23T00:52:44.6839259Z -- TRACING_BASED : OFF 2022-11-23T00:52:44.6839481Z -- USE_BLAS : 1 2022-11-23T00:52:44.6839699Z -- BLAS : mkl 2022-11-23T00:52:44.6839903Z -- BLAS_HAS_SBGEMM : 2022-11-23T00:52:44.6840127Z -- USE_LAPACK : 1 2022-11-23T00:52:44.6840350Z -- LAPACK : mkl 2022-11-23T00:52:44.6840566Z -- USE_ASAN : OFF 2022-11-23T00:52:44.6840768Z -- USE_TSAN : 1 2022-11-23T00:52:44.6840999Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T00:52:44.6841223Z -- USE_CUDA : 0 2022-11-23T00:52:44.6841429Z -- USE_ROCM : OFF 2022-11-23T00:52:44.6841649Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T00:52:44.6841873Z -- USE_FBGEMM : ON 2022-11-23T00:52:44.6842089Z -- USE_FAKELOWP : OFF 2022-11-23T00:52:44.6842317Z -- USE_KINETO : ON 2022-11-23T00:52:44.6842540Z -- USE_FFMPEG : OFF 2022-11-23T00:52:44.6842750Z -- USE_GFLAGS : OFF 2022-11-23T00:52:44.6842970Z -- USE_GLOG : OFF 2022-11-23T00:52:44.6843193Z -- USE_LEVELDB : OFF 2022-11-23T00:52:44.6843405Z -- USE_LITE_PROTO : OFF 2022-11-23T00:52:44.6843622Z -- USE_LMDB : OFF 2022-11-23T00:52:44.6844021Z -- USE_METAL : OFF 2022-11-23T00:52:44.6844234Z -- USE_PYTORCH_METAL : OFF 2022-11-23T00:52:44.6844481Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T00:52:44.6844721Z -- USE_MPS : OFF 2022-11-23T00:52:44.6844927Z -- USE_FFTW : OFF 2022-11-23T00:52:44.6845146Z -- USE_MKL : ON 2022-11-23T00:52:44.6845368Z -- USE_MKLDNN : 0 2022-11-23T00:52:44.6845578Z -- USE_UCC : OFF 2022-11-23T00:52:44.6845795Z -- USE_ITT : ON 2022-11-23T00:52:44.6846014Z -- USE_NCCL : OFF 2022-11-23T00:52:44.6846217Z -- USE_NNPACK : ON 2022-11-23T00:52:44.6846435Z -- USE_NUMPY : ON 2022-11-23T00:52:44.6846655Z -- USE_OBSERVERS : ON 2022-11-23T00:52:44.6846883Z -- USE_OPENCL : OFF 2022-11-23T00:52:44.6847091Z -- USE_OPENCV : OFF 2022-11-23T00:52:44.6847309Z -- USE_OPENMP : OFF 2022-11-23T00:52:44.6847527Z -- USE_TBB : OFF 2022-11-23T00:52:44.6847728Z -- USE_VULKAN : OFF 2022-11-23T00:52:44.6847945Z -- USE_PROF : OFF 2022-11-23T00:52:44.6848164Z -- USE_QNNPACK : ON 2022-11-23T00:52:44.6848450Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T00:52:44.6848686Z -- USE_XNNPACK : ON 2022-11-23T00:52:44.6848913Z -- USE_REDIS : OFF 2022-11-23T00:52:44.6849120Z -- USE_ROCKSDB : OFF 2022-11-23T00:52:44.6849340Z -- USE_ZMQ : OFF 2022-11-23T00:52:44.6849568Z -- USE_DISTRIBUTED : ON 2022-11-23T00:52:44.6849785Z -- USE_MPI : OFF 2022-11-23T00:52:44.6850014Z -- USE_GLOO : ON 2022-11-23T00:52:44.6850250Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T00:52:44.6850476Z -- USE_TENSORPIPE : ON 2022-11-23T00:52:44.6850927Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T00:52:44.6851512Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;dl 2022-11-23T00:52:44.6851913Z -- USE_COREML_DELEGATE : OFF 2022-11-23T00:52:44.6852140Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T00:52:44.6852391Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T00:52:44.6886904Z -- Configuring done 2022-11-23T00:52:46.2162436Z -- Generating done 2022-11-23T00:52:46.2504961Z CMake Warning: 2022-11-23T00:52:46.2505567Z Manually-specified variables were not used by the project: 2022-11-23T00:52:46.2505757Z 2022-11-23T00:52:46.2506416Z BUILD_ENVIRONMENT 2022-11-23T00:52:46.2506588Z 2022-11-23T00:52:46.2506740Z  2022-11-23T00:52:46.2531832Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T00:52:46.3051241Z cmake --build . --target install --config Release -- -j 6 2022-11-23T00:52:46.3502366Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:52:46.3505498Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T00:52:46.3511773Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T00:52:46.3517713Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T00:52:46.3522977Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:52:46.3540670Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T00:52:46.4156465Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T00:52:46.4390770Z [ 0%] Built target clog 2022-11-23T00:52:46.4443031Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T00:52:46.4446218Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T00:52:46.5083695Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:52:46.5292478Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:52:46.5502509Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:52:46.5681843Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T00:52:46.5726276Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T00:52:46.6334321Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T00:52:46.6392410Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:52:46.6624045Z [ 0%] Built target gtest 2022-11-23T00:52:46.6685316Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:52:46.6751440Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T00:52:46.6793049Z [ 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:46.7241281Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T00:52:46.7330555Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:52:46.7851063Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T00:52:46.8071638Z [ 0%] Built target pthreadpool 2022-11-23T00:52:46.8127518Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:52:46.8161724Z [ 0%] Built target defs.bzl 2022-11-23T00:52:46.8204700Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:52:46.8252203Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T00:52:46.8372628Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T00:52:46.8808460Z [ 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:46.8810137Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T00:52:46.9721620Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T00:52:46.9874612Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T00:52:47.0135770Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T00:52:47.0159876Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:52:47.0401877Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:52:47.0993059Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:52:47.1332208Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:52:47.1471532Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T00:52:47.1823838Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:52:47.1831911Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T00:52:47.2404416Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:52:47.2598721Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:52:47.2697416Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:52:47.2699937Z [ 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:47.2749861Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T00:52:47.3351166Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T00:52:47.3616198Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:52:47.3848506Z [ 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:47.4004358Z [ 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:47.4056809Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T00:52:47.4391304Z [ 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:47.4706458Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T00:52:47.4805380Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:52:47.5188792Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T00:52:47.5326565Z [ 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:47.5443508Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T00:52:47.6164540Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:52:47.6265466Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:52:47.6273773Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:52:47.6330125Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T00:52:47.6498350Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T00:52:47.6551735Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T00:52:47.7848684Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:52:47.7883207Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T00:52:47.8025681Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T00:52:47.8074834Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:52:47.8088086Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:52:47.8727470Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:52:47.9198232Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:52:47.9378844Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T00:52:47.9665366Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:52:47.9695044Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:52:47.9725205Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T00:52:48.0417040Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:52:48.0469378Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:52:48.0691367Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T00:52:48.1022146Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:52:48.1301889Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:52:48.1663147Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T00:52:48.1924119Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T00:52:48.2032402Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T00:52:48.2132981Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T00:52:48.2517122Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:52:48.2627264Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:52:48.2657511Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:52:48.3061870Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T00:52:48.3605442Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T00:52:48.3899495Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:52:48.4064868Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:52:48.4076255Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:52:48.4302375Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:52:48.4400282Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T00:52:48.4822767Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T00:52:48.5248728Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T00:52:48.5292128Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T00:52:48.5619528Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:52:48.5754340Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:52:48.6170826Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T00:52:48.6345520Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T00:52:48.6379983Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T00:52:48.6853133Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T00:52:48.6889382Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:52:48.7623213Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:52:48.7632752Z [ 1%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T00:52:48.7918814Z [ 1%] Built target benchmark 2022-11-23T00:52:48.7964251Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:52:48.8008297Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:52:48.8062278Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T00:52:48.8086393Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T00:52:48.8283057Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T00:52:48.9345876Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T00:52:48.9426036Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T00:52:48.9575780Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T00:52:48.9672142Z [ 1%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T00:52:48.9924237Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T00:52:49.0115180Z [ 1%] Built target libprotobuf-lite 2022-11-23T00:52:49.0118727Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T00:52:49.0172787Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T00:52:49.0967160Z [ 1%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T00:52:49.1122993Z [ 1%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T00:52:49.1507007Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T00:52:49.1779882Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T00:52:49.1896993Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T00:52:49.1916811Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T00:52:49.2081478Z [ 1%] Linking C static library ../../lib/libittnotify.a 2022-11-23T00:52:49.2419905Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T00:52:49.2420978Z [ 1%] Built target ittnotify 2022-11-23T00:52:49.2482869Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T00:52:49.2854061Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T00:52:49.3045129Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T00:52:49.3146812Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T00:52:49.3158890Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T00:52:49.4077664Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T00:52:49.4362229Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T00:52:49.4676880Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T00:52:49.4713126Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T00:52:49.5231317Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T00:52:49.5246277Z [ 1%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T00:52:49.5301548Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T00:52:49.5313123Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T00:52:49.5491742Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T00:52:49.5630692Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T00:52:49.6499721Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T00:52:49.6557472Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T00:52:49.7163602Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T00:52:49.7166183Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T00:52:49.7167047Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T00:52:49.7361618Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T00:52:49.7624430Z [ 2%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T00:52:49.7829221Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T00:52:49.8369706Z [ 2%] Built target libkineto_defs.bzl 2022-11-23T00:52:49.8370606Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T00:52:49.8486782Z [ 3%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T00:52:49.8502789Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T00:52:49.8885452Z [ 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:49.9217614Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T00:52:49.9462008Z [ 4%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T00:52:49.9682449Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T00:52:49.9687550Z [ 4%] Built target fmt 2022-11-23T00:52:49.9746283Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T00:52:49.9776561Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T00:52:49.9942401Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T00:52:50.0446394Z [ 4%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T00:52:50.0889835Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T00:52:50.1041686Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T00:52:50.1072889Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T00:52:50.1099292Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T00:52:50.1296501Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T00:52:50.1876632Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T00:52:50.2026536Z [ 4%] Built target kineto_api 2022-11-23T00:52:50.2084946Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T00:52:50.2121641Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T00:52:50.2627069Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T00:52:50.2738079Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T00:52:50.2761229Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T00:52:50.2819384Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T00:52:50.2976947Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T00:52:50.3126966Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T00:52:50.3422684Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T00:52:50.4096729Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T00:52:50.4219032Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T00:52:50.4254968Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T00:52:50.4314198Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T00:52:50.4408760Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T00:52:50.4494077Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T00:52:50.5628498Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T00:52:50.5757480Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T00:52:50.5801108Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T00:52:50.5940105Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T00:52:50.6035509Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T00:52:50.6085470Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T00:52:50.6853155Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T00:52:50.7240252Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T00:52:50.7484212Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T00:52:50.7511797Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T00:52:50.7643875Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T00:52:50.7777122Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T00:52:50.7824575Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T00:52:50.8652507Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T00:52:50.8722248Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T00:52:50.8759364Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T00:52:50.9042308Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T00:52:50.9432226Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T00:52:50.9803445Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T00:52:50.9953574Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T00:52:50.9998482Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T00:52:51.0021996Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T00:52:51.0279105Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T00:52:51.0846705Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T00:52:51.0939496Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T00:52:51.1350078Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T00:52:51.1538058Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T00:52:51.1544060Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T00:52:51.1731173Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T00:52:51.1948258Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T00:52:51.2349046Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T00:52:51.2908375Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T00:52:51.2915796Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T00:52:51.2948740Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T00:52:51.3011070Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T00:52:51.3204911Z [ 4%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T00:52:51.3417903Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T00:52:51.3880799Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T00:52:51.4140743Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T00:52:51.4429951Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T00:52:51.4748574Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T00:52:51.4809166Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T00:52:51.4991669Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T00:52:51.5044430Z [ 5%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T00:52:51.5507854Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T00:52:51.6133003Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T00:52:51.6172429Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T00:52:51.6431277Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T00:52:51.6718641Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T00:52:51.6857103Z [ 5%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T00:52:51.6894671Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T00:52:51.7823972Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T00:52:51.7974223Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T00:52:51.8039850Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T00:52:51.8152565Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T00:52:51.8233372Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T00:52:51.8948355Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T00:52:51.9313035Z [ 5%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T00:52:51.9566157Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T00:52:51.9789137Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T00:52:51.9899090Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T00:52:51.9947196Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T00:52:52.0136040Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T00:52:52.0331789Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T00:52:52.0937816Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T00:52:52.1261783Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T00:52:52.1281671Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T00:52:52.1383250Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T00:52:52.1674565Z [ 7%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T00:52:52.2093211Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T00:52:52.2161460Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T00:52:52.2186181Z [ 7%] 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:52.2278737Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T00:52:52.3017881Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T00:52:52.3036247Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T00:52:52.3263151Z [ 7%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T00:52:52.3532725Z [ 7%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T00:52:52.3898079Z [ 7%] Built target tensorpipe_uv 2022-11-23T00:52:52.3968378Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T00:52:52.4073292Z [ 7%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T00:52:52.4365159Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T00:52:52.4696315Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T00:52:52.5182475Z [ 7%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T00:52:52.5431756Z [ 7%] Built target foxi_loader 2022-11-23T00:52:52.5478025Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T00:52:52.5482650Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T00:52:52.5941350Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T00:52:52.6321825Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T00:52:52.6571474Z [ 7%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T00:52:52.6810184Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T00:52:52.7172725Z [ 7%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T00:52:52.7616827Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T00:52:52.7881262Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T00:52:52.7991188Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T00:52:52.8104241Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T00:52:52.8292517Z [ 7%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T00:52:52.8417719Z [ 7%] Generating ATen headers 2022-11-23T00:52:52.8981927Z [ 7%] Generating ATen sources 2022-11-23T00:52:52.9600886Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T00:52:52.9715745Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T00:52:52.9941452Z [ 7%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T00:52:53.0419451Z [ 7%] Built target asmjit 2022-11-23T00:52:53.0463017Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T00:52:53.0479495Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T00:52:53.1130794Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T00:52:53.1582755Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T00:52:53.2181598Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T00:52:53.2628195Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T00:52:53.2960882Z [ 7%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T00:52:53.3424246Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T00:52:53.3784549Z [ 7%] Built target common 2022-11-23T00:52:53.3819079Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T00:52:53.3847523Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T00:52:53.4463793Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T00:52:53.4937761Z [ 7%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T00:52:53.5502718Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T00:52:53.5525715Z [ 7%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T00:52:53.6347669Z [ 7%] Linking C executable ../../bin/mkrename 2022-11-23T00:52:53.6791205Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T00:52:53.6815156Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T00:52:53.7224870Z [ 7%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T00:52:53.7655834Z [ 7%] Built target gloo 2022-11-23T00:52:53.7717128Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T00:52:53.8289744Z [ 7%] Built target mkrename 2022-11-23T00:52:53.8333625Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T00:52:53.8534892Z [ 7%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T00:52:53.8850465Z [ 7%] Generating include/renameavx512f.h 2022-11-23T00:52:53.8859090Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T00:52:53.9047895Z [ 7%] Built target renameAVX512F.h_generated 2022-11-23T00:52:53.9095602Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T00:52:53.9431655Z [ 7%] Generating include/renameavx2.h 2022-11-23T00:52:53.9437940Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T00:52:53.9564417Z [ 7%] Built target renameAVX2.h_generated 2022-11-23T00:52:53.9614037Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T00:52:53.9666892Z [ 7%] Linking C executable ../../bin/mkalias 2022-11-23T00:52:53.9803169Z [ 7%] Generating include/renameavx2128.h 2022-11-23T00:52:53.9825282Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T00:52:54.0019961Z [ 7%] Built target renameAVX2128.h_generated 2022-11-23T00:52:54.0081905Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T00:52:54.0721885Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T00:52:54.1439567Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T00:52:54.1704012Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T00:52:54.1798785Z [ 7%] Built target mkalias 2022-11-23T00:52:54.1850663Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T00:52:54.2094425Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T00:52:54.3483667Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T00:52:54.3498553Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T00:52:54.3752543Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T00:52:54.4468695Z [ 7%] 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:54.5108353Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T00:52:54.5778313Z [ 7%] Generating ATen declarations_yaml 2022-11-23T00:52:54.5916917Z [ 7%] Generating include/renamefma4.h 2022-11-23T00:52:54.5925283Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T00:52:54.6069805Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T00:52:54.6093748Z [ 7%] Built target renameFMA4.h_generated 2022-11-23T00:52:54.6139403Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T00:52:54.7055665Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T00:52:54.7851424Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T00:52:54.8111284Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T00:52:54.8749632Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T00:52:55.0039202Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T00:52:55.0544464Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T00:52:55.0638511Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T00:52:55.1493982Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T00:52:55.2904968Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T00:52:55.3111046Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T00:52:55.3382016Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T00:52:55.4425267Z [ 7%] Generating include/renameavx.h 2022-11-23T00:52:55.4433868Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T00:52:55.4559007Z [ 7%] Built target renameAVX.h_generated 2022-11-23T00:52:55.4606347Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T00:52:55.4946008Z [ 7%] Generating include/renamesse4.h 2022-11-23T00:52:55.4953535Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T00:52:55.5065488Z [ 7%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T00:52:55.5080589Z [ 7%] Built target renameSSE4.h_generated 2022-11-23T00:52:55.5162811Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T00:52:55.5824545Z [ 7%] Generating include/renamesse2.h 2022-11-23T00:52:55.5831002Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T00:52:55.5960224Z [ 7%] Built target libprotobuf 2022-11-23T00:52:55.5969757Z [ 7%] Built target renameSSE2.h_generated 2022-11-23T00:52:55.6028877Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T00:52:55.6099777Z [ 7%] Generating include/renamepurec_scalar.h 2022-11-23T00:52:55.6150553Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T00:52:55.6291698Z [ 7%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T00:52:55.6379117Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T00:52:55.6724839Z [ 7%] Generating include/renamepurecfma_scalar.h 2022-11-23T00:52:55.6732893Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T00:52:55.6853483Z [ 7%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T00:52:55.6897591Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T00:52:55.7983723Z [ 7%] Generating renamedsp128.h 2022-11-23T00:52:55.8008870Z [ 7%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T00:52:55.8122421Z [ 7%] Built target renamedsp128.h_generated 2022-11-23T00:52:55.8172021Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T00:52:55.8221255Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T00:52:55.8706021Z [ 7%] Linking C executable ../../bin/mkdisp 2022-11-23T00:52:55.9924603Z [ 7%] Generating renamedsp256.h 2022-11-23T00:52:56.0014657Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T00:52:56.0138651Z [ 7%] Built target renamedsp256.h_generated 2022-11-23T00:52:56.0200406Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T00:52:56.0757603Z [ 7%] Built target mkdisp 2022-11-23T00:52:56.0903374Z [ 7%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T00:52:56.1578352Z [ 7%] Built target python_copy_files 2022-11-23T00:52:56.1636862Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T00:52:56.1695281Z [ 7%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T00:52:56.1746650Z [ 7%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T00:52:56.2003461Z clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument] 2022-11-23T00:52:56.2665309Z [ 7%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T00:52:56.2811071Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T00:52:56.4332437Z [ 7%] Built target torch_global_deps 2022-11-23T00:52:56.4403471Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T00:52:56.4635074Z [ 7%] Built target mkrename_gnuabi 2022-11-23T00:52:56.4685572Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T00:52:56.4776110Z [ 7%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T00:52:56.5613921Z [ 7%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T00:52:56.6189044Z [ 7%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T00:52:56.6258466Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T00:52:56.7120691Z [ 7%] Built target arraymap 2022-11-23T00:52:56.7185247Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T00:52:56.7299131Z [ 7%] Built target mkmasked_gnuabi 2022-11-23T00:52:56.7424165Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T00:52:56.7833057Z [ 7%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T00:52:56.8579327Z [ 7%] 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:52:56.8920572Z [ 7%] Linking C executable ../../bin/addSuffix 2022-11-23T00:52:56.9122621Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T00:52:57.0259270Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T00:52:57.0423867Z [ 7%] Built target addSuffix 2022-11-23T00:52:57.0506234Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T00:52:57.1135302Z [ 7%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T00:52:57.1745210Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T00:52:57.3638907Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T00:52:57.5201260Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T00:52:57.7094105Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T00:52:57.8829522Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T00:52:58.0720032Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T00:52:58.2881666Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T00:52:58.5450819Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T00:52:58.6721805Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T00:52:58.9000307Z [ 7%] Linking CXX shared library ../lib/libc10.so 2022-11-23T00:52:59.0593802Z [ 7%] Built target c10 2022-11-23T00:52:59.0656221Z [ 7%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T00:52:59.1206611Z [ 7%] Generating ../../../torch/version.py 2022-11-23T00:52:59.5489554Z [ 7%] Built target gen_torch_version 2022-11-23T00:52:59.5644600Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T00:52:59.5686666Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T00:52:59.6583187Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T00:52:59.7593589Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T00:52:59.7992613Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T00:52:59.8733925Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T00:52:59.9495635Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T00:53:00.0248400Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T00:53:00.0737529Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T00:53:00.1010005Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T00:53:00.1868453Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T00:53:00.2666647Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T00:53:00.2908296Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T00:53:00.3503838Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T00:53:00.4163095Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T00:53:00.4924783Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:53:00.5353653Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T00:53:00.5765519Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:53:00.6543124Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T00:53:00.7715173Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T00:53:00.7831091Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:53:00.8628718Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T00:53:00.9620481Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T00:53:00.9902520Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T00:53:01.0913839Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T00:53:01.1606308Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T00:53:01.2041890Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T00:53:01.2825024Z [ 7%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T00:53:01.3144023Z [ 7%] Built target cpuinfo 2022-11-23T00:53:01.3206318Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T00:53:01.4638243Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T00:53:01.5664759Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T00:53:01.5858594Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T00:53:01.6422583Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T00:53:01.7265852Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T00:53:01.8350127Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T00:53:01.8425446Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T00:53:01.9528210Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T00:53:02.0451051Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T00:53:02.0939039Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T00:53:02.1251826Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T00:53:02.1993984Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T00:53:02.2729625Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T00:53:02.3208387Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T00:53:02.3445320Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T00:53:02.4235942Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:53:02.5001995Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:53:02.5653028Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T00:53:02.5785413Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T00:53:02.6619454Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:53:02.7394357Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T00:53:02.8323901Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T00:53:02.8331728Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T00:53:02.9174812Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T00:53:02.9842568Z [ 7%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T00:53:03.0244548Z [ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T00:53:03.0875006Z [ 8%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T00:53:03.1150354Z [ 8%] Built target cpuinfo_internals 2022-11-23T00:53:03.1227790Z [ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T00:53:03.1263048Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T00:53:03.2103200Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T00:53:03.2504863Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:53:03.2671884Z [ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T00:53:03.2902002Z [ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T00:53:03.3387886Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:53:03.4118795Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T00:53:03.4629630Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T00:53:03.4807500Z [ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T00:53:03.4941933Z [ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T00:53:03.5361672Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:53:03.6507998Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:53:03.6515455Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:53:03.7212639Z [ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T00:53:03.7367741Z [ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T00:53:03.7423708Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:53:03.8296705Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:53:03.9525185Z [ 8%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:53:03.9845923Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T00:53:04.0255939Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T00:53:04.0316791Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T00:53:04.0943225Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:53:04.1959058Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T00:53:04.2216319Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T00:53:04.2662509Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T00:53:04.2930969Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T00:53:04.3310053Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:53:04.4125611Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:53:04.4805129Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:53:04.5147104Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:53:04.5331774Z [ 9%] 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:04.5483933Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:53:04.5872450Z [ 9%] 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:04.6215060Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:53:04.6930302Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:53:04.7177409Z [ 9%] 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:04.8259026Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:53:04.8277940Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:53:04.9375734Z [ 9%] 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:04.9565793Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:53:04.9689889Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:53:05.0466425Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:53:05.0601274Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:53:05.1373083Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T00:53:05.1623565Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T00:53:05.2124170Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:53:05.3511714Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:53:05.3558347Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:53:05.3820697Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T00:53:05.4404002Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:53:05.4887278Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:53:05.5219949Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T00:53:05.5347503Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T00:53:05.5805650Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:53:05.6423568Z [ 9%] Built target torch_python_stubs 2022-11-23T00:53:05.6465025Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:53:05.6566958Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:53:05.6990411Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:53:05.7267668Z [ 9%] 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:05.7279901Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T00:53:05.7338458Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T00:53:05.7701704Z [ 9%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:53:05.8642543Z [ 9%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T00:53:05.8936328Z [ 9%] Built target qnnpack 2022-11-23T00:53:05.9115859Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T00:53:05.9150458Z [ 9%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T00:53:05.9436136Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T00:53:05.9655476Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T00:53:06.0031398Z [ 9%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T00:53:06.0929503Z [ 9%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:53:06.1326192Z [ 9%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:53:06.1404648Z [ 9%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T00:53:06.1475988Z [ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T00:53:06.1832986Z [ 9%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T00:53:06.2104060Z [ 9%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T00:53:06.2452722Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:53:06.2826381Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T00:53:06.3136355Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T00:53:06.3353654Z [ 10%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T00:53:06.3584926Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T00:53:06.4434333Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:53:06.4770671Z [ 10%] 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:06.5155944Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T00:53:06.5272788Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T00:53:06.5571315Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T00:53:06.6774388Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:53:06.6790819Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T00:53:06.7211463Z [ 10%] 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:06.7390777Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T00:53:06.7573413Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T00:53:06.7604195Z [ 10%] 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:06.8205760Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:53:06.8831522Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T00:53:06.9011320Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:53:06.9968885Z [ 10%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:53:07.0148499Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T00:53:07.0226838Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T00:53:07.0715627Z [ 11%] 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:07.0750989Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T00:53:07.1808350Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T00:53:07.2306523Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:53:07.2351463Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T00:53:07.2611250Z [ 11%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T00:53:07.2845423Z [ 11%] 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:07.3351483Z [ 11%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T00:53:07.4423013Z [ 11%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T00:53:07.4488417Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T00:53:07.4569975Z [ 11%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T00:53:07.4961822Z [ 11%] 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:07.5240267Z [ 11%] Built target generate-torch-sources 2022-11-23T00:53:07.5430184Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T00:53:07.5589646Z [ 11%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T00:53:07.6150702Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T00:53:07.6581399Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T00:53:07.6759747Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T00:53:07.7048042Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T00:53:07.7299055Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T00:53:07.7649785Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T00:53:07.7745045Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:53:07.7819445Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:53:07.8432228Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T00:53:07.8462710Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T00:53:07.8658690Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:53:07.9141200Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T00:53:07.9339322Z [ 11%] 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:07.9390325Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:53:07.9638751Z [ 11%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T00:53:08.0066692Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:53:08.0083597Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T00:53:08.0369843Z [ 11%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T00:53:08.0572539Z [ 11%] Built target nnpack_reference_layers 2022-11-23T00:53:08.0710238Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T00:53:08.0819623Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:53:08.1498880Z [ 11%] Built target indirection 2022-11-23T00:53:08.1566365Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:53:08.1847396Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:53:08.2422630Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T00:53:08.2973182Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T00:53:08.3079731Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T00:53:08.3183544Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:08.3961976Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:53:08.4005432Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:08.4481529Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T00:53:08.4542750Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T00:53:08.5171502Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T00:53:08.5222470Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:08.6127544Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:08.6348180Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T00:53:08.6367347Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:53:08.6838959Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T00:53:08.6862248Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T00:53:08.7348066Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:53:08.7550995Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T00:53:08.7843102Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:53:08.8101315Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:53:08.8281964Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:08.8457045Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T00:53:08.8599860Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T00:53:08.9344288Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T00:53:08.9482468Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:09.0389610Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:09.0465366Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:53:09.0507308Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T00:53:09.0630921Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T00:53:09.1480657Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:09.1822571Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T00:53:09.2305202Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T00:53:09.2316054Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:09.2655936Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T00:53:09.3219752Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T00:53:09.3614597Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T00:53:09.4055797Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T00:53:09.4193103Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T00:53:09.4214909Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:53:09.4397640Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T00:53:09.5358051Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T00:53:09.5449934Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:53:09.6234458Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:53:09.6316297Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T00:53:09.6385913Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T00:53:09.6392394Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T00:53:09.6963298Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:53:09.7187570Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T00:53:09.7307474Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T00:53:09.7750560Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:53:09.8084710Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T00:53:09.8481490Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:53:09.8715499Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T00:53:09.9062750Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T00:53:09.9307443Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:53:09.9347264Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T00:53:09.9783343Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T00:53:10.0020574Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:53:10.0552618Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T00:53:10.0570230Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T00:53:10.0778513Z [ 11%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:53:10.1031289Z [ 11%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T00:53:10.1385748Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T00:53:10.1549606Z [ 11%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T00:53:10.1602707Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T00:53:10.1978972Z [ 11%] Built target pytorch_qnnpack 2022-11-23T00:53:10.2063042Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T00:53:10.2276263Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T00:53:10.2653570Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T00:53:10.3055423Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T00:53:10.3530408Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T00:53:10.3729476Z [ 11%] Built target packing 2022-11-23T00:53:10.3849787Z [ 11%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T00:53:10.3872743Z [ 11%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:53:10.4265505Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T00:53:10.4427655Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T00:53:10.4614857Z [ 11%] Built target libprotoc 2022-11-23T00:53:10.4816470Z [ 11%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T00:53:10.5195554Z [ 11%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:53:10.5253908Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T00:53:10.5254669Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T00:53:10.6139188Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T00:53:10.6309363Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T00:53:10.6587058Z [ 11%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T00:53:10.6978279Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T00:53:10.6991160Z [ 11%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T00:53:10.7206376Z [ 11%] Built target gmock 2022-11-23T00:53:10.7256337Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T00:53:10.7298967Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T00:53:10.7841473Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T00:53:10.7861754Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T00:53:10.7952729Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T00:53:10.8351553Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T00:53:10.8817283Z [ 11%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T00:53:10.8935666Z [ 11%] Built target jit 2022-11-23T00:53:10.9011831Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T00:53:10.9106738Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T00:53:10.9148912Z [ 12%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T00:53:10.9712293Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T00:53:10.9912196Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T00:53:11.0206143Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T00:53:11.0574042Z [ 12%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T00:53:11.0694657Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T00:53:11.0812113Z [ 12%] Built target gtest_main 2022-11-23T00:53:11.0886614Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T00:53:11.0972320Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T00:53:11.1012461Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T00:53:11.1447744Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T00:53:11.1682280Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T00:53:11.1824427Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T00:53:11.2305464Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T00:53:11.2315293Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T00:53:11.2524172Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T00:53:11.2884851Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T00:53:11.3108368Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T00:53:11.3130638Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T00:53:11.3393704Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T00:53:11.3679228Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T00:53:11.3926159Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T00:53:11.4106754Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T00:53:11.4328583Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T00:53:11.4687050Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T00:53:11.4956378Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T00:53:11.4993812Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T00:53:11.5290793Z [ 12%] 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:11.5619580Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T00:53:11.6022814Z [ 12%] 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:11.6023764Z [ 12%] 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:11.6114115Z [ 12%] 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:11.6530951Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T00:53:11.6864028Z [ 12%] 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:11.7001423Z [ 12%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T00:53:11.7310623Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T00:53:11.7338302Z [ 12%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T00:53:11.7615686Z [ 12%] 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:11.8018444Z [ 12%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T00:53:11.8240766Z [ 12%] Built target benchmark_main 2022-11-23T00:53:11.8332382Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T00:53:11.8368945Z [ 12%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T00:53:11.8609830Z [ 12%] 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:11.9525119Z [ 12%] 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:11.9525779Z [ 12%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T00:53:12.0117478Z [ 12%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T00:53:12.0177420Z [ 12%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T00:53:12.0334305Z [ 12%] 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:12.0504434Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T00:53:12.1405231Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T00:53:12.1438319Z [ 13%] 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:12.1937569Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T00:53:12.2337208Z [ 13%] 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:12.2613151Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T00:53:12.2657213Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T00:53:12.3173100Z [ 13%] 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:12.3243879Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T00:53:12.3772839Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T00:53:12.3936348Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T00:53:12.4029316Z [ 13%] 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:12.4720410Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T00:53:12.4935034Z [ 13%] 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:12.5659971Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T00:53:12.5962480Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T00:53:12.6066438Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T00:53:12.6800835Z [ 13%] 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:12.7168354Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T00:53:12.7859452Z [ 13%] 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:12.7967891Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T00:53:12.8303034Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T00:53:12.8641898Z [ 13%] 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:12.8717384Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T00:53:12.8936521Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T00:53:12.9414765Z [ 13%] 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:12.9773808Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T00:53:12.9932085Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T00:53:13.0341783Z [ 13%] 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:13.0793101Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T00:53:13.0939568Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T00:53:13.1121250Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T00:53:13.1271066Z [ 13%] 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:13.1771942Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T00:53:13.2276738Z [ 13%] 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:13.2796221Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T00:53:13.2849554Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T00:53:13.3164565Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T00:53:13.3334442Z [ 13%] 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:13.3859785Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T00:53:13.4285964Z [ 13%] 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:13.4402701Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T00:53:13.4849638Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T00:53:13.5039469Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T00:53:13.5529844Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T00:53:13.5633530Z [ 13%] 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:13.6114789Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T00:53:13.6460402Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T00:53:13.6528141Z [ 13%] 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:13.7020502Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T00:53:13.7083927Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T00:53:13.7440779Z [ 13%] 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:13.7859746Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T00:53:13.8280088Z [ 13%] 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:13.8722019Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T00:53:13.9224427Z [ 13%] 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:13.9355900Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T00:53:13.9459144Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T00:53:13.9761548Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T00:53:14.0069876Z [ 13%] 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:14.0518812Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T00:53:14.0779584Z [ 13%] 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:14.1342927Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T00:53:14.1361510Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T00:53:14.1511475Z [ 13%] 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:14.1663630Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T00:53:14.2294186Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T00:53:14.2608845Z [ 13%] 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:14.2705137Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T00:53:14.2927803Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T00:53:14.3178048Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T00:53:14.3621229Z [ 13%] 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:14.4086656Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T00:53:14.4552550Z [ 13%] 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:14.4755160Z [ 13%] Built target fbgemm_avx2 2022-11-23T00:53:14.4964581Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T00:53:14.5047486Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T00:53:14.5399224Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T00:53:14.5413446Z [ 13%] 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:14.6003971Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T00:53:14.6445803Z [ 13%] 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:14.6696511Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T00:53:14.6934565Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T00:53:14.7418466Z [ 13%] 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:14.7768248Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T00:53:14.8057633Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T00:53:14.8353411Z [ 13%] 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:14.8620434Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T00:53:14.9080342Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T00:53:14.9252499Z [ 13%] 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:14.9793692Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T00:53:14.9918551Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T00:53:15.0119707Z [ 13%] 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:15.0673444Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T00:53:15.0708269Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T00:53:15.1052202Z [ 13%] 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:15.1616004Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T00:53:15.1886563Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T00:53:15.1986967Z [ 13%] 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:15.2300712Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T00:53:15.2337335Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T00:53:15.2841940Z [ 13%] 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:15.3671551Z [ 13%] 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:15.3875679Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T00:53:15.4033998Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T00:53:15.4262531Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T00:53:15.4606794Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T00:53:15.5260523Z [ 13%] 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:15.5422766Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T00:53:15.6147199Z [ 13%] 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:15.6455571Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T00:53:15.6555368Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T00:53:15.6556267Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T00:53:15.7254702Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T00:53:15.8180978Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T00:53:15.8361731Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T00:53:15.8462562Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T00:53:15.8555544Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T00:53:15.9059834Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T00:53:15.9325611Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T00:53:15.9861326Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T00:53:15.9905231Z [ 13%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T00:53:16.0243280Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T00:53:16.0729759Z [ 14%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T00:53:16.0823732Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T00:53:16.1103359Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T00:53:16.1594926Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T00:53:16.2110799Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:53:16.2295392Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T00:53:16.2556911Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:53:16.2827209Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:53:16.2876459Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T00:53:16.3671047Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:53:16.4101822Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:53:16.4289948Z [ 15%] Built target fbgemm_avx512 2022-11-23T00:53:16.4365490Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:53:16.4541369Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T00:53:16.4976904Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T00:53:16.5303678Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:53:16.5340858Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T00:53:16.5774389Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T00:53:16.6460854Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T00:53:16.6533862Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:16.6566113Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:53:16.7265241Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:53:16.7571735Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T00:53:16.7766391Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:53:16.8080003Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T00:53:16.8338740Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:53:16.8643893Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T00:53:16.8694663Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T00:53:16.9484675Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:53:16.9637899Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:16.9809633Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T00:53:17.0223000Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T00:53:17.0758739Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T00:53:17.0887884Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:53:17.1184328Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T00:53:17.1442839Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T00:53:17.1838453Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T00:53:17.1931086Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T00:53:17.2661784Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T00:53:17.2725989Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T00:53:17.2817581Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:17.2865578Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T00:53:17.3816857Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:53:17.3907878Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:53:17.4291431Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T00:53:17.4313340Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T00:53:17.4557680Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:53:17.4936725Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T00:53:17.5382376Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:53:17.5825986Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T00:53:17.5894296Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T00:53:17.6287819Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:53:17.6602259Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T00:53:17.6653105Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T00:53:17.7157451Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:17.7357391Z [ 15%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T00:53:17.7543175Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T00:53:17.7984558Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T00:53:17.8182743Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:53:17.8403600Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:17.8967336Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:53:17.9249099Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:53:17.9971825Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:53:18.0338564Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T00:53:18.0374105Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:53:18.0973018Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:53:18.1372433Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:53:18.1790299Z [ 16%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T00:53:18.1839959Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:53:18.2267313Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:53:18.2647344Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T00:53:18.3507874Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:53:18.3715930Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:18.4040757Z [ 16%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T00:53:18.4368816Z [ 16%] 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:18.4733523Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:53:18.5357728Z [ 16%] 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:18.5788440Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T00:53:18.5989483Z [ 16%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T00:53:18.6240440Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:53:18.6472984Z [ 16%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T00:53:18.6686197Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:18.7206996Z [ 16%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T00:53:18.7248684Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:53:18.7693889Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:53:18.7926158Z [ 16%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T00:53:18.8166502Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:53:18.8508644Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T00:53:18.9083403Z [ 16%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T00:53:18.9259213Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:18.9298723Z [ 16%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T00:53:18.9497745Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:53:19.0177156Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:53:19.0354681Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:53:19.0903695Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T00:53:19.1179154Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:19.1813854Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:19.1912379Z [ 16%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T00:53:19.2337221Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:19.2543537Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:19.3184794Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:19.3438010Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:19.3844261Z [ 16%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T00:53:19.4166808Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:19.4170232Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:53:19.5157832Z [ 16%] Built target fbgemm_generic 2022-11-23T00:53:19.5171521Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T00:53:19.5306884Z [ 16%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T00:53:19.5349451Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T00:53:19.5394938Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:53:19.6132869Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:19.6858941Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:19.6953091Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:19.7232959Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T00:53:19.7997438Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T00:53:19.8036593Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:19.8951589Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T00:53:19.9076837Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:19.9515539Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T00:53:19.9753547Z [ 16%] 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:20.0319796Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:20.0759706Z [ 16%] 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:20.1139068Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:20.1511650Z [ 16%] 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:20.1571037Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T00:53:20.1912796Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:20.2092196Z [ 16%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T00:53:20.2614407Z [ 16%] 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:20.2927850Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T00:53:20.3368041Z [ 16%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T00:53:20.3448449Z [ 16%] 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:20.3736132Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T00:53:20.3784554Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:53:20.4727307Z [ 16%] 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:20.4897966Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:53:20.5388630Z [ 16%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T00:53:20.5590806Z [ 16%] 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:20.5659408Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:53:20.5813577Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T00:53:20.6659911Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:53:20.6851576Z [ 16%] 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:20.7593784Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T00:53:20.7719408Z [ 16%] 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:20.7965497Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:53:20.8571044Z [ 16%] 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:20.8814280Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:53:20.8877568Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T00:53:20.9593708Z [ 16%] 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:20.9822580Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:53:21.0562241Z [ 16%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T00:53:21.0937089Z [ 16%] 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:21.1095934Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T00:53:21.1510350Z [ 16%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T00:53:21.1751985Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:53:21.2079703Z [ 16%] 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:21.2503506Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/DaemonConfigLoader.cpp:16: 2022-11-23T00:53:21.2504151Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21: 2022-11-23T00:53:21.2505594Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:30:18: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] 2022-11-23T00:53:21.2506290Z namespace dynolog::ipcfabric { 2022-11-23T00:53:21.2506492Z ^~~~~~~~~~~ 2022-11-23T00:53:21.2544417Z { namespace ipcfabric 2022-11-23T00:53:21.2545369Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:60:57: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.2546009Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.2546409Z ^ 2022-11-23T00:53:21.2546744Z , "" 2022-11-23T00:53:21.2547666Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:80:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.2586421Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.2586769Z ^ 2022-11-23T00:53:21.2586998Z , "" 2022-11-23T00:53:21.2587620Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:81:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.2587990Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.2588223Z ^ 2022-11-23T00:53:21.2614794Z , "" 2022-11-23T00:53:21.2615215Z 4 warnings generated. 2022-11-23T00:53:21.2615949Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:53:21.2617977Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T00:53:21.3069563Z [ 16%] 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:21.3417579Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:53:21.3642432Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T00:53:21.3932318Z [ 16%] 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:21.4362439Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:53:21.4766817Z [ 16%] 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:21.5353724Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:53:21.5388800Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T00:53:21.5754056Z [ 16%] 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:21.6416382Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:53:21.6603427Z [ 16%] 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:21.7425675Z [ 16%] 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:21.7585018Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:53:21.7617937Z [ 16%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T00:53:21.7993459Z [ 16%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T00:53:21.8229925Z [ 16%] 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:21.8596367Z [ 16%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T00:53:21.8629781Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:53:21.9257591Z [ 17%] 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:21.9310506Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.cpp:11: 2022-11-23T00:53:21.9311501Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21: 2022-11-23T00:53:21.9312869Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:30:18: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] 2022-11-23T00:53:21.9313621Z namespace dynolog::ipcfabric { 2022-11-23T00:53:21.9313978Z ^~~~~~~~~~~ 2022-11-23T00:53:21.9314274Z { namespace ipcfabric 2022-11-23T00:53:21.9315026Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:60:57: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.9315599Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.9315943Z ^ 2022-11-23T00:53:21.9316249Z , "" 2022-11-23T00:53:21.9317009Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:80:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.9317688Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.9318033Z ^ 2022-11-23T00:53:21.9318272Z , "" 2022-11-23T00:53:21.9318753Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:81:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.9319124Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.9319334Z ^ 2022-11-23T00:53:21.9319544Z , "" 2022-11-23T00:53:21.9319733Z 4 warnings generated. 2022-11-23T00:53:21.9366887Z [ 17%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T00:53:21.9635262Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:53:21.9768401Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T00:53:22.0427614Z [ 17%] 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:22.0897829Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:53:22.1291558Z [ 17%] 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:22.1371856Z [ 17%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T00:53:22.1451236Z [ 17%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T00:53:22.1725468Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:53:22.1781008Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T00:53:22.2285948Z [ 17%] 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:22.2705265Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:53:22.2980493Z [ 17%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T00:53:22.3282559Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T00:53:22.3335884Z [ 17%] 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:22.3655509Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:53:22.4039683Z [ 17%] 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:22.4615190Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:53:22.4762555Z [ 17%] 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:22.4852372Z [ 17%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T00:53:22.4852987Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T00:53:22.5380992Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:53:22.5574975Z [ 17%] 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:22.5704625Z [ 18%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T00:53:22.6191149Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:53:22.6736278Z [ 18%] Built target kineto_base 2022-11-23T00:53:22.6745087Z [ 18%] 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:22.6785632Z [ 18%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T00:53:22.6853410Z [ 18%] 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:22.7166680Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:53:22.7506595Z [ 18%] Generating src/x86_64-fma/relu.py.o 2022-11-23T00:53:22.7520857Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T00:53:22.7672158Z [ 18%] 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:22.8005024Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:53:22.8608144Z [ 18%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T00:53:22.8742899Z [ 18%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T00:53:22.8775276Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T00:53:22.8852265Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:53:22.9105708Z [ 18%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T00:53:22.9777677Z [ 18%] 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:23.0139367Z [ 18%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T00:53:23.0191004Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:53:23.0244956Z [ 19%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T00:53:23.0682853Z [ 19%] 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:23.1136136Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:53:23.1456044Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T00:53:23.1978693Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T00:53:23.2092178Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:53:23.2168954Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T00:53:23.2882517Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:53:23.2942884Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:23.3579748Z [ 19%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T00:53:23.3645707Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:53:23.3663889Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:53:23.3749000Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T00:53:23.3959484Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T00:53:23.4424560Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T00:53:23.4548063Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:23.5128011Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:23.5156749Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:23.5357871Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:53:23.5881869Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T00:53:23.5966480Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:23.6359384Z [ 19%] 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:23.6697714Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:53:23.6980993Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T00:53:23.7013516Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T00:53:23.7375789Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:53:23.7593196Z [ 19%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T00:53:23.7647316Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:23.7665350Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:53:23.8269629Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:53:23.8519734Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T00:53:23.8970548Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T00:53:23.9030848Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:53:23.9152754Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T00:53:23.9231276Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T00:53:23.9973415Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T00:53:24.0173367Z [ 20%] 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:24.0723500Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T00:53:24.1050414Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T00:53:24.1060451Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:24.1383136Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T00:53:24.1609335Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T00:53:24.1931961Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:24.2362115Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T00:53:24.2885527Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.3079126Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T00:53:24.3117697Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T00:53:24.3214613Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T00:53:24.3748726Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.3940740Z [ 20%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T00:53:24.4056917Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T00:53:24.4742401Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.5003188Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T00:53:24.5097298Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T00:53:24.5106147Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T00:53:24.5794462Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T00:53:24.5804776Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T00:53:24.5817853Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.6573290Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T00:53:24.6940511Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T00:53:24.7413863Z [ 20%] 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:24.7446704Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T00:53:24.7933868Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T00:53:24.8343631Z [ 20%] 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:24.8368811Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T00:53:24.9094891Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T00:53:24.9297297Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:24.9455857Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T00:53:24.9684608Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T00:53:25.0060010Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:25.0147581Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T00:53:25.0669585Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T00:53:25.0996814Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T00:53:25.1236096Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:25.1519719Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T00:53:25.1701227Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T00:53:25.2039027Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.2083338Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T00:53:25.2208307Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T00:53:25.3011631Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T00:53:25.3051427Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T00:53:25.3418850Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.3428972Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.3781288Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T00:53:25.4487414Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.4565918Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T00:53:25.4750779Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T00:53:25.4927733Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T00:53:25.5496487Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T00:53:25.5637725Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T00:53:25.5714629Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:25.6492717Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T00:53:25.6507465Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T00:53:25.6576362Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:25.7351679Z [ 20%] 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:25.7352573Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T00:53:25.7391428Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T00:53:25.7844198Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T00:53:25.8106527Z [ 20%] 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:25.8135126Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T00:53:25.8755502Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:53:25.8932172Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T00:53:25.8949943Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:53:25.9286116Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T00:53:25.9661301Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:25.9836093Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T00:53:25.9969915Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T00:53:26.0519173Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:26.0578502Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T00:53:26.0886503Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T00:53:26.1313948Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T00:53:26.1452558Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T00:53:26.1777339Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:26.1928296Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T00:53:26.2589797Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:26.2619040Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T00:53:26.3070230Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T00:53:26.3322703Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:26.3583645Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:26.3674328Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T00:53:26.4287050Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T00:53:26.4521182Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:26.4682930Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T00:53:26.4930133Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T00:53:26.5290171Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T00:53:26.5775591Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:26.6150347Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T00:53:26.6366658Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T00:53:26.6536037Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T00:53:26.6756913Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:26.6901643Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T00:53:26.7669991Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:26.7848170Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T00:53:26.8021533Z [ 21%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T00:53:26.8247606Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:26.8603149Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T00:53:26.8805854Z [ 21%] 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:26.8974323Z [ 21%] Built target tensorpipe 2022-11-23T00:53:26.9028274Z [ 21%] 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:26.9117619Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T00:53:26.9576880Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T00:53:26.9728811Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T00:53:27.0110721Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T00:53:27.0342129Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T00:53:27.0917129Z [ 21%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T00:53:27.0958260Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T00:53:27.1255151Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:53:27.1371512Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T00:53:27.1731455Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T00:53:27.1925359Z [ 21%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T00:53:27.2167797Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:53:27.2407780Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T00:53:27.2618859Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T00:53:27.3070624Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:53:27.3178147Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T00:53:27.3460213Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T00:53:27.3883931Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:53:27.3973786Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T00:53:27.4185684Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T00:53:27.4379551Z [ 21%] Built target c10_DeviceGuard_test 2022-11-23T00:53:27.4554012Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T00:53:27.4679748Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:53:27.4815109Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T00:53:27.5058537Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T00:53:27.5496177Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:53:27.5539603Z [ 21%] Built target c10_Device_test 2022-11-23T00:53:27.5659134Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T00:53:27.5706617Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T00:53:27.5804850Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T00:53:27.6231680Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:53:27.6500616Z [ 21%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T00:53:27.6753112Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T00:53:27.6931733Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T00:53:27.7380898Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:53:27.7545900Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T00:53:27.7708506Z [ 21%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T00:53:27.7740204Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T00:53:27.8171460Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T00:53:27.8341640Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T00:53:27.8685632Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T00:53:27.9271039Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T00:53:27.9559892Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T00:53:27.9637610Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:53:27.9922410Z [ 21%] Linking C static library ../../lib/libnnpack.a 2022-11-23T00:53:27.9947682Z [ 21%] Built target c10_DispatchKeySet_test 2022-11-23T00:53:28.0029259Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:53:28.0219571Z [ 21%] Built target nnpack 2022-11-23T00:53:28.0351897Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T00:53:28.0595097Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T00:53:28.0862436Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T00:53:28.0917226Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:53:28.1362230Z [ 21%] Built target c10_StreamGuard_test 2022-11-23T00:53:28.1511263Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T00:53:28.1728583Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:53:28.1762994Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T00:53:28.1904407Z [ 21%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T00:53:28.2019656Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T00:53:28.2521364Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:53:28.3021918Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T00:53:28.3536985Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:53:28.3675780Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T00:53:28.3863727Z [ 21%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T00:53:28.4194147Z [ 21%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T00:53:28.4452396Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T00:53:28.4648373Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:53:28.5369817Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T00:53:28.5445004Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:53:28.5751775Z [ 21%] Built target c10_SymInt_test 2022-11-23T00:53:28.5930165Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T00:53:28.6210583Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:53:28.6284177Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T00:53:28.7043254Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T00:53:28.7249628Z [ 21%] 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:28.7537902Z [ 21%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T00:53:28.7820337Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T00:53:28.8354000Z [ 21%] Built target c10_InlineStreamGuard_test 2022-11-23T00:53:28.8416905Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T00:53:28.8597410Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:53:28.8693441Z [ 21%] Built target c10_InlineDeviceGuard_test 2022-11-23T00:53:28.8847665Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T00:53:28.9007345Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T00:53:28.9206330Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T00:53:28.9417418Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:53:28.9832625Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T00:53:29.0350121Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:53:29.0647167Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T00:53:29.0655623Z [ 21%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T00:53:29.0726381Z [ 21%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T00:53:29.1085996Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:53:29.1427915Z [ 21%] Built target c10_SizesAndStrides_test 2022-11-23T00:53:29.1581703Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T00:53:29.1696879Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T00:53:29.1993960Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:53:29.2681447Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T00:53:29.2932123Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:53:29.3327976Z [ 22%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T00:53:29.3738444Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T00:53:29.4018949Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:53:29.4359649Z [ 22%] Built target c10_Array_test 2022-11-23T00:53:29.4492116Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T00:53:29.4502386Z [ 22%] Built target c10_Bitset_test 2022-11-23T00:53:29.4536670Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T00:53:29.4823317Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T00:53:29.4990877Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:53:29.5522263Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T00:53:29.5774465Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:53:29.6249914Z [ 22%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T00:53:29.6270547Z [ 22%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T00:53:29.6288033Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T00:53:29.6659709Z [ 22%] 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:29.7143253Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T00:53:29.7449686Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:29.7485325Z [ 22%] Built target c10_C++17_test 2022-11-23T00:53:29.7542201Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:29.7894083Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T00:53:29.8511926Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:29.8605100Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:29.8811432Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T00:53:29.9408044Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:29.9605239Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:29.9626995Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T00:53:30.0202050Z [ 22%] Built target c10_ConstexprCrc_test 2022-11-23T00:53:30.0339735Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T00:53:30.0371310Z [ 22%] Built target c10_DeadlockDetection_test 2022-11-23T00:53:30.0528187Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T00:53:30.0555163Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T00:53:30.0610539Z [ 22%] 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:30.0632592Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T00:53:30.1555711Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T00:53:30.1619422Z [ 22%] 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:30.2065569Z [ 22%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T00:53:30.2314189Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T00:53:30.2349696Z [ 22%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T00:53:30.2374309Z [ 22%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T00:53:30.3152723Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T00:53:30.4201513Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T00:53:30.4875256Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:53:30.5193785Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T00:53:30.5421486Z [ 22%] Built target c10_Metaprogramming_test 2022-11-23T00:53:30.5515175Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T00:53:30.5801329Z [ 22%] Built target c10_Half_test 2022-11-23T00:53:30.5883142Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T00:53:30.5920578Z [ 22%] Built target c10_LeftRight_test 2022-11-23T00:53:30.5925863Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T00:53:30.6013100Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T00:53:30.6179386Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:30.6699456Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T00:53:30.6830046Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T00:53:30.6925279Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T00:53:30.6965549Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T00:53:30.7143995Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:30.7531499Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T00:53:30.7692936Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T00:53:30.7920384Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T00:53:30.7939005Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:30.8058631Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:30.8200734Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T00:53:30.8556714Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T00:53:30.8919746Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T00:53:30.8929550Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T00:53:30.8997013Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T00:53:30.9069737Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:30.9694373Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T00:53:30.9988266Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T00:53:31.0007927Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:31.0009372Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T00:53:31.0023041Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:31.0522292Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:31.0927267Z [ 23%] 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:31.1079768Z [ 23%] 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:31.1320722Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T00:53:31.1385877Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T00:53:31.1512030Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:31.1920064Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:31.2015765Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:53:31.2216104Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:31.2437953Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T00:53:31.2516532Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T00:53:31.3087176Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:31.3191822Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:31.3399519Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T00:53:31.3449845Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:31.3846946Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:31.3932457Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:31.4239503Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T00:53:31.4438348Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:31.4449446Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T00:53:31.4774913Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T00:53:31.4946945Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:31.5015152Z [ 23%] 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:31.5242945Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T00:53:31.5373016Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T00:53:31.5723205Z [ 23%] 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:31.5952371Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:53:31.6241694Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T00:53:31.6287663Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T00:53:31.6587012Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:53:31.6756046Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:53:31.6920545Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:53:31.6944197Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:53:31.7173899Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T00:53:31.7542317Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:53:31.7642147Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:53:31.7786417Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:53:31.7884381Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T00:53:31.8295644Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:53:31.8960896Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T00:53:31.9255251Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:53:31.9516892Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T00:53:31.9530840Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T00:53:31.9755200Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:31.9809898Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:32.0118720Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T00:53:32.0279624Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:32.0571579Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:32.1002814Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T00:53:32.1029254Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T00:53:32.1380107Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:53:32.1803564Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:32.1966902Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:32.2022752Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T00:53:32.2134636Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:53:32.2826461Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:53:32.3164684Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T00:53:32.3223870Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T00:53:32.3321564Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T00:53:32.3698972Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:53:32.3968612Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:53:32.4005267Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:53:32.4010347Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T00:53:32.4118159Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:53:32.5057149Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T00:53:32.5082875Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T00:53:32.5245133Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T00:53:32.5374827Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T00:53:32.5414415Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:53:32.5909926Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:53:32.5932223Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:53:32.5983751Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:53:32.6576452Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T00:53:32.6925198Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T00:53:32.7073547Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T00:53:32.7298017Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T00:53:32.7434876Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:53:32.7462252Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:53:32.7714624Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:53:32.7757613Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T00:53:32.8063364Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:53:32.8572315Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:53:32.8724454Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T00:53:32.8950108Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T00:53:32.8950941Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T00:53:32.9348669Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T00:53:32.9486175Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T00:53:32.9859060Z [ 24%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T00:53:32.9894009Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:53:33.0077249Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:53:33.0192344Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T00:53:33.0289303Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T00:53:33.1210792Z [ 24%] 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:33.1240479Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:53:33.1317817Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:53:33.1577393Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T00:53:33.2081474Z [ 24%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T00:53:33.2566151Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:53:33.2757390Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T00:53:33.2785907Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T00:53:33.3137372Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T00:53:33.3626149Z [ 24%] 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:33.3677348Z [ 24%] 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:33.3771299Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:53:33.3940445Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:53:33.4431816Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:53:33.4616626Z [ 24%] 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:33.5114875Z [ 24%] 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:33.5455533Z [ 24%] 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:33.5560985Z [ 24%] 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:33.5705191Z [ 24%] 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:33.6180584Z [ 24%] Built target c10_SmallVectorTest 2022-11-23T00:53:33.6313937Z [ 24%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T00:53:33.6350801Z [ 24%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T00:53:33.6581278Z [ 24%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T00:53:33.6583102Z [ 24%] 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:33.7208457Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:53:33.7470474Z [ 24%] 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:33.7954220Z [ 24%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T00:53:33.8151482Z [ 24%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T00:53:33.8285198Z [ 24%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T00:53:33.8573241Z [ 24%] 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:33.8635367Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:53:33.9496009Z [ 25%] 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:34.0106330Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:53:34.0402201Z [ 25%] 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:34.1283173Z [ 25%] 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:34.1351040Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:53:34.2100266Z [ 25%] Built target c10_TypeIndex_test 2022-11-23T00:53:34.2259247Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T00:53:34.2260891Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T00:53:34.2436799Z [ 25%] Built target c10_Synchronized_test 2022-11-23T00:53:34.2628330Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T00:53:34.2638108Z [ 25%] Built target c10_ThreadLocal_test 2022-11-23T00:53:34.2689422Z [ 25%] 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:34.2691959Z [ 25%] 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:34.3094894Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T00:53:34.3614708Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:34.3754248Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:34.3921692Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T00:53:34.4151378Z [ 25%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T00:53:34.4352353Z [ 25%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T00:53:34.4855566Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:34.4857113Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T00:53:34.6017741Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T00:53:34.6130180Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:34.6263255Z [ 25%] 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:34.7028562Z [ 25%] 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:34.7193652Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T00:53:34.7300158Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T00:53:34.7564045Z [ 25%] Built target c10_TypeList_test 2022-11-23T00:53:34.7630911Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:34.7796842Z [ 25%] Built target c10_TypeTraits_test 2022-11-23T00:53:34.7934625Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T00:53:34.8076556Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T00:53:34.8239832Z [ 25%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T00:53:34.8294129Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T00:53:34.8309083Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T00:53:34.8553948Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T00:53:34.9127115Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T00:53:34.9331771Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:34.9372185Z [ 25%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T00:53:34.9709994Z [ 25%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T00:53:34.9944120Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T00:53:35.0143023Z [ 25%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T00:53:35.0265891Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:35.0315720Z [ 25%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T00:53:35.0745270Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T00:53:35.1557044Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:35.1661628Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T00:53:35.2657899Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T00:53:35.2718513Z [ 25%] Built target c10_accumulate_test 2022-11-23T00:53:35.2774263Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T00:53:35.2806116Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:35.2911261Z [ 25%] Built target c10_bfloat16_test 2022-11-23T00:53:35.2980999Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:35.3575388Z [ 25%] Built target c10_complex_test 2022-11-23T00:53:35.3620658Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:35.3875436Z [ 25%] Built target c10_complex_math_test 2022-11-23T00:53:35.3924226Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T00:53:35.3933894Z [ 25%] 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:35.3966407Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T00:53:35.3967671Z [ 25%] 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:35.4343468Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T00:53:35.4844592Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:53:35.4846654Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T00:53:35.4889966Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T00:53:35.5107954Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T00:53:35.5459156Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:53:35.5626741Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:35.5691856Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T00:53:35.5912677Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:35.6207837Z [ 25%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T00:53:35.6243374Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:35.6343602Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T00:53:35.6688506Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:35.6784401Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T00:53:35.7001387Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T00:53:35.7280031Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:35.7368449Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T00:53:35.7521675Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:35.7707909Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T00:53:35.7821717Z [ 25%] 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:35.8255615Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T00:53:35.8296213Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T00:53:35.8702020Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T00:53:35.8710917Z [ 25%] 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:35.9022741Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:36.0058006Z [ 25%] 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:36.0240974Z [ 25%] Built target c10_either_test 2022-11-23T00:53:36.0287439Z [ 25%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T00:53:36.0289944Z [ 25%] 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:36.0393084Z [ 25%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T00:53:36.0466342Z [ 25%] 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:36.1080067Z [ 25%] 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:36.1181862Z [ 25%] 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:36.1301387Z [ 25%] 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:36.1748760Z [ 25%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T00:53:36.1814215Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:53:36.2012433Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:53:36.2268401Z [ 25%] 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:36.3182309Z [ 25%] 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:36.3248643Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:53:36.3451020Z [ 25%] 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:36.4195871Z [ 25%] Built target c10_exception_test 2022-11-23T00:53:36.4243382Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T00:53:36.4327420Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T00:53:36.4370175Z [ 25%] Built target c10_flags_test 2022-11-23T00:53:36.4422380Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T00:53:36.4449755Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T00:53:36.4805961Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:53:36.5131346Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:53:36.5308988Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T00:53:36.6031382Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T00:53:36.6061010Z [ 25%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T00:53:36.6162037Z [ 25%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T00:53:36.6368578Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:53:36.6852141Z [ 25%] Built target c10_intrusive_ptr_test 2022-11-23T00:53:36.6895800Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:53:36.6974514Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T00:53:36.7216999Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T00:53:36.7754049Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T00:53:36.7856267Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T00:53:36.8348046Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:53:36.8913864Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T00:53:36.9597393Z [ 26%] Built target c10_irange_test 2022-11-23T00:53:36.9663205Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T00:53:36.9768081Z [ 26%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T00:53:36.9769121Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T00:53:36.9776733Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:53:37.0251513Z [ 26%] Built target c10_logging_test 2022-11-23T00:53:37.0291827Z [ 26%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T00:53:37.0297099Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T00:53:37.0356533Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:53:37.1553464Z [ 26%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T00:53:37.1559526Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T00:53:37.1637414Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T00:53:37.2140673Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:53:37.2616020Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T00:53:37.3464658Z [ 27%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T00:53:37.3549554Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T00:53:37.3639016Z [ 27%] Built target c10_optional_test 2022-11-23T00:53:37.3807729Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T00:53:37.3960997Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:53:37.4365500Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:53:37.4520580Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T00:53:37.4767206Z [ 27%] Built target c10_ordered_preserving_dict_test 2022-11-23T00:53:37.4862509Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T00:53:37.5245850Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T00:53:37.5528708Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:53:37.5566088Z [ 27%] 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:37.5659736Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T00:53:37.5784445Z [ 27%] Built target c10_registry_test 2022-11-23T00:53:37.5853969Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T00:53:37.6066908Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T00:53:37.6674930Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T00:53:37.6685112Z [ 27%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T00:53:37.6794009Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T00:53:37.6832499Z [ 27%] Built target c10_string_view_test 2022-11-23T00:53:37.6880768Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T00:53:37.7271906Z [ 27%] 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:37.7607605Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:37.7692842Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T00:53:37.7770586Z [ 27%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T00:53:37.8100086Z [ 27%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T00:53:37.8389797Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T00:53:37.8975638Z [ 27%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T00:53:37.9098156Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T00:53:37.9153860Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:37.9189070Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.0144840Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T00:53:38.0607366Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T00:53:38.0834690Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.1019025Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T00:53:38.1352532Z [ 28%] 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:38.1930447Z [ 28%] Built target c10_intrusive_ptr_benchmark 2022-11-23T00:53:38.1984467Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T00:53:38.1986214Z [ 28%] Built target c10_tempfile_test 2022-11-23T00:53:38.1989579Z [ 28%] 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:38.2031399Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T00:53:38.2468958Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T00:53:38.2715857Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.2950326Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.3014199Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T00:53:38.3210613Z [ 28%] Built target c10_typeid_test 2022-11-23T00:53:38.3277584Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T00:53:38.3364770Z [ 28%] Generating ../../../include/sleef.h 2022-11-23T00:53:38.3457324Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T00:53:38.3568144Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T00:53:38.3658380Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T00:53:38.3714892Z [ 28%] Generating include/renameavx512fnofma.h 2022-11-23T00:53:38.3722083Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T00:53:38.3745301Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T00:53:38.3826666Z [ 28%] Generating include/renamecuda.h 2022-11-23T00:53:38.3831939Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T00:53:38.3836804Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T00:53:38.3852794Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T00:53:38.3944391Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T00:53:38.3971888Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T00:53:38.4040303Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T00:53:38.4156823Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T00:53:38.4269681Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T00:53:38.4278794Z [ 28%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T00:53:38.4297781Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.4336038Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.4364501Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T00:53:38.4375245Z [ 28%] Generating alias_avx512f.h 2022-11-23T00:53:38.4481829Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T00:53:38.4595148Z [ 28%] Built target alias_avx512f.h_generated 2022-11-23T00:53:38.4599962Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T00:53:38.4658945Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:38.4720436Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T00:53:38.4874291Z [ 28%] Built target headers 2022-11-23T00:53:38.4933847Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:38.4982414Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:53:38.5267028Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T00:53:38.5682388Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T00:53:38.5946270Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:53:38.6209073Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T00:53:38.6209805Z [ 28%] 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:38.6404188Z [ 28%] 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:38.6438996Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T00:53:38.6825556Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.6987610Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.7053221Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.7158556Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:38.7198978Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T00:53:38.7428608Z [ 28%] 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:38.8086556Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:38.8311340Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:38.8320707Z [ 28%] 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:38.8383133Z [ 28%] 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:38.8602990Z [ 28%] 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:38.8720009Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T00:53:38.9281733Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T00:53:38.9448927Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T00:53:38.9595247Z [ 28%] 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:38.9603627Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T00:53:38.9709200Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:53:39.0166399Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:53:39.0487718Z [ 28%] 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:39.0934127Z [ 28%] Built target sleefavx2 2022-11-23T00:53:39.0991565Z [ 28%] 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:39.1068846Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:53:39.1142609Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T00:53:39.1306077Z [ 28%] Built target sleefdetavx2 2022-11-23T00:53:39.1343933Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:53:39.1363576Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:53:39.1444500Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:53:39.1909255Z [ 28%] 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:39.2624253Z [ 28%] 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:39.2643043Z [ 28%] 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:39.2670620Z [ 28%] 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:39.2681920Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:53:39.2785439Z [ 28%] Built target sleefavx2128 2022-11-23T00:53:39.2829898Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:53:39.2908590Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:53:39.3812087Z [ 28%] 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:39.3812656Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T00:53:39.3829101Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:53:39.3996783Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T00:53:39.4002970Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T00:53:39.4244648Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:53:39.4702307Z [ 28%] 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:39.5217000Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:53:39.5300074Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.5329706Z [ 28%] Built target sleefdetavx2128 2022-11-23T00:53:39.5389070Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.5482615Z [ 28%] Built target sleeffma4 2022-11-23T00:53:39.5543633Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.5714976Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T00:53:39.5737549Z [ 28%] 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:39.6608549Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T00:53:39.6648083Z [ 28%] 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:39.6764877Z [ 28%] 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:39.6875275Z [ 28%] 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:39.6876227Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.7129214Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.7707262Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.7715332Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.7752715Z [ 28%] 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:39.8436165Z [ 28%] 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:39.8438295Z [ 28%] 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:39.8471990Z [ 28%] Built target sleefdetfma4 2022-11-23T00:53:39.8554708Z [ 28%] 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:39.8944299Z [ 28%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T00:53:39.9024832Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T00:53:39.9158671Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:39.9351544Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:53:39.9358388Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:39.9490289Z [ 29%] 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:40.0518069Z [ 29%] 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:40.0616852Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:40.0759659Z [ 29%] 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:40.0949247Z [ 29%] Built target sleefavx 2022-11-23T00:53:40.1041358Z [ 29%] 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:40.1086349Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.1313508Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T00:53:40.1803524Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.1886698Z [ 29%] 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:40.2108520Z [ 29%] 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:40.2266761Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:40.2296121Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:40.2731671Z [ 29%] Built target sleefdetavx 2022-11-23T00:53:40.2789648Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:53:40.3076731Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:53:40.3137290Z [ 29%] 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:40.3426634Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T00:53:40.3923353Z [ 29%] 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:40.4013624Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.4014620Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.4082283Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T00:53:40.4319815Z [ 29%] 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:40.4819513Z [ 29%] 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:40.5069436Z [ 29%] Built target sleefsse4 2022-11-23T00:53:40.5116676Z [ 29%] 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:40.5218872Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:40.5523218Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T00:53:40.5523924Z [ 29%] Built target sleefsse2 2022-11-23T00:53:40.5576567Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:40.5859128Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.6270947Z [ 29%] 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:40.6347068Z [ 29%] 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:40.6432727Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T00:53:40.6762890Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.6868686Z [ 29%] Built target sleefdetsse4 2022-11-23T00:53:40.6937363Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.7000740Z [ 29%] 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:40.7217680Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.7365018Z [ 29%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:40.7891882Z [ 29%] 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:40.7912563Z [ 29%] 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:40.7993546Z [ 29%] Built target sleefdetsse2 2022-11-23T00:53:40.8039909Z [ 29%] 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:40.8132603Z [ 29%] 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:40.8254682Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.8290330Z [ 29%] Built target sleefpurec_scalar 2022-11-23T00:53:40.8404094Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.8922833Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:40.9003958Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:40.9159287Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:53:40.9269069Z [ 30%] 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:40.9567730Z [ 30%] 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:41.0059510Z [ 30%] 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:41.0231065Z [ 30%] 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:41.0393220Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.0415864Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.0452851Z [ 30%] 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:41.0622808Z [ 30%] 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:41.1138514Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.1139123Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.1244914Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:41.1428749Z [ 30%] 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:41.1903518Z [ 30%] 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:41.2050038Z [ 31%] 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:41.2423388Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:41.2486356Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:41.2534464Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:41.2543432Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:41.2949364Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:41.2978419Z [ 31%] 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:41.3312670Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:41.3487703Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:41.3553224Z [ 31%] 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:41.3889934Z [ 31%] Built target sleefdetpurecfma_scalar 2022-11-23T00:53:41.3968515Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:41.4013452Z [ 31%] Generating dispsse.c 2022-11-23T00:53:41.4080048Z [ 31%] Built target sleefdetpurec_scalar 2022-11-23T00:53:41.4130044Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:41.4209768Z [ 31%] Built target dispsse.c_generated 2022-11-23T00:53:41.4255045Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:53:41.4295035Z [ 31%] Built target sleefpurecfma_scalar 2022-11-23T00:53:41.4355687Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.4500663Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.4760447Z [ 31%] 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:41.5217753Z [ 31%] 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:41.5425321Z [ 31%] 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:41.5664145Z [ 31%] 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:41.5669439Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.5775461Z [ 31%] 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:41.5989851Z [ 31%] 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:41.6255193Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:41.6621096Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:41.6713734Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:41.6760763Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:53:41.7022995Z [ 31%] 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:41.7183627Z [ 31%] 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:41.7544716Z [ 31%] 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:41.8009150Z [ 31%] 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:41.8010971Z [ 31%] 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:41.8045034Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:53:41.8238906Z [ 31%] 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:41.8597624Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:53:41.8608017Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:53:41.9008895Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:53:41.9175817Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:41.9335557Z [ 31%] 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:41.9542802Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:41.9896214Z [ 31%] Generating dispavx.c 2022-11-23T00:53:42.0099760Z [ 31%] Built target dispavx.c_generated 2022-11-23T00:53:42.0146555Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:42.0228996Z [ 31%] 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:42.0370686Z [ 31%] 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:42.0623605Z [ 31%] 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:42.0632809Z [ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T00:53:42.0738254Z [ 31%] 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:42.1299240Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:42.1492227Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:53:42.1579319Z [ 31%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T00:53:42.1825494Z [ 31%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T00:53:42.1826827Z [ 31%] 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:42.2087803Z [ 31%] Linking CXX executable ../../../bin/protoc 2022-11-23T00:53:42.2704506Z [ 31%] 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:42.2776327Z [ 31%] 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:42.2879437Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.3515628Z [ 31%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T00:53:42.3633857Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.3648644Z [ 31%] Built target fbgemm 2022-11-23T00:53:42.3701922Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.3725820Z [ 31%] Built target gmock_main 2022-11-23T00:53:42.3743355Z [ 31%] 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:42.3790686Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.4350211Z [ 31%] 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:42.4994031Z [ 31%] 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:42.5249449Z [ 31%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T00:53:42.5279791Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:53:42.5299749Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:53:42.5360864Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:53:42.5905464Z [ 31%] Built target kineto 2022-11-23T00:53:42.5962794Z [ 31%] 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:42.5969218Z [ 31%] 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:42.6829731Z [ 31%] 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:42.6839251Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:53:42.6966911Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:53:42.7008326Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:53:42.7342980Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.7711724Z [ 31%] 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:42.8110380Z [ 31%] 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:42.8376869Z [ 31%] Built target sleefavx512fnofma 2022-11-23T00:53:42.8440336Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.8483119Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:53:42.8496982Z [ 31%] Built target protoc 2022-11-23T00:53:42.8557084Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:53:42.8579737Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:53:42.8847910Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T00:53:42.9308601Z [ 31%] 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:42.9974586Z [ 31%] 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:43.0072847Z [ 31%] 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:43.0141665Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:53:43.0215840Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:53:43.0316754Z [ 31%] Built target sleefdetavx512fnofma 2022-11-23T00:53:43.0367270Z [ 31%] Built target sleefavx512f 2022-11-23T00:53:43.0416036Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:53:43.0426065Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T00:53:43.0984854Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:53:43.1035809Z [ 31%] 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:43.1584532Z [ 31%] 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:43.1585606Z [ 31%] 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:43.1610311Z [ 31%] 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:43.1766125Z [ 31%] Built target sleefdetavx512f 2022-11-23T00:53:43.1814540Z [ 31%] 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:43.2045940Z [ 31%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T00:53:43.2519600Z [ 31%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T00:53:43.2534181Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:53:43.2553636Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:43.2731743Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:53:43.2845638Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:53:43.3354126Z [ 31%] Built target dispsse_obj 2022-11-23T00:53:43.3412344Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:53:43.3641851Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:43.3717358Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:43.3799982Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:43.4036392Z [ 31%] Built target dispavx_obj 2022-11-23T00:53:43.4086088Z [ 31%] 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:43.4240236Z [ 31%] 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:43.4445175Z [ 31%] 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:43.4533746Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:53:43.4574443Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:53:43.4815096Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:53:43.4959267Z [ 31%] 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:43.5118982Z [ 31%] 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:43.5798422Z [ 31%] 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:43.5801808Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:53:43.5934149Z [ 31%] 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:43.6289431Z [ 31%] 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:43.6332840Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:53:43.6501023Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:53:43.6625682Z [ 31%] 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:43.6914958Z [ 31%] 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:43.7057718Z [ 31%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T00:53:43.7135199Z [ 31%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T00:53:43.7481030Z [ 31%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T00:53:43.7700029Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:53:43.7815304Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T00:53:43.7828638Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T00:53:43.7831996Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:53:43.7851221Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T00:53:43.7871413Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T00:53:43.7872098Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T00:53:43.7873439Z [ 31%] 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:43.8004534Z [ 31%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:53:43.8541155Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T00:53:43.8763598Z [ 31%] 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:43.9073160Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:53:43.9449001Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T00:53:43.9648855Z [ 31%] 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:44.0001883Z [ 31%] 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:44.0329109Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T00:53:44.0477266Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T00:53:44.0621039Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:53:44.1016638Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:53:44.1203932Z [ 31%] 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:44.1331864Z [ 31%] Linking C static library ../../lib/libsleef.a 2022-11-23T00:53:44.1777511Z [ 31%] 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:44.1852477Z [ 31%] Built target sleef 2022-11-23T00:53:44.1946975Z [ 31%] 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:44.2205336Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:53:44.2249640Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:53:44.2615224Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:53:44.2862547Z [ 31%] 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:44.3241988Z [ 31%] Built target gen_onnx_proto 2022-11-23T00:53:44.3295381Z [ 31%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T00:53:44.3320745Z [ 31%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T00:53:44.3467936Z [ 31%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:53:44.3627569Z [ 31%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:53:44.3807256Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.3879152Z [ 31%] 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:44.4805895Z [ 31%] 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:44.5247189Z [ 32%] 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:44.5395152Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.5706293Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.5745222Z [ 32%] Built target Caffe2_PROTO 2022-11-23T00:53:44.5802591Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.6099733Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.6486344Z [ 33%] 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:44.6657548Z [ 33%] 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:44.6824520Z [ 33%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T00:53:44.7286797Z [ 33%] 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:44.7337848Z [ 33%] 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:44.7460720Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.7508324Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.7732013Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.8220440Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:53:44.8579256Z [ 33%] 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:44.8637785Z [ 33%] 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:44.8894573Z [ 33%] 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:44.9173038Z [ 33%] 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:44.9580335Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.9658965Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.9811691Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.9868946Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.0101339Z [ 33%] 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:45.0934803Z [ 33%] 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:45.1193381Z [ 33%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:53:45.1234651Z [ 33%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:53:45.1339532Z [ 33%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:53:45.1361891Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.1598577Z [ 33%] Built target vec_test_all_types_DEFAULT 2022-11-23T00:53:45.1663504Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.1778343Z [ 33%] 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:45.2532581Z [ 33%] 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:45.2768760Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:45.2995489Z [ 33%] 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:45.3300552Z [ 33%] 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:45.3707957Z [ 33%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T00:53:45.3968249Z [ 33%] Built target caffe2_protos 2022-11-23T00:53:45.4014587Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:45.4191023Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:53:45.4239092Z [ 33%] 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:45.4405981Z [ 33%] 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:45.4671477Z [ 33%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:53:45.4686997Z [ 33%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T00:53:45.5293118Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.5304417Z [ 33%] 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:45.5367072Z [ 33%] 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:45.5559941Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.6294803Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.6394414Z [ 33%] 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:45.6642258Z [ 33%] Linking CXX executable ../bin/vec_test_all_types_AVX512 2022-11-23T00:53:45.6735608Z [ 33%] 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:45.6780103Z [ 33%] 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:45.7349990Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.7846206Z [ 33%] 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:45.7873499Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.8026329Z [ 33%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T00:53:45.8504247Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T00:53:45.8505097Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:53:45.8507863Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T00:53:45.8513271Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T00:53:45.8513655Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T00:53:45.8620674Z [ 33%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:53:45.8733073Z [ 33%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T00:53:45.8978163Z [ 33%] 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:45.9033210Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T00:53:45.9034352Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:53:45.9036787Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T00:53:45.9042562Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T00:53:45.9043457Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T00:53:45.9156629Z [ 33%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:53:45.9360969Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.9402976Z [ 33%] Built target vec_test_all_types_AVX2 2022-11-23T00:53:45.9467759Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:53:45.9906696Z [ 33%] 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:46.0342742Z [ 33%] Built target gen_onnx_data_proto 2022-11-23T00:53:46.0391459Z [ 33%] 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:46.0565915Z [ 33%] Built target gen_onnx_operators_proto 2022-11-23T00:53:46.0633961Z [ 33%] 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:46.0804432Z [ 33%] 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:46.0857190Z [ 33%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T00:53:46.1022531Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T00:53:46.1123519Z [ 33%] Built target vec_test_all_types_AVX512 2022-11-23T00:53:46.1201836Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T00:53:46.1533418Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T00:53:46.1815389Z [ 33%] 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:46.2118295Z [ 33%] 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:46.2401507Z [ 33%] Built target XNNPACK 2022-11-23T00:53:46.2471164Z [ 33%] 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:46.2846759Z [ 33%] 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:46.3081987Z [ 33%] 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:46.3226690Z [ 33%] 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:46.3246465Z [ 33%] 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:46.3391470Z [ 33%] 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:46.3566537Z [ 33%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T00:53:46.3854431Z [ 33%] Built target onnx_proto 2022-11-23T00:53:46.3911796Z [ 33%] 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:46.4050409Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T00:53:46.4084949Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T00:53:46.4193900Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T00:53:46.4218903Z [ 33%] 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:46.4248742Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T00:53:46.4949768Z [ 33%] 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:46.5234641Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T00:53:46.5527787Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T00:53:46.5801912Z [ 33%] 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:46.5973373Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T00:53:46.6363448Z [ 33%] 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:46.6445436Z [ 33%] 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:46.6700932Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T00:53:46.6728488Z [ 33%] 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:46.7165996Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T00:53:46.7562423Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T00:53:46.7887583Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T00:53:46.7978314Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T00:53:46.8053452Z [ 33%] 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:46.8154558Z [ 33%] 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:46.8302598Z [ 33%] 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:46.9041128Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T00:53:46.9359939Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T00:53:46.9371568Z [ 33%] 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:46.9804756Z [ 33%] 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:46.9814016Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:53:47.0211444Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T00:53:47.0532511Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T00:53:47.0857390Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:53:47.1098535Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:53:47.1155991Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T00:53:47.1720984Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T00:53:47.1728808Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:53:47.2068190Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T00:53:47.2387776Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T00:53:47.2457807Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:53:47.2749845Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T00:53:47.3037772Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:53:47.3263056Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T00:53:47.3540325Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T00:53:47.4158743Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T00:53:47.4207807Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:47.4415992Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T00:53:47.4848482Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:47.4915314Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T00:53:47.5379728Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:47.5611077Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T00:53:47.5981558Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:47.6037059Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:47.6537430Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:47.6695575Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T00:53:47.6722896Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T00:53:47.7088777Z [ 33%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T00:53:47.7132503Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:47.7404469Z [ 34%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T00:53:47.7458853Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:47.7984631Z [ 34%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T00:53:47.8341223Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:47.8921896Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:47.8925820Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:47.9167464Z [ 34%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T00:53:47.9222680Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:47.9446998Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:47.9768563Z [ 34%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T00:53:47.9798486Z [ 34%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T00:53:47.9949436Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T00:53:48.0132405Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:48.0176699Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T00:53:48.0958070Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.1125816Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.1739982Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.1749431Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T00:53:48.1999973Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T00:53:48.2083873Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.2595388Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.2629356Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.2817294Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.3025128Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T00:53:48.3369876Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T00:53:48.3409785Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T00:53:48.4195839Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.4503185Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.4551948Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.5166600Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.5261598Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T00:53:48.5336312Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T00:53:48.5602744Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T00:53:48.5773972Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.6124549Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.6412640Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T00:53:48.6976691Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T00:53:48.7185966Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.7210673Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.7546169Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.7848073Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.8090256Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.8266477Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:48.8340550Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T00:53:48.8567440Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T00:53:48.8757672Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:48.8941268Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:48.9147450Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:48.9251765Z [ 35%] 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:53:48.9548412Z [ 35%] 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:53:48.9923277Z [ 35%] 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:53:48.9949479Z [ 35%] 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:53:48.9974631Z [ 35%] 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:53:49.0433071Z [ 35%] 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:53:49.0452777Z [ 35%] 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:53:49.0889930Z [ 35%] 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:53:49.1045541Z [ 35%] 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:53:49.1088255Z [ 35%] 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:53:49.1139545Z [ 35%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T00:53:49.1231546Z [ 35%] 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:53:49.1551170Z [ 35%] 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:53:49.1776377Z [ 35%] 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:53:49.2000566Z [ 35%] Built target onnx 2022-11-23T00:53:49.2053730Z [ 35%] 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:53:49.2155081Z [ 35%] 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:53:49.2488000Z [ 35%] 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:53:49.2653116Z [ 35%] 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:53:49.2857345Z [ 35%] 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:53:49.2893123Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.2975345Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T00:53:49.3036486Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T00:53:49.3230237Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T00:53:49.3449440Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T00:53:49.3827693Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T00:53:49.4131545Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.4910854Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.5112092Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T00:53:49.5958692Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.6163008Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.7283075Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T00:53:49.7309216Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.7699828Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.8574816Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:1: 2022-11-23T00:53:49.8575299Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/MathBitsFallback.h:2: 2022-11-23T00:53:49.8576142Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:49.8576779Z template friend class std::hash; 2022-11-23T00:53:49.8577200Z  ^ 2022-11-23T00:53:49.8577855Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:49.8580233Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:49.8580796Z  ^ 2022-11-23T00:53:49.8581529Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:49.8583296Z template friend class std::hash; 2022-11-23T00:53:49.8584112Z  ^~~~~ 2022-11-23T00:53:49.8584867Z  struct 2022-11-23T00:53:49.8585288Z 1 warning generated. 2022-11-23T00:53:49.8625469Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T00:53:49.8647920Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T00:53:49.8872810Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.9017906Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/BatchedFallback.cpp:5: 2022-11-23T00:53:49.9019318Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:49.9020168Z template friend class std::hash; 2022-11-23T00:53:49.9021062Z  ^ 2022-11-23T00:53:49.9021670Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:49.9021951Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:49.9022277Z  ^ 2022-11-23T00:53:49.9023016Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:49.9023355Z template friend class std::hash; 2022-11-23T00:53:49.9023601Z  ^~~~~ 2022-11-23T00:53:49.9023996Z  struct 2022-11-23T00:53:49.9024228Z 1 warning generated. 2022-11-23T00:53:49.9073059Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.9809133Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T00:53:49.9930110Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T00:53:50.0279631Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:50.0406053Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:50.1340039Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T00:53:50.1443999Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:50.1828411Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T00:53:50.2510039Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:50.2618874Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:50.2806333Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:50.3146121Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:50.3717837Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T00:53:50.3732251Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T00:53:50.3849320Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:50.3893462Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T00:53:50.4207928Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:50.4657070Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T00:53:50.4695473Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:50.5126196Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T00:53:50.5985503Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:50.7038142Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.cpp:2: 2022-11-23T00:53:50.7038694Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:53:50.7039527Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:50.7040167Z template friend class std::hash; 2022-11-23T00:53:50.7040663Z  ^ 2022-11-23T00:53:50.7041625Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:50.7041957Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:50.7042177Z  ^ 2022-11-23T00:53:50.7042617Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:50.7042939Z template friend class std::hash; 2022-11-23T00:53:50.7043228Z  ^~~~~ 2022-11-23T00:53:50.7043469Z  struct 2022-11-23T00:53:50.7043688Z 1 warning generated. 2022-11-23T00:53:50.7109185Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:50.7436655Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T00:53:50.7562429Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:50.7838726Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalStorageImpl.cpp:4: 2022-11-23T00:53:50.7839360Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:53:50.7840058Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:50.7840473Z template friend class std::hash; 2022-11-23T00:53:50.7840756Z  ^ 2022-11-23T00:53:50.7841445Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:50.7841971Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:50.7842312Z  ^ 2022-11-23T00:53:50.7842749Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:50.7843070Z template friend class std::hash; 2022-11-23T00:53:50.7843333Z  ^~~~~ 2022-11-23T00:53:50.7843574Z  struct 2022-11-23T00:53:50.7843977Z 1 warning generated. 2022-11-23T00:53:50.7895362Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:50.8047765Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:1: 2022-11-23T00:53:50.8049384Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:50.8050175Z template friend class std::hash; 2022-11-23T00:53:50.8050662Z  ^ 2022-11-23T00:53:50.8051370Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:50.8051886Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:50.8052231Z  ^ 2022-11-23T00:53:50.8052966Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:50.8053439Z template friend class std::hash; 2022-11-23T00:53:50.8053904Z  ^~~~~ 2022-11-23T00:53:50.8054326Z  struct 2022-11-23T00:53:50.8054554Z 1 warning generated. 2022-11-23T00:53:50.8124743Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:50.8211435Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T00:53:50.8716684Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T00:53:50.9132556Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:50.9152206Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T00:53:50.9971522Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:51.0294915Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:51.0348007Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T00:53:51.1006720Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T00:53:51.1182052Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:51.1689844Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T00:53:51.1943957Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:51.2482603Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T00:53:51.2762311Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:51.3559203Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:51.4406557Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:51.4477388Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:51.4688585Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T00:53:51.4948280Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:51.5406465Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T00:53:51.5542422Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T00:53:51.6293645Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:51.6319424Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:51.6532939Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T00:53:51.6810989Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:51.7037221Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:51.7289550Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:51.7325308Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T00:53:51.7827913Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T00:53:51.8013872Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T00:53:51.8050654Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T00:53:51.8428588Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:51.9143929Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:51.9832183Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T00:53:52.0010440Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:52.0247252Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T00:53:52.1268532Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:52.2477266Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:52.3191203Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:52.3708938Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T00:53:52.3861278Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:52.3871252Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:52.4258026Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:52.4623362Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T00:53:52.4643007Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T00:53:52.4955654Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T00:53:52.4977978Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T00:53:52.5281157Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:53:52.5589064Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:53:52.6211907Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T00:53:52.7215935Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:53:52.7876318Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/ThreadLocalState.cpp:9: 2022-11-23T00:53:52.7876960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:53:52.7878045Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:52.7878699Z template friend class std::hash; 2022-11-23T00:53:52.7879091Z  ^ 2022-11-23T00:53:52.7879874Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:52.7880193Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:52.7880822Z  ^ 2022-11-23T00:53:52.7881474Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:52.7882024Z template friend class std::hash; 2022-11-23T00:53:52.7882473Z  ^~~~~ 2022-11-23T00:53:52.7882905Z  struct 2022-11-23T00:53:52.7883290Z 1 warning generated. 2022-11-23T00:53:52.7884228Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:53:52.7927741Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T00:53:52.8185223Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T00:53:52.8693805Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:53:52.9353919Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:53:52.9966813Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:53.0140536Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:53.0147108Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:53.0450677Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T00:53:53.0753213Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:53.0981443Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T00:53:53.0990568Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T00:53:53.1062693Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:53.1780692Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T00:53:53.1782443Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T00:53:53.1949823Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:53.2867310Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:53.3393163Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:53.3409413Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:53.3865888Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T00:53:53.4203406Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T00:53:53.4402773Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:53.5472150Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:53.5704864Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:53.5858012Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:2: 2022-11-23T00:53:53.5859415Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:53.5860213Z template friend class std::hash; 2022-11-23T00:53:53.5861114Z  ^ 2022-11-23T00:53:53.5861936Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:53.5862477Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:53.5862862Z  ^ 2022-11-23T00:53:53.5863534Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:53.5864255Z template friend class std::hash; 2022-11-23T00:53:53.5864706Z  ^~~~~ 2022-11-23T00:53:53.5865055Z  struct 2022-11-23T00:53:53.5865420Z 1 warning generated. 2022-11-23T00:53:53.5920234Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T00:53:53.6244335Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:53:53.6511420Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:53:53.6513799Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T00:53:53.6619628Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:53:53.6741256Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T00:53:53.7067106Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:53.7390690Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T00:53:53.7571298Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T00:53:53.7773840Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T00:53:53.7886736Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T00:53:53.8326634Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:53:53.8342735Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T00:53:53.9845839Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:53:54.0466196Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/ADInterpreters.cpp:1: 2022-11-23T00:53:54.0466927Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/ADInterpreters.h:2: 2022-11-23T00:53:54.0467650Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:54.0469055Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:54.0469832Z template friend class std::hash; 2022-11-23T00:53:54.0470306Z  ^ 2022-11-23T00:53:54.0471059Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:54.0471606Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:54.0472004Z  ^ 2022-11-23T00:53:54.0472724Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:54.0473309Z template friend class std::hash; 2022-11-23T00:53:54.0473782Z  ^~~~~ 2022-11-23T00:53:54.0474201Z  struct 2022-11-23T00:53:54.0474606Z 1 warning generated. 2022-11-23T00:53:54.0536683Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:53:54.0730318Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T00:53:54.1771101Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:53:54.2655399Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:54.3163368Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesActivation.cpp:7: 2022-11-23T00:53:54.3164480Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:54.3165565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:54.3166336Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:54.3167560Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:54.3168334Z template friend class std::hash; 2022-11-23T00:53:54.3168786Z  ^ 2022-11-23T00:53:54.3169545Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:54.3170076Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:54.3170467Z  ^ 2022-11-23T00:53:54.3171168Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:54.3171753Z template friend class std::hash; 2022-11-23T00:53:54.3172229Z  ^~~~~ 2022-11-23T00:53:54.3172656Z  struct 2022-11-23T00:53:54.3173057Z 1 warning generated. 2022-11-23T00:53:54.3237549Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T00:53:54.3726160Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T00:53:54.4100944Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T00:53:54.4144440Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:7: 2022-11-23T00:53:54.4145175Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:54.4145855Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:54.4146506Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:54.4147991Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:54.4148736Z template friend class std::hash; 2022-11-23T00:53:54.4149186Z  ^ 2022-11-23T00:53:54.4149894Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:54.4150400Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:54.4150778Z  ^ 2022-11-23T00:53:54.4151454Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:54.4151999Z template friend class std::hash; 2022-11-23T00:53:54.4152435Z  ^~~~~ 2022-11-23T00:53:54.4152843Z  struct 2022-11-23T00:53:54.4153194Z 1 warning generated. 2022-11-23T00:53:54.4213332Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:53:54.4238820Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesDecompositions.cpp:9: 2022-11-23T00:53:54.4239390Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:53:54.4240542Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:54.4241300Z template friend class std::hash; 2022-11-23T00:53:54.4241768Z  ^ 2022-11-23T00:53:54.4242494Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:54.4242798Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:54.4243016Z  ^ 2022-11-23T00:53:54.4243404Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:54.4243705Z template friend class std::hash; 2022-11-23T00:53:54.4244230Z  ^~~~~ 2022-11-23T00:53:54.4244471Z  struct 2022-11-23T00:53:54.4244679Z 1 warning generated. 2022-11-23T00:53:54.4311672Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T00:53:54.4921142Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T00:53:54.5158988Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T00:53:54.5505545Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesConvolution.cpp:7: 2022-11-23T00:53:54.5506228Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:54.5506743Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:54.5507315Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:54.5508406Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:54.5508996Z template friend class std::hash; 2022-11-23T00:53:54.5509391Z  ^ 2022-11-23T00:53:54.5509822Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:54.5510418Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:54.5510654Z  ^ 2022-11-23T00:53:54.5511037Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:54.5511356Z template friend class std::hash; 2022-11-23T00:53:54.5511602Z  ^~~~~ 2022-11-23T00:53:54.5511839Z  struct 2022-11-23T00:53:54.5512058Z 1 warning generated. 2022-11-23T00:53:54.5564004Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T00:53:54.5614272Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T00:53:54.6464285Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T00:53:54.7356815Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T00:53:54.7475986Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesDynamic.cpp:8: 2022-11-23T00:53:54.7476737Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:54.7478156Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:54.7478781Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:54.7480130Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:54.7481648Z template friend class std::hash; 2022-11-23T00:53:54.7482354Z  ^ 2022-11-23T00:53:54.7483552Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:54.7484493Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:54.7484916Z  ^ 2022-11-23T00:53:54.7485647Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:54.7486218Z template friend class std::hash; 2022-11-23T00:53:54.7486700Z  ^~~~~ 2022-11-23T00:53:54.7487076Z  struct 2022-11-23T00:53:54.7487417Z 1 warning generated. 2022-11-23T00:53:54.7547080Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T00:53:54.8203490Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:53:54.8883287Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T00:53:54.9540984Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T00:53:55.0831778Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:55.1937217Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp:7: 2022-11-23T00:53:55.1938026Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:55.1938693Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:55.1939376Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:55.1940704Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:55.1941402Z template friend class std::hash; 2022-11-23T00:53:55.1941883Z  ^ 2022-11-23T00:53:55.1942647Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:55.1943161Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:55.1943505Z  ^ 2022-11-23T00:53:55.1944181Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:55.1944728Z template friend class std::hash; 2022-11-23T00:53:55.1945217Z  ^~~~~ 2022-11-23T00:53:55.1945640Z  struct 2022-11-23T00:53:55.1946023Z 1 warning generated. 2022-11-23T00:53:55.1970999Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:53:55.1991976Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:55.2308084Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesFactory.cpp:7: 2022-11-23T00:53:55.2308523Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:55.2308992Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:55.2309519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:55.2310446Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:55.2310875Z template friend class std::hash; 2022-11-23T00:53:55.2311187Z  ^ 2022-11-23T00:53:55.2311601Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:55.2311945Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:55.2312163Z  ^ 2022-11-23T00:53:55.2312767Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:55.2313687Z template friend class std::hash; 2022-11-23T00:53:55.2314020Z  ^~~~~ 2022-11-23T00:53:55.2314300Z  struct 2022-11-23T00:53:55.2314527Z 1 warning generated. 2022-11-23T00:53:55.2350557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.cpp:7: 2022-11-23T00:53:55.2351220Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:55.2351833Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:55.2354239Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:55.2355377Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:55.2356068Z template friend class std::hash; 2022-11-23T00:53:55.2356505Z  ^ 2022-11-23T00:53:55.2357186Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:55.2357675Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:55.2358030Z  ^ 2022-11-23T00:53:55.2358872Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:55.2359412Z template friend class std::hash; 2022-11-23T00:53:55.2359839Z  ^~~~~ 2022-11-23T00:53:55.2360237Z  struct 2022-11-23T00:53:55.2360606Z 1 warning generated. 2022-11-23T00:53:55.2376076Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T00:53:55.2415606Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T00:53:55.2782413Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T00:53:55.2939472Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:55.3202464Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesLoss.cpp:7: 2022-11-23T00:53:55.3203408Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:55.3204245Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:55.3204916Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:55.3206168Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:55.3206910Z template friend class std::hash; 2022-11-23T00:53:55.3207375Z  ^ 2022-11-23T00:53:55.3208151Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:55.3208692Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:55.3209094Z  ^ 2022-11-23T00:53:55.3209804Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:55.3210397Z template friend class std::hash; 2022-11-23T00:53:55.3210869Z  ^~~~~ 2022-11-23T00:53:55.3211290Z  struct 2022-11-23T00:53:55.3211674Z 1 warning generated. 2022-11-23T00:53:55.3271013Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T00:53:55.3964194Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:53:55.4807360Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:55.5127397Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesModules.cpp:7: 2022-11-23T00:53:55.5128266Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:55.5129085Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:55.5129836Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:55.5131075Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:55.5132173Z template friend class std::hash; 2022-11-23T00:53:55.5132648Z  ^ 2022-11-23T00:53:55.5140379Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:55.5140949Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:55.5141486Z  ^ 2022-11-23T00:53:55.5142178Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:55.5142750Z template friend class std::hash; 2022-11-23T00:53:55.5143225Z  ^~~~~ 2022-11-23T00:53:55.5143663Z  struct 2022-11-23T00:53:55.5144044Z 1 warning generated. 2022-11-23T00:53:55.5187586Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T00:53:55.5608658Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:55.6781254Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:53:55.7624689Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T00:53:55.8379701Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T00:53:55.8396835Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesNorm.cpp:7: 2022-11-23T00:53:55.8397799Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:55.8398664Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:55.8399616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:55.8400614Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:55.8401176Z template friend class std::hash; 2022-11-23T00:53:55.8401451Z  ^ 2022-11-23T00:53:55.8403419Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:55.8404038Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:55.8404630Z  ^ 2022-11-23T00:53:55.8405331Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:55.8405873Z template friend class std::hash; 2022-11-23T00:53:55.8406318Z  ^~~~~ 2022-11-23T00:53:55.8406729Z  struct 2022-11-23T00:53:55.8407139Z 1 warning generated. 2022-11-23T00:53:55.8480994Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T00:53:55.9103991Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T00:53:56.0500251Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesPooling.cpp:7: 2022-11-23T00:53:56.0502251Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:56.0503959Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:56.0505604Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.0507908Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.0510182Z template friend class std::hash; 2022-11-23T00:53:56.0512244Z  ^ 2022-11-23T00:53:56.0514376Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.0516191Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.0517930Z  ^ 2022-11-23T00:53:56.0520399Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.0522658Z template friend class std::hash; 2022-11-23T00:53:56.0524840Z  ^~~~~ 2022-11-23T00:53:56.0526836Z  struct 2022-11-23T00:53:56.0528849Z 1 warning generated. 2022-11-23T00:53:56.0551894Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:56.0552852Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T00:53:56.0738741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesRandomness.cpp:8: 2022-11-23T00:53:56.0739411Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:56.0740074Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.0740887Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.0741338Z template friend class std::hash; 2022-11-23T00:53:56.0741590Z  ^ 2022-11-23T00:53:56.0742052Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.0742354Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.0742559Z  ^ 2022-11-23T00:53:56.0743050Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.0743367Z template friend class std::hash; 2022-11-23T00:53:56.0743682Z  ^~~~~ 2022-11-23T00:53:56.0743909Z  struct 2022-11-23T00:53:56.0744131Z 1 warning generated. 2022-11-23T00:53:56.0813726Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T00:53:56.1273989Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesReduceOps.cpp:7: 2022-11-23T00:53:56.1274693Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:56.1275292Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:56.1275865Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.1276574Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.1277095Z template friend class std::hash; 2022-11-23T00:53:56.1277572Z  ^ 2022-11-23T00:53:56.1278197Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.1278482Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.1278714Z  ^ 2022-11-23T00:53:56.1279142Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.1279716Z template friend class std::hash; 2022-11-23T00:53:56.1280197Z  ^~~~~ 2022-11-23T00:53:56.1280631Z  struct 2022-11-23T00:53:56.1281041Z 1 warning generated. 2022-11-23T00:53:56.1313349Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T00:53:56.1357816Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:53:56.1413311Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T00:53:56.2038896Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:56.2892316Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:56.3236068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesScatterOps.cpp:7: 2022-11-23T00:53:56.3237051Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:56.3237994Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:56.3238628Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.3239872Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.3240613Z template friend class std::hash; 2022-11-23T00:53:56.3241095Z  ^ 2022-11-23T00:53:56.3241840Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.3242380Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.3242772Z  ^ 2022-11-23T00:53:56.3243498Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.3244270Z template friend class std::hash; 2022-11-23T00:53:56.3244754Z  ^~~~~ 2022-11-23T00:53:56.3245184Z  struct 2022-11-23T00:53:56.3245559Z 1 warning generated. 2022-11-23T00:53:56.3305193Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:53:56.3762447Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T00:53:56.4175967Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:56.4378176Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:56.4826930Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T00:53:56.5303079Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:53:56.6221342Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp:7: 2022-11-23T00:53:56.6222108Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:56.6222761Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:56.6223414Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.6224830Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.6225599Z template friend class std::hash; 2022-11-23T00:53:56.6226071Z  ^ 2022-11-23T00:53:56.6226830Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.6227441Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.6227828Z  ^ 2022-11-23T00:53:56.6228542Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.6229130Z template friend class std::hash; 2022-11-23T00:53:56.6229621Z  ^~~~~ 2022-11-23T00:53:56.6230035Z  struct 2022-11-23T00:53:56.6230448Z 1 warning generated. 2022-11-23T00:53:56.6248675Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:53:56.6297027Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T00:53:56.7172315Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T00:53:56.7394050Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T00:53:56.7420067Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesViews.cpp:7: 2022-11-23T00:53:56.7421088Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesHelper.h:10: 2022-11-23T00:53:56.7421820Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:56.7422600Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.7423923Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.7424649Z template friend class std::hash; 2022-11-23T00:53:56.7425106Z  ^ 2022-11-23T00:53:56.7425869Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.7426772Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.7427164Z  ^ 2022-11-23T00:53:56.7429116Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.7429630Z template friend class std::hash; 2022-11-23T00:53:56.7430229Z  ^~~~~ 2022-11-23T00:53:56.7430683Z  struct 2022-11-23T00:53:56.7431086Z 1 warning generated. 2022-11-23T00:53:56.7509621Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T00:53:56.7670113Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:10: 2022-11-23T00:53:56.7670867Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:56.7671475Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.7672681Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.7673303Z template friend class std::hash; 2022-11-23T00:53:56.7673993Z  ^ 2022-11-23T00:53:56.7674734Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.7675267Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.7675643Z  ^ 2022-11-23T00:53:56.7676351Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.7676853Z template friend class std::hash; 2022-11-23T00:53:56.7677106Z  ^~~~~ 2022-11-23T00:53:56.7677344Z  struct 2022-11-23T00:53:56.7677566Z 1 warning generated. 2022-11-23T00:53:56.7708462Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp:1: 2022-11-23T00:53:56.7709464Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/FunctionalizeInterpreter.h:2: 2022-11-23T00:53:56.7710538Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:56.7712136Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:56.7712855Z template friend class std::hash; 2022-11-23T00:53:56.7713318Z  ^ 2022-11-23T00:53:56.7714088Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:56.7714614Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:56.7714990Z  ^ 2022-11-23T00:53:56.7715695Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:56.7716075Z template friend class std::hash; 2022-11-23T00:53:56.7716330Z  ^~~~~ 2022-11-23T00:53:56.7716566Z  struct 2022-11-23T00:53:56.7716785Z 1 warning generated. 2022-11-23T00:53:56.7750827Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T00:53:56.7799249Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T00:53:56.8189083Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T00:53:56.8659726Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:53:56.9384545Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:57.0290047Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T00:53:57.0771252Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:7: 2022-11-23T00:53:57.0771926Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:57.0772562Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.0773813Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.0774541Z template friend class std::hash; 2022-11-23T00:53:57.0775017Z  ^ 2022-11-23T00:53:57.0775985Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.0776538Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.0776939Z  ^ 2022-11-23T00:53:57.0777639Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.0778224Z template friend class std::hash; 2022-11-23T00:53:57.0778705Z  ^~~~~ 2022-11-23T00:53:57.0779134Z  struct 2022-11-23T00:53:57.0779517Z 1 warning generated. 2022-11-23T00:53:57.0793967Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.cpp:1: 2022-11-23T00:53:57.0794641Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.0795799Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.0796698Z template friend class std::hash; 2022-11-23T00:53:57.0797178Z  ^ 2022-11-23T00:53:57.0797917Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.0798429Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.0798829Z  ^ 2022-11-23T00:53:57.0799540Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.0800131Z template friend class std::hash; 2022-11-23T00:53:57.0800572Z  ^~~~~ 2022-11-23T00:53:57.0801000Z  struct 2022-11-23T00:53:57.0801409Z 1 warning generated. 2022-11-23T00:53:57.0840715Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:53:57.0870175Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:53:57.1245884Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/PlumbingHelper.cpp:8: 2022-11-23T00:53:57.1248680Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:57.1249321Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.1250468Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.1251153Z template friend class std::hash; 2022-11-23T00:53:57.1251591Z  ^ 2022-11-23T00:53:57.1252286Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.1252721Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.1253068Z  ^ 2022-11-23T00:53:57.1253669Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.1254215Z template friend class std::hash; 2022-11-23T00:53:57.1254665Z  ^~~~~ 2022-11-23T00:53:57.1255091Z  struct 2022-11-23T00:53:57.1255441Z 1 warning generated. 2022-11-23T00:53:57.1256156Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T00:53:57.1303489Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T00:53:57.1657708Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:57.1687965Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T00:53:57.2660794Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:53:57.2864958Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyVmapTransforms.cpp:8: 2022-11-23T00:53:57.2865586Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:57.2866114Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.2867263Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.2867944Z template friend class std::hash; 2022-11-23T00:53:57.2868431Z  ^ 2022-11-23T00:53:57.2868832Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.2869182Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.2869407Z  ^ 2022-11-23T00:53:57.2869993Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.2870512Z template friend class std::hash; 2022-11-23T00:53:57.2870920Z  ^~~~~ 2022-11-23T00:53:57.2871292Z  struct 2022-11-23T00:53:57.2871619Z 1 warning generated. 2022-11-23T00:53:57.3006077Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:57.3325198Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T00:53:57.3743456Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T00:53:57.4500257Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:53:57.5442860Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:8: 2022-11-23T00:53:57.5443580Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:57.5444519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.5445258Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.5445680Z template friend class std::hash; 2022-11-23T00:53:57.5445925Z  ^ 2022-11-23T00:53:57.5446337Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.5446631Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.5446834Z  ^ 2022-11-23T00:53:57.5447267Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.5447592Z template friend class std::hash; 2022-11-23T00:53:57.5447902Z  ^~~~~ 2022-11-23T00:53:57.5448139Z  struct 2022-11-23T00:53:57.5448359Z 1 warning generated. 2022-11-23T00:53:57.5513875Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:53:57.5690880Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:12: 2022-11-23T00:53:57.5691691Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:57.5692340Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.5693301Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.5693698Z template friend class std::hash; 2022-11-23T00:53:57.5693957Z  ^ 2022-11-23T00:53:57.5694379Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.5694672Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.5695134Z  ^ 2022-11-23T00:53:57.5695748Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.5696263Z template friend class std::hash; 2022-11-23T00:53:57.5696660Z  ^~~~~ 2022-11-23T00:53:57.5697049Z  struct 2022-11-23T00:53:57.5697317Z 1 warning generated. 2022-11-23T00:53:57.5762314Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:57.5884839Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T00:53:57.5954076Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapInterpreter.cpp:1: 2022-11-23T00:53:57.5954814Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapInterpreter.h:2: 2022-11-23T00:53:57.5955447Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.5956688Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.5957411Z template friend class std::hash; 2022-11-23T00:53:57.5957891Z  ^ 2022-11-23T00:53:57.5958530Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.5959007Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.5959315Z  ^ 2022-11-23T00:53:57.5959698Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.5960025Z template friend class std::hash; 2022-11-23T00:53:57.5960294Z  ^~~~~ 2022-11-23T00:53:57.5960540Z  struct 2022-11-23T00:53:57.5960751Z 1 warning generated. 2022-11-23T00:53:57.6025072Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:53:57.6574007Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T00:53:57.6635136Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:57.6848093Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T00:53:57.7087079Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp:1: 2022-11-23T00:53:57.7087822Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:57.7088481Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.7089704Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.7090416Z template friend class std::hash; 2022-11-23T00:53:57.7090885Z  ^ 2022-11-23T00:53:57.7091653Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.7092174Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.7092575Z  ^ 2022-11-23T00:53:57.7093333Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.7094040Z template friend class std::hash; 2022-11-23T00:53:57.7094496Z  ^~~~~ 2022-11-23T00:53:57.7094929Z  struct 2022-11-23T00:53:57.7095297Z 1 warning generated. 2022-11-23T00:53:57.7147764Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T00:53:57.7409801Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:53:57.7582789Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T00:53:57.8010328Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T00:53:57.8297350Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T00:53:57.8498586Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:11: 2022-11-23T00:53:57.8499519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/PlumbingHelper.h:9: 2022-11-23T00:53:57.8500273Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:53:57.8500910Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:53:57.8502167Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.8503021Z template friend class std::hash; 2022-11-23T00:53:57.8503593Z  ^ 2022-11-23T00:53:57.8504385Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.8506014Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.8506674Z  ^ 2022-11-23T00:53:57.8507463Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.8508039Z template friend class std::hash; 2022-11-23T00:53:57.8509856Z  ^~~~~ 2022-11-23T00:53:57.8510413Z  struct 2022-11-23T00:53:57.8510827Z 1 warning generated. 2022-11-23T00:53:57.8634568Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T00:53:57.8799143Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/record_function.cpp:2: 2022-11-23T00:53:57.8800585Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:57.8801345Z template friend class std::hash; 2022-11-23T00:53:57.8801748Z  ^ 2022-11-23T00:53:57.8802164Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:57.8802446Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:57.8802709Z  ^ 2022-11-23T00:53:57.8803343Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:57.8803939Z template friend class std::hash; 2022-11-23T00:53:57.8804221Z  ^~~~~ 2022-11-23T00:53:57.8804465Z  struct 2022-11-23T00:53:57.8804693Z 1 warning generated. 2022-11-23T00:53:57.8910697Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T00:53:57.9757579Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T00:53:57.9758504Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T00:53:57.9945979Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T00:53:58.0021201Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T00:53:58.0313147Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:53:58.0508891Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T00:53:58.0856618Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T00:53:58.1006389Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:58.1316163Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:53:58.1413282Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:58.1755341Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T00:53:58.1991204Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T00:53:58.2072829Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T00:53:58.3167646Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:53:58.3196042Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T00:53:58.3430824Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:58.4049679Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:53:58.4143746Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T00:53:58.4386745Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:58.4787871Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:53:58.4988354Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T00:53:58.5206547Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:58.5405697Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T00:53:58.5419840Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T00:53:58.6054477Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:58.6158139Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:58.6292345Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:3: 2022-11-23T00:53:58.6293133Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.h:2: 2022-11-23T00:53:58.6294020Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/TorchDispatchUtils.h:4: 2022-11-23T00:53:58.6295223Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:58.6295960Z template friend class std::hash; 2022-11-23T00:53:58.6296434Z  ^ 2022-11-23T00:53:58.6297185Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:58.6297699Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:58.6298083Z  ^ 2022-11-23T00:53:58.6298818Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:58.6299406Z template friend class std::hash; 2022-11-23T00:53:58.6299883Z  ^~~~~ 2022-11-23T00:53:58.6300311Z  struct 2022-11-23T00:53:58.6300712Z 1 warning generated. 2022-11-23T00:53:58.6386260Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T00:53:58.6954674Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T00:53:58.7023105Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T00:53:58.7139034Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp:1: 2022-11-23T00:53:58.7139828Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/PythonOpRegistrationTrampoline.h:1: 2022-11-23T00:53:58.7141067Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:58.7141839Z template friend class std::hash; 2022-11-23T00:53:58.7142296Z  ^ 2022-11-23T00:53:58.7143024Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:58.7143564Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:58.7143961Z  ^ 2022-11-23T00:53:58.7144657Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:58.7145250Z template friend class std::hash; 2022-11-23T00:53:58.7145899Z  ^~~~~ 2022-11-23T00:53:58.7146332Z  struct 2022-11-23T00:53:58.7146684Z 1 warning generated. 2022-11-23T00:53:58.7203869Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T00:53:58.7248908Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:53:58.8215672Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T00:53:58.8702182Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.cpp:5: 2022-11-23T00:53:58.8702772Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:53:58.8703702Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:58.8704134Z template friend class std::hash; 2022-11-23T00:53:58.8704620Z  ^ 2022-11-23T00:53:58.8705164Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:58.8705460Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:58.8705679Z  ^ 2022-11-23T00:53:58.8706063Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:58.8706369Z template friend class std::hash; 2022-11-23T00:53:58.8706629Z  ^~~~~ 2022-11-23T00:53:58.8706867Z  struct 2022-11-23T00:53:58.8707078Z 1 warning generated. 2022-11-23T00:53:58.8755126Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T00:53:58.8773488Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/TorchDispatchUtils.cpp:1: 2022-11-23T00:53:58.8774488Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/TorchDispatchUtils.h:4: 2022-11-23T00:53:58.8776031Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:58.8776769Z template friend class std::hash; 2022-11-23T00:53:58.8777220Z  ^ 2022-11-23T00:53:58.8777982Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:58.8778501Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:58.8778875Z  ^ 2022-11-23T00:53:58.8779604Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:58.8780204Z template friend class std::hash; 2022-11-23T00:53:58.8780670Z  ^~~~~ 2022-11-23T00:53:58.8781094Z  struct 2022-11-23T00:53:58.8781493Z 1 warning generated. 2022-11-23T00:53:58.8828439Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T00:53:58.9478902Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T00:53:58.9686465Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T00:53:58.9990684Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T00:53:59.0011050Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T00:53:59.0300597Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T00:53:59.0356257Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:1: 2022-11-23T00:53:59.0357354Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:59.0357984Z template friend class std::hash; 2022-11-23T00:53:59.0358405Z  ^ 2022-11-23T00:53:59.0359040Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:59.0359522Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:59.0359878Z  ^ 2022-11-23T00:53:59.0360437Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:59.0361105Z template friend class std::hash; 2022-11-23T00:53:59.0361491Z  ^~~~~ 2022-11-23T00:53:59.0361843Z  struct 2022-11-23T00:53:59.0362154Z 1 warning generated. 2022-11-23T00:53:59.0526944Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T00:53:59.0781039Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T00:53:59.1047112Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T00:53:59.1365290Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T00:53:59.1570888Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T00:53:59.1577841Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T00:53:59.2581784Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T00:53:59.2780952Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:53:59.3559322Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.cpp:2: 2022-11-23T00:53:59.3560467Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:59.3561173Z template friend class std::hash; 2022-11-23T00:53:59.3561575Z  ^ 2022-11-23T00:53:59.3562205Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:59.3562660Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:59.3562939Z  ^ 2022-11-23T00:53:59.3563385Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:59.3563704Z template friend class std::hash; 2022-11-23T00:53:59.3564241Z  ^~~~~ 2022-11-23T00:53:59.3564540Z  struct 2022-11-23T00:53:59.3564852Z 1 warning generated. 2022-11-23T00:53:59.3617956Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T00:53:59.3624317Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T00:53:59.3676197Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T00:53:59.4190188Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:53:59.4300183Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T00:53:59.4506962Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T00:53:59.4740561Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:53:59.5278919Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T00:53:59.5406341Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T00:53:59.5414933Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T00:53:59.5707050Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T00:53:59.6242547Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:53:59.7133878Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.cpp:1: 2022-11-23T00:53:59.7137897Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:59.7138636Z template friend class std::hash; 2022-11-23T00:53:59.7139128Z  ^ 2022-11-23T00:53:59.7139880Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:59.7140412Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:59.7140783Z  ^ 2022-11-23T00:53:59.7141506Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:59.7142089Z template friend class std::hash; 2022-11-23T00:53:59.7142559Z  ^~~~~ 2022-11-23T00:53:59.7142973Z  struct 2022-11-23T00:53:59.7143372Z 1 warning generated. 2022-11-23T00:53:59.7213920Z [ 40%] 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:53:59.7303972Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T00:53:59.7680442Z [ 40%] 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:53:59.7869368Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:3: 2022-11-23T00:53:59.7870716Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:53:59.7871434Z template friend class std::hash; 2022-11-23T00:53:59.7871876Z  ^ 2022-11-23T00:53:59.7872628Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:53:59.7873380Z struct hash : __hash_enum<_Tp> 2022-11-23T00:53:59.7873770Z  ^ 2022-11-23T00:53:59.7874444Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:53:59.7875029Z template friend class std::hash; 2022-11-23T00:53:59.7875506Z  ^~~~~ 2022-11-23T00:53:59.7875927Z  struct 2022-11-23T00:53:59.7876294Z 1 warning generated. 2022-11-23T00:53:59.7975470Z [ 40%] 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:53:59.8219816Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T00:53:59.8336864Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T00:53:59.8497916Z [ 40%] 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:53:59.8526007Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T00:53:59.8838179Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T00:53:59.9426019Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T00:53:59.9728969Z [ 40%] 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:00.0773427Z [ 40%] 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:00.0959448Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/library.cpp:3: 2022-11-23T00:54:00.0960694Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:00.0961436Z template friend class std::hash; 2022-11-23T00:54:00.0961935Z  ^ 2022-11-23T00:54:00.0962675Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:00.0963208Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:00.0963606Z  ^ 2022-11-23T00:54:00.0964491Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:00.0965087Z template friend class std::hash; 2022-11-23T00:54:00.0965548Z  ^~~~~ 2022-11-23T00:54:00.0965990Z  struct 2022-11-23T00:54:00.0966389Z 1 warning generated. 2022-11-23T00:54:00.1026923Z [ 40%] 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:00.1100678Z [ 40%] 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:00.1326676Z [ 40%] 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:00.1860213Z [ 40%] 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:00.1898037Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T00:54:00.1982132Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/op_registration/op_registration.cpp:3: 2022-11-23T00:54:00.1983400Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:00.1984140Z template friend class std::hash; 2022-11-23T00:54:00.1984625Z  ^ 2022-11-23T00:54:00.1985352Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:00.1985872Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:00.1986229Z  ^ 2022-11-23T00:54:00.1986928Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:00.1987538Z template friend class std::hash; 2022-11-23T00:54:00.1987984Z  ^~~~~ 2022-11-23T00:54:00.1988403Z  struct 2022-11-23T00:54:00.1988979Z 1 warning generated. 2022-11-23T00:54:00.2018566Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T00:54:00.2043207Z [ 40%] 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:00.2452092Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T00:54:00.2781829Z [ 41%] 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:00.2944635Z [ 41%] 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:00.3228355Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T00:54:00.3721494Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T00:54:00.3759256Z [ 41%] 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:00.3818256Z [ 41%] 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:00.4490080Z [ 41%] 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:00.4997164Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T00:54:00.5440560Z [ 41%] 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:00.5441534Z [ 41%] 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:00.5442077Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T00:54:00.5760462Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T00:54:00.6453047Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T00:54:00.6607796Z [ 41%] 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:00.6967885Z [ 41%] 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:00.7016624Z [ 41%] 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:00.7301602Z [ 41%] 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:00.7733908Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T00:54:00.7819368Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T00:54:00.8015774Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T00:54:00.8308520Z [ 41%] 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:00.8854114Z [ 41%] 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:00.9197802Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:00.9599937Z [ 41%] 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:00.9886690Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T00:54:01.0428504Z [ 41%] 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:01.0596895Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T00:54:01.0826218Z [ 41%] 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:01.0884338Z [ 41%] 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:01.1725571Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T00:54:01.1917339Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T00:54:01.1976181Z [ 41%] 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:01.2011776Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T00:54:01.2920616Z [ 41%] 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:01.3025442Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T00:54:01.3819877Z [ 41%] 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:01.4396935Z [ 41%] 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:01.4605638Z [ 41%] 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:01.4977686Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T00:54:01.5244799Z [ 41%] 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:01.5432952Z [ 42%] 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:01.5595356Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T00:54:01.5668244Z [ 42%] 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:01.6267600Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T00:54:01.6564330Z [ 42%] 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:01.6793620Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T00:54:01.6867134Z [ 42%] 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:01.7530507Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T00:54:01.7777598Z [ 42%] 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:01.8577798Z [ 42%] 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:01.8828016Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T00:54:01.9106161Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:54:01.9419909Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T00:54:02.0309894Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:54:02.0576389Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:54:02.0698616Z [ 42%] 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:02.0892088Z [ 42%] 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:02.1394037Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T00:54:02.1646625Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T00:54:02.1725407Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T00:54:02.1971871Z [ 42%] 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:02.2006207Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T00:54:02.2262895Z [ 42%] 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:02.2372034Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T00:54:02.3041406Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T00:54:02.3271204Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T00:54:02.3584173Z [ 42%] 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:02.4733709Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T00:54:02.4751896Z [ 42%] 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:02.4983587Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T00:54:02.5717063Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/CPUFallback.cpp:2: 2022-11-23T00:54:02.5717732Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/CPUFallback.h:6: 2022-11-23T00:54:02.5719114Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:02.5719879Z template friend class std::hash; 2022-11-23T00:54:02.5720380Z  ^ 2022-11-23T00:54:02.5721138Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:02.5721673Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:02.5722070Z  ^ 2022-11-23T00:54:02.5723000Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:02.5723597Z template friend class std::hash; 2022-11-23T00:54:02.5724242Z  ^~~~~ 2022-11-23T00:54:02.5724683Z  struct 2022-11-23T00:54:02.5725084Z 1 warning generated. 2022-11-23T00:54:02.5785827Z [ 42%] 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:02.6022642Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T00:54:02.6061623Z [ 42%] 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:02.6088916Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T00:54:02.6864523Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T00:54:02.6966426Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T00:54:02.7690487Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:54:02.7840828Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:54:02.8006992Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T00:54:02.8525267Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T00:54:02.8861694Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:54:02.9534957Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:54:02.9736573Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T00:54:02.9944151Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:54:03.0446564Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T00:54:03.0669519Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T00:54:03.0759549Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:54:03.0870412Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T00:54:03.1876841Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:54:03.2317766Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:6: 2022-11-23T00:54:03.2318468Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:54:03.2319664Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:03.2320270Z template friend class std::hash; 2022-11-23T00:54:03.2320695Z  ^ 2022-11-23T00:54:03.2321321Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:03.2321964Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:03.2322312Z  ^ 2022-11-23T00:54:03.2322946Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:03.2323442Z template friend class std::hash; 2022-11-23T00:54:03.2323977Z  ^~~~~ 2022-11-23T00:54:03.2324347Z  struct 2022-11-23T00:54:03.2324710Z 1 warning generated. 2022-11-23T00:54:03.2377275Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:54:03.3112253Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T00:54:03.3317067Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:54:03.3418808Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:54:03.3774448Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:54:03.3878807Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:54:03.4121625Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T00:54:03.4335951Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T00:54:03.4668845Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:54:03.4715985Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T00:54:03.4904754Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T00:54:03.5407209Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T00:54:03.5660902Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T00:54:03.6897297Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:54:03.7237056Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T00:54:03.7913063Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:54:03.8043330Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T00:54:03.8204508Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:54:03.8834063Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T00:54:03.9085393Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T00:54:03.9086286Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:54:03.9333317Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:54:03.9540117Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T00:54:04.0297022Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T00:54:04.0349564Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:54:04.1523384Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:54:04.1553762Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T00:54:04.1764673Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:54:04.1897633Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:54:04.2539470Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T00:54:04.2826661Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T00:54:04.2880315Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:54:04.3308977Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T00:54:04.3459135Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:54:04.3879341Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T00:54:04.4987211Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:54:04.5528061Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T00:54:04.5529091Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:54:04.6006257Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T00:54:04.6568133Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:54:04.6974412Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:54:04.7260628Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:54:04.7591337Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T00:54:04.7783850Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:54:04.8039572Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:54:04.8136260Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T00:54:04.8287751Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T00:54:04.8296261Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T00:54:04.8662308Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T00:54:04.8885965Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T00:54:04.9075129Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T00:54:04.9205331Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T00:54:04.9917344Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T00:54:05.0326839Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T00:54:05.1608638Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T00:54:05.2103754Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T00:54:05.2104791Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T00:54:05.2542824Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T00:54:05.2772987Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:54:05.2809639Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T00:54:05.3632176Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T00:54:05.3766386Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T00:54:05.3909130Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T00:54:05.4484761Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T00:54:05.4974322Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:54:05.5251645Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T00:54:05.6006477Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:54:05.6271788Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T00:54:05.6360526Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T00:54:05.7169082Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T00:54:05.7389071Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:54:05.7432227Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T00:54:05.7689375Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:54:05.8064617Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T00:54:05.8230875Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T00:54:05.8342943Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T00:54:05.8547416Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T00:54:05.9367540Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:54:05.9374582Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T00:54:05.9663847Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T00:54:06.0361641Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T00:54:06.0391802Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:54:06.1001327Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T00:54:06.1242902Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T00:54:06.2007317Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:54:06.2008335Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T00:54:06.2270400Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T00:54:06.2931933Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T00:54:06.3143129Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T00:54:06.4095373Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:54:06.4103317Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T00:54:06.4701288Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T00:54:06.5387102Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:2: 2022-11-23T00:54:06.5388204Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/MathBitsFallback.h:2: 2022-11-23T00:54:06.5389848Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:06.5390602Z template friend class std::hash; 2022-11-23T00:54:06.5391084Z  ^ 2022-11-23T00:54:06.5393142Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:06.5393881Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:06.5394431Z  ^ 2022-11-23T00:54:06.5395176Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:06.5395787Z template friend class std::hash; 2022-11-23T00:54:06.5396455Z  ^~~~~ 2022-11-23T00:54:06.5396888Z  struct 2022-11-23T00:54:06.5397293Z 1 warning generated. 2022-11-23T00:54:06.5445641Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T00:54:06.5446705Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:54:06.5558140Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:54:06.5941839Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T00:54:06.6377784Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:54:06.6378601Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T00:54:06.6414882Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T00:54:06.6729159Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T00:54:06.7068632Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T00:54:06.7112379Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T00:54:06.7206275Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T00:54:06.8103464Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:54:06.9332207Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T00:54:06.9445887Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:54:06.9701659Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T00:54:06.9840130Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T00:54:07.0181514Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:54:07.0248987Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T00:54:07.0396781Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T00:54:07.0652154Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T00:54:07.0928888Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T00:54:07.1127338Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:54:07.1827051Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T00:54:07.2097817Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T00:54:07.3193113Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:54:07.3437840Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T00:54:07.3681800Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T00:54:07.3984553Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:54:07.4160450Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T00:54:07.4631098Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T00:54:07.4837741Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T00:54:07.5128742Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:54:07.5146091Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T00:54:07.5768965Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T00:54:07.6068166Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T00:54:07.6450517Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:54:07.6864848Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:54:07.7231673Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T00:54:07.7486396Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T00:54:07.7771670Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T00:54:07.8002826Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T00:54:07.8618812Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T00:54:07.8987286Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T00:54:07.9511679Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:54:07.9516246Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T00:54:08.0031691Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T00:54:08.0784054Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T00:54:08.0972768Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T00:54:08.0999707Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T00:54:08.1263982Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:54:08.1991930Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T00:54:08.2203569Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T00:54:08.2423122Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T00:54:08.3027216Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:54:08.3704043Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T00:54:08.3907853Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:08.4031325Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T00:54:08.4417657Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:54:08.4556839Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T00:54:08.5537197Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T00:54:08.6103213Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T00:54:08.6520337Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T00:54:08.6854055Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T00:54:08.6855054Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T00:54:08.7574414Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T00:54:08.7740850Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T00:54:08.8698173Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T00:54:08.9742250Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T00:54:08.9745498Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T00:54:09.0234510Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:54:09.0251038Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T00:54:09.0758588Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T00:54:09.0867923Z [ 44%] 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:09.0937930Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T00:54:09.1082130Z [ 45%] 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:09.1286973Z [ 45%] 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:09.1398403Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T00:54:09.1695939Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T00:54:09.2021027Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T00:54:09.2141905Z [ 45%] 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:09.3073321Z [ 45%] 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:09.3753702Z [ 45%] 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:09.4332386Z [ 45%] 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:09.4581568Z [ 45%] 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:09.4716960Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T00:54:09.5068566Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:54:09.5364903Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T00:54:09.5544230Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:54:09.5813588Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T00:54:09.5985870Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:54:09.5993024Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T00:54:09.6628925Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T00:54:09.6828979Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:09.7181049Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:09.7961229Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:09.7986851Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T00:54:09.8421943Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T00:54:09.9010419Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:09.9022487Z [ 45%] 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:10.0121078Z [ 45%] 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:10.0269070Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:10.0269977Z [ 45%] 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:10.0610418Z [ 45%] 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:10.0714328Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.1176612Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.1221963Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.1473568Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.1764138Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T00:54:10.1828928Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T00:54:10.1997505Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T00:54:10.2406996Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T00:54:10.2467211Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.3144526Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.3375319Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T00:54:10.4181066Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.5085426Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:54:10.5093295Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T00:54:10.5360852Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T00:54:10.5759882Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:54:10.6036674Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T00:54:10.6113097Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T00:54:10.6335824Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T00:54:10.6596035Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T00:54:10.6613538Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:10.7530877Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:10.8415029Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:10.8655410Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T00:54:10.9114833Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:10.9295656Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:10.9330781Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T00:54:10.9688504Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:10.9938506Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:10.9967638Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:11.0388598Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:11.0690256Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T00:54:11.0784383Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:11.1638968Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T00:54:11.1912040Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:11.2818979Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:11.3002333Z [ 46%] 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:11.3337055Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T00:54:11.3713762Z [ 46%] 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:11.4036009Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T00:54:11.4229706Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T00:54:11.4622592Z [ 46%] 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:11.5141819Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T00:54:11.5677581Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T00:54:11.5993438Z [ 46%] 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:11.6215300Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T00:54:11.6375475Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T00:54:11.7007748Z [ 46%] 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:11.8437901Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T00:54:11.8487936Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T00:54:11.9269760Z [ 46%] 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:11.9676851Z [ 46%] 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:12.0051417Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T00:54:12.0095160Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T00:54:12.0195452Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T00:54:12.0787094Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T00:54:12.0942783Z [ 46%] 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:12.0978030Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T00:54:12.1681112Z [ 46%] 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:12.1917631Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T00:54:12.2702699Z [ 46%] 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:12.3078419Z [ 46%] 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:12.3775990Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T00:54:12.4066589Z [ 46%] 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:12.4084619Z [ 46%] 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:12.4697116Z [ 46%] 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:12.4916704Z [ 46%] 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:12.4926039Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T00:54:12.5156410Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T00:54:12.5824239Z [ 46%] 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:12.5850664Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T00:54:12.6057650Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T00:54:12.6835115Z [ 46%] 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:12.7353853Z [ 46%] 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:12.7568358Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T00:54:12.8422798Z [ 46%] 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:12.8885110Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T00:54:12.9370425Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T00:54:12.9596031Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:54:12.9742593Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T00:54:13.0182713Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:54:13.0678967Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T00:54:13.0744628Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T00:54:13.1405702Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T00:54:13.2137633Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:54:13.2375070Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T00:54:13.3096791Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T00:54:13.3097764Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:54:13.4199941Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T00:54:13.4385391Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T00:54:13.4588540Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:54:13.5276113Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T00:54:13.5806164Z [ 47%] 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:13.6451047Z [ 47%] 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:13.6520079Z [ 47%] 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:13.6812426Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T00:54:13.7477579Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T00:54:13.7628103Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:54:13.7667426Z [ 47%] 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:13.8899391Z [ 47%] 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:13.9110225Z [ 47%] 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:13.9366375Z [ 47%] 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:13.9565185Z [ 47%] 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:13.9896278Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T00:54:14.0003162Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T00:54:14.0286833Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T00:54:14.0603154Z [ 47%] 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:14.1142420Z [ 47%] 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:14.1486756Z [ 47%] 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:14.1781556Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T00:54:14.2062729Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:14.2389565Z [ 47%] 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:14.3414611Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T00:54:14.4438737Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T00:54:14.4780376Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T00:54:14.5624167Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T00:54:14.5635523Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T00:54:14.6034977Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T00:54:14.6690371Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T00:54:14.7062787Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T00:54:14.7395620Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T00:54:14.7705650Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:14.7920288Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T00:54:14.8261342Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T00:54:14.9330096Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T00:54:14.9661822Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T00:54:15.0105047Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T00:54:15.0806725Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T00:54:15.0877024Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T00:54:15.1087166Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T00:54:15.1177981Z [ 47%] 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:15.1323371Z [ 47%] 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:15.1671598Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T00:54:15.1908180Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T00:54:15.1975056Z [ 47%] 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:15.2185380Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T00:54:15.2597181Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T00:54:15.2751024Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T00:54:15.3458854Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T00:54:15.4128721Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T00:54:15.4205804Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T00:54:15.5066762Z [ 47%] 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:15.5706845Z [ 47%] 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:15.5735050Z [ 47%] 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:15.6151670Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T00:54:15.6380586Z [ 47%] 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:15.6686791Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T00:54:15.6926762Z [ 47%] 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:15.7020149Z [ 47%] 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:15.7309468Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T00:54:15.7355468Z [ 48%] 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:15.7972727Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T00:54:15.8124827Z [ 48%] 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:15.8263363Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T00:54:15.8377473Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T00:54:15.9223530Z [ 48%] 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:15.9468110Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:16.0021010Z [ 48%] 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:16.0469195Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T00:54:16.1135810Z [ 48%] 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:16.1586789Z [ 48%] 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:16.1707945Z [ 48%] 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:16.2324392Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T00:54:16.2446562Z [ 48%] 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:16.2793991Z [ 48%] 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:16.2937854Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T00:54:16.3065845Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:16.3484365Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T00:54:16.3779418Z [ 48%] 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:16.4206756Z [ 48%] 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:16.4993174Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T00:54:16.5240484Z [ 48%] 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:16.5662592Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T00:54:16.6156692Z [ 48%] 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:16.6365781Z [ 48%] 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:16.7245635Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T00:54:16.7836625Z [ 48%] 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:16.8052377Z [ 48%] 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:16.8163417Z [ 49%] 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:16.8582232Z [ 49%] 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:16.8841504Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T00:54:16.9005202Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T00:54:16.9165962Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T00:54:16.9577053Z [ 49%] 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:17.0007313Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T00:54:17.0711329Z [ 49%] 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:17.0964907Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T00:54:17.1528359Z [ 49%] 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:17.2359757Z [ 49%] 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:17.3295545Z [ 49%] 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:17.3402289Z [ 49%] 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:17.3628272Z [ 49%] 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:17.4195370Z [ 49%] 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:17.4593504Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T00:54:17.4907716Z [ 49%] 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:17.4971065Z [ 49%] 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:17.5097574Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T00:54:17.5941632Z [ 49%] 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:17.6080418Z [ 49%] 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:17.6181452Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T00:54:17.6488919Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T00:54:17.6939433Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T00:54:17.7106718Z [ 49%] 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:17.8084904Z [ 49%] 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:17.8582610Z [ 49%] 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:17.9576052Z [ 49%] 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:17.9580280Z [ 49%] 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:17.9584128Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T00:54:17.9798793Z [ 49%] 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:17.9834344Z [ 49%] 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:18.0448899Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:18.0597634Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:18.0742140Z [ 49%] 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:18.0789672Z [ 49%] 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:18.1186866Z [ 49%] 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:18.1707679Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:18.1906504Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T00:54:18.2018537Z [ 49%] 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:18.3594755Z [ 49%] 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:18.3887499Z [ 49%] 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:18.4396746Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T00:54:18.4591270Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T00:54:18.4617262Z [ 49%] 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:18.4984332Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T00:54:18.5650147Z [ 49%] 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:18.5686968Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T00:54:18.6845803Z [ 49%] 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:18.7824781Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T00:54:18.7859760Z [ 49%] 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:18.8201675Z [ 49%] 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:18.8681298Z [ 49%] 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:18.8896930Z [ 49%] 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:18.8929180Z [ 49%] 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:18.8963987Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T00:54:18.9280734Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T00:54:18.9717142Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T00:54:18.9884709Z [ 49%] 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:19.0582614Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T00:54:19.1277909Z [ 49%] 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:19.2480855Z [ 49%] 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:19.2788604Z [ 49%] 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:19.2890744Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T00:54:19.2941872Z [ 49%] 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:19.3096786Z [ 49%] 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:19.3690946Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T00:54:19.3692223Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T00:54:19.4079140Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T00:54:19.4132335Z [ 49%] 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:19.4801110Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:19.5190026Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T00:54:19.6024274Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:19.6928238Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:19.7089269Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:19.7133062Z [ 49%] 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:19.7920880Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T00:54:19.8110610Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T00:54:19.8692096Z [ 49%] 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:19.8875725Z [ 49%] 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:19.9113728Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T00:54:19.9156928Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T00:54:19.9416031Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T00:54:19.9935178Z [ 49%] 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:20.0732575Z [ 49%] 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:20.1048320Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T00:54:20.1355822Z [ 49%] 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:20.1446915Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T00:54:20.1836048Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T00:54:20.2247436Z [ 49%] 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:20.2728600Z [ 49%] 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:20.2774970Z [ 49%] 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:20.3311025Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T00:54:20.3554365Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T00:54:20.3748005Z [ 49%] 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:20.4519474Z [ 49%] 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:20.4629913Z [ 49%] 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:20.4858388Z [ 49%] 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:20.5127022Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T00:54:20.5387018Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T00:54:20.5733514Z [ 49%] 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:20.6216722Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T00:54:20.6449446Z [ 49%] 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:20.6691405Z [ 50%] 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:20.6943606Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T00:54:20.7426218Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T00:54:20.7733859Z [ 50%] 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:20.7787656Z [ 50%] 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:20.8770637Z [ 50%] 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:20.8933774Z [ 50%] 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:20.9368386Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T00:54:20.9663075Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T00:54:21.0121722Z [ 50%] 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:21.0227670Z [ 50%] 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:21.1416079Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T00:54:21.1621740Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T00:54:21.1683126Z [ 50%] 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:21.2494295Z [ 50%] 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:21.2579130Z [ 50%] 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:21.2684869Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T00:54:21.3726310Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T00:54:21.3726956Z [ 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:21.3981619Z [ 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:21.4509302Z [ 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:21.5039854Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T00:54:21.5157767Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T00:54:21.5322052Z [ 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:21.5458836Z [ 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:21.5751688Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T00:54:21.6341906Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T00:54:21.6495399Z [ 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:21.6570354Z [ 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:21.7956980Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T00:54:21.7982787Z [ 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:21.7998189Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T00:54:21.9075997Z [ 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:21.9373951Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T00:54:22.0068272Z [ 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:22.1071171Z [ 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:22.1359217Z [ 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:22.1536571Z [ 51%] 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:22.1584141Z [ 51%] 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:22.2209096Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T00:54:22.2396002Z [ 51%] 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:22.2397072Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T00:54:22.2499632Z [ 51%] 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:22.2613938Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T00:54:22.2668682Z [ 51%] 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:22.3267555Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T00:54:22.3608105Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T00:54:22.3816435Z [ 51%] 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:22.3889852Z [ 51%] 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:22.4865150Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T00:54:22.4898152Z [ 51%] 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:22.5221702Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T00:54:22.5796113Z [ 51%] 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:22.5896805Z [ 51%] 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:22.6411052Z [ 51%] 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:22.6412986Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T00:54:22.6826931Z [ 51%] 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:22.6893309Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T00:54:22.7110241Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T00:54:22.7545611Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T00:54:22.7807443Z [ 51%] 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:22.8235833Z [ 51%] 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:22.8852774Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T00:54:22.9041686Z [ 51%] 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:22.9829866Z [ 51%] 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:23.1034830Z [ 51%] 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:23.1344738Z [ 51%] 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:23.2108588Z [ 51%] 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:23.2114470Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T00:54:23.2275145Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/Operators_0.cpp:2: 2022-11-23T00:54:23.2276405Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:23.2277320Z template friend class std::hash; 2022-11-23T00:54:23.2277762Z  ^ 2022-11-23T00:54:23.2278506Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:23.2279034Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:23.2279419Z  ^ 2022-11-23T00:54:23.2280107Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:23.2280646Z template friend class std::hash; 2022-11-23T00:54:23.2281076Z  ^~~~~ 2022-11-23T00:54:23.2281488Z  struct 2022-11-23T00:54:23.2281868Z 1 warning generated. 2022-11-23T00:54:23.2339555Z [ 51%] 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:23.2390704Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T00:54:23.2930467Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/Operators_1.cpp:2: 2022-11-23T00:54:23.2931239Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:23.2931932Z template friend class std::hash; 2022-11-23T00:54:23.2932365Z  ^ 2022-11-23T00:54:23.2932937Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:23.2933421Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:23.2933831Z  ^ 2022-11-23T00:54:23.2934543Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:23.2935088Z template friend class std::hash; 2022-11-23T00:54:23.2935496Z  ^~~~~ 2022-11-23T00:54:23.2935870Z  struct 2022-11-23T00:54:23.2936219Z 1 warning generated. 2022-11-23T00:54:23.2983529Z [ 51%] 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:23.3094169Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T00:54:23.3432140Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/Operators_2.cpp:2: 2022-11-23T00:54:23.3433611Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:23.3434386Z template friend class std::hash; 2022-11-23T00:54:23.3434867Z  ^ 2022-11-23T00:54:23.3435604Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:23.3436127Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:23.3436518Z  ^ 2022-11-23T00:54:23.3437216Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:23.3437784Z template friend class std::hash; 2022-11-23T00:54:23.3438236Z  ^~~~~ 2022-11-23T00:54:23.3438663Z  struct 2022-11-23T00:54:23.3439036Z 1 warning generated. 2022-11-23T00:54:23.3455238Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T00:54:23.3508233Z [ 51%] 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:23.3942570Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T00:54:23.4779607Z [ 51%] 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:23.5459642Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/Operators_3.cpp:2: 2022-11-23T00:54:23.5460722Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:23.5461364Z template friend class std::hash; 2022-11-23T00:54:23.5461807Z  ^ 2022-11-23T00:54:23.5462469Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:23.5462907Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:23.5463189Z  ^ 2022-11-23T00:54:23.5463579Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:23.5463906Z template friend class std::hash; 2022-11-23T00:54:23.5464281Z  ^~~~~ 2022-11-23T00:54:23.5464579Z  struct 2022-11-23T00:54:23.5464802Z 1 warning generated. 2022-11-23T00:54:23.5513626Z [ 51%] 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:23.5930584Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T00:54:23.6048455Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/Operators_4.cpp:2: 2022-11-23T00:54:23.6049618Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:23.6050250Z template friend class std::hash; 2022-11-23T00:54:23.6050593Z  ^ 2022-11-23T00:54:23.6051089Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:23.6051382Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:23.6051623Z  ^ 2022-11-23T00:54:23.6052451Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:23.6052992Z template friend class std::hash; 2022-11-23T00:54:23.6053408Z  ^~~~~ 2022-11-23T00:54:23.6053775Z  struct 2022-11-23T00:54:23.6054048Z 1 warning generated. 2022-11-23T00:54:23.6101578Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T00:54:23.6105140Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:54:23.6399318Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T00:54:23.6972905Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T00:54:23.7241353Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T00:54:23.8171778Z [ 51%] 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:23.8621363Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T00:54:23.8738856Z [ 51%] 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:23.9797268Z [ 51%] 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:23.9835177Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T00:54:24.0553626Z [ 51%] 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:24.0793885Z [ 51%] 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:24.0813656Z [ 51%] 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:24.1028647Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T00:54:24.1645721Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T00:54:24.1813681Z [ 51%] 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:24.1929910Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T00:54:24.2541366Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:5: 2022-11-23T00:54:24.2542159Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:54:24.2543452Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:24.2544186Z template friend class std::hash; 2022-11-23T00:54:24.2544657Z  ^ 2022-11-23T00:54:24.2545419Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:24.2545936Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:24.2546333Z  ^ 2022-11-23T00:54:24.2549510Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:24.2550280Z template friend class std::hash; 2022-11-23T00:54:24.2551497Z  ^~~~~ 2022-11-23T00:54:24.2551937Z  struct 2022-11-23T00:54:24.2554254Z 1 warning generated. 2022-11-23T00:54:24.2604980Z [ 51%] 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:24.2820682Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T00:54:24.3702003Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_1.cpp:5: 2022-11-23T00:54:24.3702769Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:54:24.3704021Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:24.3704761Z template friend class std::hash; 2022-11-23T00:54:24.3705365Z  ^ 2022-11-23T00:54:24.3706000Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:24.3706468Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:24.3706808Z  ^ 2022-11-23T00:54:24.3707527Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:24.3708027Z template friend class std::hash; 2022-11-23T00:54:24.3708476Z  ^~~~~ 2022-11-23T00:54:24.3708844Z  struct 2022-11-23T00:54:24.3709177Z 1 warning generated. 2022-11-23T00:54:24.3709984Z [ 51%] 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:24.3771879Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T00:54:24.4756197Z [ 51%] 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:24.5509418Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:5: 2022-11-23T00:54:24.5510150Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:54:24.5511382Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:24.5512054Z template friend class std::hash; 2022-11-23T00:54:24.5512540Z  ^ 2022-11-23T00:54:24.5513309Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:24.5513849Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:24.5514235Z  ^ 2022-11-23T00:54:24.5514926Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:24.5515442Z template friend class std::hash; 2022-11-23T00:54:24.5515838Z  ^~~~~ 2022-11-23T00:54:24.5516201Z  struct 2022-11-23T00:54:24.5516517Z 1 warning generated. 2022-11-23T00:54:24.5579667Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T00:54:24.5677814Z [ 51%] 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:24.6586398Z [ 51%] 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:24.6663376Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T00:54:24.7072084Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:54:24.7309378Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:54:24.7440405Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_3.cpp:5: 2022-11-23T00:54:24.7441206Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:54:24.7442456Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:24.7443486Z template friend class std::hash; 2022-11-23T00:54:24.7444217Z  ^ 2022-11-23T00:54:24.7444984Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:24.7445503Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:24.7445892Z  ^ 2022-11-23T00:54:24.7446580Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:24.7447158Z template friend class std::hash; 2022-11-23T00:54:24.7447641Z  ^~~~~ 2022-11-23T00:54:24.7448050Z  struct 2022-11-23T00:54:24.7448456Z 1 warning generated. 2022-11-23T00:54:24.7495246Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T00:54:24.7543519Z [ 52%] 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:24.7797372Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T00:54:24.8119247Z [ 52%] 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:24.8543764Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T00:54:24.8947778Z [ 52%] 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:24.9229117Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T00:54:25.0323905Z [ 52%] 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:25.0424152Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:25.0715373Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:25.1099983Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:25.1375194Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T00:54:25.1436612Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T00:54:25.1605164Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T00:54:25.1904664Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:25.2655882Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T00:54:25.2733700Z [ 52%] 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:25.2940477Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T00:54:25.3564362Z [ 52%] 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:25.4267337Z [ 52%] 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:25.4493641Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T00:54:25.4494578Z [ 52%] 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:25.4791606Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T00:54:25.4825526Z [ 52%] 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:25.5130317Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T00:54:25.5413148Z [ 52%] 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:25.5920018Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T00:54:25.5938031Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T00:54:25.6130589Z [ 52%] 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:25.6849197Z [ 52%] 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:25.7246622Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T00:54:25.7507794Z [ 52%] 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:25.8249177Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T00:54:25.8538614Z [ 52%] 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:25.8896526Z [ 52%] 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:25.9431952Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:25.9960013Z [ 52%] 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:26.1039933Z [ 52%] 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:26.1441640Z [ 52%] 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:26.1916734Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:26.2012436Z [ 52%] 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:26.2096458Z [ 52%] 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:26.2188473Z [ 52%] 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:26.2473152Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:26.3108367Z [ 52%] 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:26.4466261Z [ 52%] 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:26.5663521Z [ 52%] 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:26.5845400Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:26.6894580Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:26.7080334Z [ 52%] 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:26.7263990Z [ 52%] 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:26.7447371Z [ 52%] 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:26.7541881Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T00:54:26.8059416Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:26.8133856Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:26.8531704Z [ 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:26.9323880Z [ 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:26.9681367Z [ 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:27.0331702Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.0759074Z [ 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:27.1139811Z [ 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:27.1592672Z [ 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:27.1828004Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.2026988Z [ 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:27.2445829Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.2499217Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.3170451Z [ 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:27.3388583Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.4359799Z [ 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:27.4569182Z [ 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:27.5461055Z [ 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:27.5546473Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.5580505Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.5704647Z [ 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:27.6596387Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.7033631Z [ 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:27.7873854Z [ 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:27.8407177Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:27.8800875Z [ 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:27.8973768Z [ 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:28.0070498Z [ 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:28.0213316Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.0254928Z [ 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:28.0334309Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.0406559Z [ 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:28.0804437Z [ 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:28.1042210Z [ 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:28.1252253Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.1460637Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.1788414Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.2109920Z [ 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:28.3296962Z [ 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:28.3692554Z [ 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:28.4056471Z [ 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:28.4244946Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.4508954Z [ 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:28.4647607Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.4941671Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.5495011Z [ 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:28.5761924Z [ 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:28.6465057Z [ 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:28.6706567Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.6718719Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.7605510Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T00:54:28.7830106Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.8239530Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:54:28.8244957Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T00:54:28.8369225Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.9020678Z [ 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:28.9563269Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:28.9753519Z [ 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:28.9865249Z [ 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:29.0600985Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.0798778Z [ 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:29.0966006Z [ 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:29.1068131Z [ 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:29.1868262Z [ 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:29.2011988Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.2236423Z [ 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:29.2292324Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.2889457Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:54:29.3132042Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.3852424Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.3853513Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:54:29.4111292Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:54:29.4940163Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:54:29.4951476Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.5217804Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.5718916Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:54:29.6063567Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:54:29.6460417Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.7016319Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:54:29.7079815Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.7120691Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:54:29.7911161Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.7960346Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:54:29.7984579Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:54:29.8929277Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.8946286Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T00:54:29.9179465Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:29.9836919Z [ 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:30.0935560Z [ 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:30.1226005Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.2333643Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:54:30.3078599Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:54:30.3087466Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.3496388Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:54:30.3846530Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.4656382Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:54:30.4863145Z [ 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:30.5602126Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.5816570Z [ 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:30.6135708Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.6178829Z [ 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:30.6578284Z [ 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:30.6927308Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.7202260Z [ 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:30.7869760Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.7935149Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T00:54:30.8592752Z [ 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:30.8644076Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.8831816Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T00:54:30.9952964Z [ 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:31.0650239Z [ 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:31.1272984Z [ 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:31.1386417Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T00:54:31.1389367Z [ 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:31.2018205Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T00:54:31.2030258Z [ 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:31.2261491Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:54:31.2889270Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T00:54:31.3061358Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:54:31.3062149Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T00:54:31.3085536Z [ 54%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T00:54:31.3303392Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T00:54:31.3950210Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:54:31.4137490Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages] 2022-11-23T00:54:31.4138753Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T00:54:31.4139230Z ^ 2022-11-23T00:54:31.4139532Z 1 warning generated. 2022-11-23T00:54:31.4207232Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:54:31.4524989Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:54:31.4682572Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T00:54:31.4966683Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T00:54:31.5017580Z [ 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:31.5257534Z [ 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:31.5290997Z [ 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:31.5443608Z [ 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:31.6217488Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T00:54:31.6229272Z [ 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:31.6652830Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T00:54:31.6822889Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T00:54:31.6973717Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T00:54:31.7053005Z [ 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:31.7354840Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T00:54:31.7537247Z [ 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:31.7576849Z [ 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:31.8030223Z [ 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:31.8274652Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T00:54:31.8459387Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T00:54:31.8699940Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T00:54:31.8874810Z [ 55%] 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:31.9032280Z [ 55%] 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:31.9096499Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T00:54:31.9647971Z [ 55%] 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:31.9698863Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T00:54:32.0063847Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T00:54:32.0252168Z [ 55%] 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:32.0770081Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T00:54:32.1604485Z [ 55%] 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:32.3277852Z [ 55%] 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:32.4162615Z [ 55%] 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:32.4687911Z [ 55%] 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:32.5298983Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T00:54:32.6412919Z [ 56%] 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:32.6577899Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:1: 2022-11-23T00:54:32.6578464Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:54:32.6579607Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:32.6580388Z template friend class std::hash; 2022-11-23T00:54:32.6580867Z  ^ 2022-11-23T00:54:32.6581609Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:32.6582082Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:32.6582299Z  ^ 2022-11-23T00:54:32.6582753Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:32.6583239Z template friend class std::hash; 2022-11-23T00:54:32.6583655Z  ^~~~~ 2022-11-23T00:54:32.6584070Z  struct 2022-11-23T00:54:32.6584414Z 1 warning generated. 2022-11-23T00:54:32.6629873Z [ 56%] 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:32.7252959Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:1: 2022-11-23T00:54:32.7253503Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:54:32.7254469Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:32.7254944Z template friend class std::hash; 2022-11-23T00:54:32.7255354Z  ^ 2022-11-23T00:54:32.7256006Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:32.7256443Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:32.7256773Z  ^ 2022-11-23T00:54:32.7257396Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:32.7257844Z template friend class std::hash; 2022-11-23T00:54:32.7258172Z  ^~~~~ 2022-11-23T00:54:32.7258538Z  struct 2022-11-23T00:54:32.7258751Z 1 warning generated. 2022-11-23T00:54:32.7283048Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T00:54:32.7306358Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T00:54:32.7455485Z [ 56%] 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:32.7700999Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:1: 2022-11-23T00:54:32.7701627Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:54:32.7702758Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:32.7703385Z template friend class std::hash; 2022-11-23T00:54:32.7703769Z  ^ 2022-11-23T00:54:32.7704257Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:32.7704555Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:32.7704758Z  ^ 2022-11-23T00:54:32.7705144Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:32.7705463Z template friend class std::hash; 2022-11-23T00:54:32.7705818Z  ^~~~~ 2022-11-23T00:54:32.7706124Z  struct 2022-11-23T00:54:32.7706353Z 1 warning generated. 2022-11-23T00:54:32.7758719Z [ 56%] 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:32.8038070Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:1: 2022-11-23T00:54:32.8038729Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:54:32.8040890Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:32.8043716Z template friend class std::hash; 2022-11-23T00:54:32.8044336Z  ^ 2022-11-23T00:54:32.8045008Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:32.8045367Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:32.8045576Z  ^ 2022-11-23T00:54:32.8045975Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:32.8046328Z template friend class std::hash; 2022-11-23T00:54:32.8046575Z  ^~~~~ 2022-11-23T00:54:32.8046867Z  struct 2022-11-23T00:54:32.8047090Z 1 warning generated. 2022-11-23T00:54:32.8124038Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T00:54:32.8778283Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T00:54:32.9089866Z [ 56%] 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:33.0666250Z [ 56%] 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:33.1331564Z [ 56%] 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:33.1568495Z [ 56%] 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:33.1722010Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:1: 2022-11-23T00:54:33.1723129Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:54:33.1724696Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:33.1725608Z template friend class std::hash; 2022-11-23T00:54:33.1726511Z  ^ 2022-11-23T00:54:33.1727363Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:33.1727883Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:33.1728298Z  ^ 2022-11-23T00:54:33.1729055Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:33.1729407Z template friend class std::hash; 2022-11-23T00:54:33.1729659Z  ^~~~~ 2022-11-23T00:54:33.1729957Z  struct 2022-11-23T00:54:33.1730183Z 1 warning generated. 2022-11-23T00:54:33.1746610Z [ 56%] 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:33.1813213Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T00:54:33.1837096Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T00:54:33.2211244Z [ 56%] 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:33.2666736Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T00:54:33.3027930Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T00:54:33.3357272Z [ 56%] 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:33.3921938Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T00:54:33.4439153Z [ 56%] 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:33.5269941Z [ 56%] 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:33.5289850Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:2: 2022-11-23T00:54:33.5292760Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:54:33.5294906Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:33.5295499Z template friend class std::hash; 2022-11-23T00:54:33.5295919Z  ^ 2022-11-23T00:54:33.5296773Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:33.5297175Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:33.5297383Z  ^ 2022-11-23T00:54:33.5297771Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:33.5298091Z template friend class std::hash; 2022-11-23T00:54:33.5298351Z  ^~~~~ 2022-11-23T00:54:33.5298577Z  struct 2022-11-23T00:54:33.5298794Z 1 warning generated. 2022-11-23T00:54:33.5358001Z [ 56%] 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:33.5422600Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:54:33.6117438Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T00:54:33.6478938Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T00:54:33.6912238Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T00:54:33.7010025Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp:2: 2022-11-23T00:54:33.7010651Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:54:33.7011730Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:33.7012365Z template friend class std::hash; 2022-11-23T00:54:33.7012733Z  ^ 2022-11-23T00:54:33.7013451Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:33.7013851Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:33.7014088Z  ^ 2022-11-23T00:54:33.7014712Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:33.7015212Z template friend class std::hash; 2022-11-23T00:54:33.7015621Z  ^~~~~ 2022-11-23T00:54:33.7015863Z  struct 2022-11-23T00:54:33.7016082Z 1 warning generated. 2022-11-23T00:54:33.7078315Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T00:54:33.7085128Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T00:54:33.7206902Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:54:33.8077946Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T00:54:33.9078654Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T00:54:33.9878737Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNativeFunctions.cpp:2: 2022-11-23T00:54:33.9879432Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:54:33.9880049Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:54:33.9880596Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:33.9881239Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:33.9881568Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:33.9881886Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:33.9882576Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:33.9882990Z template friend class std::hash; 2022-11-23T00:54:33.9883236Z  ^ 2022-11-23T00:54:33.9883648Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:33.9884196Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:33.9884407Z  ^ 2022-11-23T00:54:33.9884798Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:33.9885120Z template friend class std::hash; 2022-11-23T00:54:33.9885381Z  ^~~~~ 2022-11-23T00:54:33.9885606Z  struct 2022-11-23T00:54:33.9885827Z 1 warning generated. 2022-11-23T00:54:33.9901453Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T00:54:33.9926733Z [ 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:34.0165906Z [ 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:34.0286249Z [ 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:34.0302932Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T00:54:34.0532380Z [ 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:34.0735529Z [ 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:34.0744142Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T00:54:34.0997426Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T00:54:34.1346157Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T00:54:34.1579637Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T00:54:34.1725741Z [ 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:34.2621999Z [ 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:34.3564243Z [ 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:34.3965223Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp:5: 2022-11-23T00:54:34.3966039Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/TorchDispatchUtils.h:4: 2022-11-23T00:54:34.3967312Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:34.3968269Z template friend class std::hash; 2022-11-23T00:54:34.3968727Z  ^ 2022-11-23T00:54:34.3969481Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:34.3970020Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:34.3970411Z  ^ 2022-11-23T00:54:34.3971128Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:34.3971710Z template friend class std::hash; 2022-11-23T00:54:34.3972186Z  ^~~~~ 2022-11-23T00:54:34.3972607Z  struct 2022-11-23T00:54:34.3973011Z 1 warning generated. 2022-11-23T00:54:34.4037364Z [ 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:34.4193325Z [ 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:34.4325678Z [ 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:34.4389778Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T00:54:34.4673600Z [ 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:34.5146323Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T00:54:34.5200112Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T00:54:34.5213708Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T00:54:34.5594141Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:54:34.5599461Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T00:54:34.6550344Z [ 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:34.6631933Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T00:54:34.7390029Z [ 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:34.8271210Z [ 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:34.8291138Z [ 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:34.8457930Z [ 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:34.9174257Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T00:54:34.9344768Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T00:54:34.9504694Z [ 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:35.0341177Z [ 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:35.0493020Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T00:54:35.0748423Z [ 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:35.1252809Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T00:54:35.1585846Z [ 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:35.1983931Z [ 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:35.2104919Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T00:54:35.2499213Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T00:54:35.2604273Z [ 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:35.2839584Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T00:54:35.3581149Z [ 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:35.3926943Z [ 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:35.4726984Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T00:54:35.4789551Z [ 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:35.4921702Z [ 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:35.5173557Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.cpp:6: 2022-11-23T00:54:35.5174281Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:35.5176157Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:35.5176927Z template friend class std::hash; 2022-11-23T00:54:35.5177401Z  ^ 2022-11-23T00:54:35.5178171Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:35.5178666Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:35.5179059Z  ^ 2022-11-23T00:54:35.5179973Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:35.5180577Z template friend class std::hash; 2022-11-23T00:54:35.5181070Z  ^~~~~ 2022-11-23T00:54:35.5181498Z  struct 2022-11-23T00:54:35.5181908Z 1 warning generated. 2022-11-23T00:54:35.5254828Z [ 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:35.5573833Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T00:54:35.5932365Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T00:54:35.6301031Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T00:54:35.6413315Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.cpp:6: 2022-11-23T00:54:35.6414648Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:35.6416429Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:35.6417381Z template friend class std::hash; 2022-11-23T00:54:35.6418306Z  ^ 2022-11-23T00:54:35.6418999Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:35.6419482Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:35.6419846Z  ^ 2022-11-23T00:54:35.6420451Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:35.6420909Z template friend class std::hash; 2022-11-23T00:54:35.6421184Z  ^~~~~ 2022-11-23T00:54:35.6421424Z  struct 2022-11-23T00:54:35.6421648Z 1 warning generated. 2022-11-23T00:54:35.6477661Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:54:35.6497561Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T00:54:35.6801151Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T00:54:35.7372465Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T00:54:35.7469272Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T00:54:35.8256402Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:54:35.9365349Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T00:54:35.9971204Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.cpp:1: 2022-11-23T00:54:35.9971946Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:35.9972555Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:35.9973045Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:35.9973351Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:35.9973776Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:35.9975057Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:35.9975689Z template friend class std::hash; 2022-11-23T00:54:35.9976138Z  ^ 2022-11-23T00:54:35.9976871Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:35.9977405Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:35.9977800Z  ^ 2022-11-23T00:54:35.9978468Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:35.9978794Z template friend class std::hash; 2022-11-23T00:54:35.9979112Z  ^~~~~ 2022-11-23T00:54:35.9979338Z  struct 2022-11-23T00:54:35.9979561Z 1 warning generated. 2022-11-23T00:54:36.0025867Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T00:54:36.0154795Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:54:36.1272611Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T00:54:36.1378888Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.cpp:1: 2022-11-23T00:54:36.1379607Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h:4: 2022-11-23T00:54:36.1380276Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h:3: 2022-11-23T00:54:36.1380874Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:36.1381460Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:36.1382057Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:36.1382591Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:36.1383116Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:36.1383618Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:36.1384764Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:36.1385483Z template friend class std::hash; 2022-11-23T00:54:36.1385951Z  ^ 2022-11-23T00:54:36.1386724Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:36.1387274Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:36.1387741Z  ^ 2022-11-23T00:54:36.1388455Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:36.1389051Z template friend class std::hash; 2022-11-23T00:54:36.1389502Z  ^~~~~ 2022-11-23T00:54:36.1389927Z  struct 2022-11-23T00:54:36.1390324Z 1 warning generated. 2022-11-23T00:54:36.1417546Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.cpp:7: 2022-11-23T00:54:36.1418213Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:36.1418787Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:36.1419393Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:36.1420676Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:36.1421419Z template friend class std::hash; 2022-11-23T00:54:36.1421918Z  ^ 2022-11-23T00:54:36.1422674Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:36.1423190Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:36.1423588Z  ^ 2022-11-23T00:54:36.1424312Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:36.1424901Z template friend class std::hash; 2022-11-23T00:54:36.1425354Z  ^~~~~ 2022-11-23T00:54:36.1425789Z  struct 2022-11-23T00:54:36.1426196Z 1 warning generated. 2022-11-23T00:54:36.1458936Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T00:54:36.1486073Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:54:36.2168359Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T00:54:36.2376549Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T00:54:36.2534189Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:54:36.3330366Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.cpp:2: 2022-11-23T00:54:36.3331024Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:36.3331639Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:36.3332244Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:36.3333436Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:36.3334197Z template friend class std::hash; 2022-11-23T00:54:36.3334650Z  ^ 2022-11-23T00:54:36.3335378Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:36.3335905Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:36.3336299Z  ^ 2022-11-23T00:54:36.3336969Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:36.3337562Z template friend class std::hash; 2022-11-23T00:54:36.3338055Z  ^~~~~ 2022-11-23T00:54:36.3338471Z  struct 2022-11-23T00:54:36.3338878Z 1 warning generated. 2022-11-23T00:54:36.3397067Z [ 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:36.3426916Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T00:54:36.3626660Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T00:54:36.3835067Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.cpp:2: 2022-11-23T00:54:36.3835750Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.h:4: 2022-11-23T00:54:36.3836594Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h:4: 2022-11-23T00:54:36.3837266Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h:3: 2022-11-23T00:54:36.3837873Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:36.3838445Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:36.3839000Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:36.3839598Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:36.3840154Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:36.3840702Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:36.3841949Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:36.3842816Z template friend class std::hash; 2022-11-23T00:54:36.3843286Z  ^ 2022-11-23T00:54:36.3844230Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:36.3844770Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:36.3845157Z  ^ 2022-11-23T00:54:36.3845870Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:36.3846440Z template friend class std::hash; 2022-11-23T00:54:36.3846919Z  ^~~~~ 2022-11-23T00:54:36.3847345Z  struct 2022-11-23T00:54:36.3847734Z 1 warning generated. 2022-11-23T00:54:36.3921621Z [ 57%] 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:36.4475633Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T00:54:36.4890330Z [ 57%] 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:36.5311480Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.cpp:1: 2022-11-23T00:54:36.5312170Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h:3: 2022-11-23T00:54:36.5312799Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:36.5313338Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:36.5313917Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:36.5314508Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:36.5315106Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:36.5315667Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:36.5316880Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:36.5317580Z template friend class std::hash; 2022-11-23T00:54:36.5318038Z  ^ 2022-11-23T00:54:36.5318736Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:36.5319168Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:36.5319707Z  ^ 2022-11-23T00:54:36.5320333Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:36.5320660Z template friend class std::hash; 2022-11-23T00:54:36.5320922Z  ^~~~~ 2022-11-23T00:54:36.5321263Z  struct 2022-11-23T00:54:36.5321582Z 1 warning generated. 2022-11-23T00:54:36.5421148Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T00:54:36.5828000Z [ 57%] 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:36.5829595Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T00:54:36.6676231Z [ 57%] 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:36.7489791Z [ 57%] 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:36.7714535Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.cpp:1: 2022-11-23T00:54:36.7715245Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.h:3: 2022-11-23T00:54:36.7716614Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h:5: 2022-11-23T00:54:36.7717247Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:54:36.7717868Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:36.7718410Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:36.7718981Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:36.7719553Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:36.7720074Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:36.7720643Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:36.7721354Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:36.7721767Z template friend class std::hash; 2022-11-23T00:54:36.7722013Z  ^ 2022-11-23T00:54:36.7722427Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:36.7722718Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:36.7723420Z  ^ 2022-11-23T00:54:36.7725333Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:36.7725935Z template friend class std::hash; 2022-11-23T00:54:36.7726425Z  ^~~~~ 2022-11-23T00:54:36.7726853Z  struct 2022-11-23T00:54:36.7727253Z 1 warning generated. 2022-11-23T00:54:36.7822755Z [ 57%] 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:36.8603719Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T00:54:36.9179886Z [ 57%] 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:36.9472101Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.cpp:1: 2022-11-23T00:54:36.9473091Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h:7: 2022-11-23T00:54:36.9473766Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h:6: 2022-11-23T00:54:36.9474821Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:36.9475463Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:36.9476686Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:36.9477439Z template friend class std::hash; 2022-11-23T00:54:36.9477893Z  ^ 2022-11-23T00:54:36.9478660Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:36.9479375Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:36.9479754Z  ^ 2022-11-23T00:54:36.9480485Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:36.9481069Z template friend class std::hash; 2022-11-23T00:54:36.9481551Z  ^~~~~ 2022-11-23T00:54:36.9481965Z  struct 2022-11-23T00:54:36.9482359Z 1 warning generated. 2022-11-23T00:54:36.9647753Z [ 57%] 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:37.0048307Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T00:54:37.0167449Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.cpp:1: 2022-11-23T00:54:37.0171012Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.h:7: 2022-11-23T00:54:37.0171588Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.0172123Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.0173202Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.0173923Z template friend class std::hash; 2022-11-23T00:54:37.0174357Z  ^ 2022-11-23T00:54:37.0175202Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.0175602Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.0175966Z  ^ 2022-11-23T00:54:37.0176651Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.0177218Z template friend class std::hash; 2022-11-23T00:54:37.0177667Z  ^~~~~ 2022-11-23T00:54:37.0178078Z  struct 2022-11-23T00:54:37.0178483Z 1 warning generated. 2022-11-23T00:54:37.0246777Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T00:54:37.0925491Z [ 57%] 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:37.1912614Z [ 57%] 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:37.2608503Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.cpp:1: 2022-11-23T00:54:37.2610398Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.h:6: 2022-11-23T00:54:37.2612086Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h:9: 2022-11-23T00:54:37.2613760Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h:6: 2022-11-23T00:54:37.2615343Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.2616915Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.2619179Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.2620922Z template friend class std::hash; 2022-11-23T00:54:37.2622409Z  ^ 2022-11-23T00:54:37.2624126Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.2625872Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.2627269Z  ^ 2022-11-23T00:54:37.2629663Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.2630286Z template friend class std::hash; 2022-11-23T00:54:37.2630764Z  ^~~~~ 2022-11-23T00:54:37.2631194Z  struct 2022-11-23T00:54:37.2631590Z 1 warning generated. 2022-11-23T00:54:37.2696708Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T00:54:37.2993687Z [ 57%] 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:37.3098953Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.cpp:5: 2022-11-23T00:54:37.3099700Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h:5: 2022-11-23T00:54:37.3100344Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h:9: 2022-11-23T00:54:37.3100999Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h:6: 2022-11-23T00:54:37.3101590Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.3102150Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.3103381Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.3104155Z template friend class std::hash; 2022-11-23T00:54:37.3104620Z  ^ 2022-11-23T00:54:37.3105379Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.3105918Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.3106317Z  ^ 2022-11-23T00:54:37.3107021Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.3107709Z template friend class std::hash; 2022-11-23T00:54:37.3108206Z  ^~~~~ 2022-11-23T00:54:37.3108622Z  struct 2022-11-23T00:54:37.3109028Z 1 warning generated. 2022-11-23T00:54:37.3169238Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T00:54:37.4024274Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.cpp:1: 2022-11-23T00:54:37.4024993Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.h:4: 2022-11-23T00:54:37.4025583Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:37.4026159Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:37.4026716Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:37.4027298Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:37.4027902Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.4028386Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.4029164Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.4029764Z template friend class std::hash; 2022-11-23T00:54:37.4030081Z  ^ 2022-11-23T00:54:37.4030742Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.4031207Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.4031543Z  ^ 2022-11-23T00:54:37.4032143Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.4032600Z template friend class std::hash; 2022-11-23T00:54:37.4032872Z  ^~~~~ 2022-11-23T00:54:37.4033123Z  struct 2022-11-23T00:54:37.4033437Z 1 warning generated. 2022-11-23T00:54:37.4080794Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T00:54:37.4133593Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.cpp:1: 2022-11-23T00:54:37.4134253Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h:6: 2022-11-23T00:54:37.4134863Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.4135466Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.4139124Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.4142429Z template friend class std::hash; 2022-11-23T00:54:37.4142934Z  ^ 2022-11-23T00:54:37.4143708Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.4144253Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.4144642Z  ^ 2022-11-23T00:54:37.4145360Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.4145950Z template friend class std::hash; 2022-11-23T00:54:37.4146437Z  ^~~~~ 2022-11-23T00:54:37.4146862Z  struct 2022-11-23T00:54:37.4147251Z 1 warning generated. 2022-11-23T00:54:37.4192950Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T00:54:37.4426965Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T00:54:37.4943400Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T00:54:37.4949852Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T00:54:37.5608103Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp:7: 2022-11-23T00:54:37.5608788Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.5609403Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.5610553Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.5611256Z template friend class std::hash; 2022-11-23T00:54:37.5611729Z  ^ 2022-11-23T00:54:37.5612481Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.5613214Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.5613610Z  ^ 2022-11-23T00:54:37.5614339Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.5614928Z template friend class std::hash; 2022-11-23T00:54:37.5615409Z  ^~~~~ 2022-11-23T00:54:37.5615845Z  struct 2022-11-23T00:54:37.5616249Z 1 warning generated. 2022-11-23T00:54:37.5675372Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T00:54:37.5836290Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T00:54:37.6328939Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T00:54:37.6459243Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.cpp:1: 2022-11-23T00:54:37.6459932Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.h:7: 2022-11-23T00:54:37.6460430Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.6460945Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.6461981Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.6462590Z template friend class std::hash; 2022-11-23T00:54:37.6462866Z  ^ 2022-11-23T00:54:37.6463291Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.6463579Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.6463799Z  ^ 2022-11-23T00:54:37.6464186Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.6464503Z template friend class std::hash; 2022-11-23T00:54:37.6464787Z  ^~~~~ 2022-11-23T00:54:37.6465160Z  struct 2022-11-23T00:54:37.6465512Z 1 warning generated. 2022-11-23T00:54:37.6528636Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T00:54:37.6529594Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T00:54:37.6542605Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.cpp:1: 2022-11-23T00:54:37.6543561Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h:5: 2022-11-23T00:54:37.6544512Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h:9: 2022-11-23T00:54:37.6545524Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h:6: 2022-11-23T00:54:37.6546142Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.6546722Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.6549472Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.6550413Z template friend class std::hash; 2022-11-23T00:54:37.6551117Z  ^ 2022-11-23T00:54:37.6551852Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.6552634Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.6552999Z  ^ 2022-11-23T00:54:37.6553636Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.6554174Z template friend class std::hash; 2022-11-23T00:54:37.6554606Z  ^~~~~ 2022-11-23T00:54:37.6554983Z  struct 2022-11-23T00:54:37.6555339Z 1 warning generated. 2022-11-23T00:54:37.6626833Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T00:54:37.7278043Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T00:54:37.7281042Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T00:54:37.8152609Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.cpp:1: 2022-11-23T00:54:37.8153303Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.h:4: 2022-11-23T00:54:37.8153905Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.8154508Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.8155689Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.8156374Z template friend class std::hash; 2022-11-23T00:54:37.8156819Z  ^ 2022-11-23T00:54:37.8157514Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.8158023Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.8158385Z  ^ 2022-11-23T00:54:37.8159067Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.8159669Z template friend class std::hash; 2022-11-23T00:54:37.8160133Z  ^~~~~ 2022-11-23T00:54:37.8160568Z  struct 2022-11-23T00:54:37.8160946Z 1 warning generated. 2022-11-23T00:54:37.8219057Z [ 57%] 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:37.8652300Z [ 58%] 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:37.8653343Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T00:54:37.8778083Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.cpp:6: 2022-11-23T00:54:37.8778792Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.h:7: 2022-11-23T00:54:37.8779467Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:37.8780050Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:37.8781223Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:37.8781950Z template friend class std::hash; 2022-11-23T00:54:37.8782425Z  ^ 2022-11-23T00:54:37.8783153Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:37.8783874Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:37.8784258Z  ^ 2022-11-23T00:54:37.8784970Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:37.8785531Z template friend class std::hash; 2022-11-23T00:54:37.8785999Z  ^~~~~ 2022-11-23T00:54:37.8786416Z  struct 2022-11-23T00:54:37.8786792Z 1 warning generated. 2022-11-23T00:54:37.8837916Z [ 58%] 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:37.9343667Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T00:54:37.9699699Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T00:54:37.9739399Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T00:54:38.0209015Z [ 58%] 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:38.0248778Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.cpp:1: 2022-11-23T00:54:38.0249452Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h:6: 2022-11-23T00:54:38.0250062Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:38.0250635Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:38.0251233Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:38.0251842Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:38.0252410Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.0252997Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.0254176Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.0254926Z template friend class std::hash; 2022-11-23T00:54:38.0255392Z  ^ 2022-11-23T00:54:38.0256100Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.0256631Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.0257234Z  ^ 2022-11-23T00:54:38.0257947Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.0258547Z template friend class std::hash; 2022-11-23T00:54:38.0259024Z  ^~~~~ 2022-11-23T00:54:38.0259436Z  struct 2022-11-23T00:54:38.0259841Z 1 warning generated. 2022-11-23T00:54:38.0380147Z [ 58%] 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:38.1301528Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T00:54:38.1606591Z [ 58%] 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:38.1993307Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.cpp:1: 2022-11-23T00:54:38.1994508Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.h:3: 2022-11-23T00:54:38.1995522Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.1996068Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.1997175Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.1997934Z template friend class std::hash; 2022-11-23T00:54:38.1999523Z  ^ 2022-11-23T00:54:38.2002678Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.2003232Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.2003638Z  ^ 2022-11-23T00:54:38.2004574Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.2005183Z template friend class std::hash; 2022-11-23T00:54:38.2005670Z  ^~~~~ 2022-11-23T00:54:38.2006087Z  struct 2022-11-23T00:54:38.2006490Z 1 warning generated. 2022-11-23T00:54:38.2063216Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T00:54:38.2897795Z [ 58%] 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:38.3299437Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.cpp:1: 2022-11-23T00:54:38.3300209Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h:4: 2022-11-23T00:54:38.3300855Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h:5: 2022-11-23T00:54:38.3301511Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:54:38.3302103Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:38.3302681Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:38.3303253Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:38.3303843Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:38.3304407Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.3304983Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.3306314Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.3307071Z template friend class std::hash; 2022-11-23T00:54:38.3307606Z  ^ 2022-11-23T00:54:38.3308345Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.3308877Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.3309254Z  ^ 2022-11-23T00:54:38.3309965Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.3310563Z template friend class std::hash; 2022-11-23T00:54:38.3311038Z  ^~~~~ 2022-11-23T00:54:38.3311435Z  struct 2022-11-23T00:54:38.3311839Z 1 warning generated. 2022-11-23T00:54:38.3352679Z [ 58%] 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:38.3725824Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.cpp:13: 2022-11-23T00:54:38.3726468Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:38.3727060Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:38.3727645Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:38.3728241Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:38.3728821Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.3729409Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.3730610Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.3731359Z template friend class std::hash; 2022-11-23T00:54:38.3731828Z  ^ 2022-11-23T00:54:38.3732591Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.3733105Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.3733493Z  ^ 2022-11-23T00:54:38.3734213Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.3734778Z template friend class std::hash; 2022-11-23T00:54:38.3735249Z  ^~~~~ 2022-11-23T00:54:38.3735633Z  struct 2022-11-23T00:54:38.3735988Z 1 warning generated. 2022-11-23T00:54:38.3781497Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T00:54:38.3797174Z [ 58%] 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:38.4012181Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.cpp:1: 2022-11-23T00:54:38.4012857Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:54:38.4013435Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:38.4014026Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:38.4014606Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:38.4015405Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:38.4016014Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.4016623Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.4017826Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.4018543Z template friend class std::hash; 2022-11-23T00:54:38.4019021Z  ^ 2022-11-23T00:54:38.4019769Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.4020301Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.4020677Z  ^ 2022-11-23T00:54:38.4021392Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.4022141Z template friend class std::hash; 2022-11-23T00:54:38.4022604Z  ^~~~~ 2022-11-23T00:54:38.4023045Z  struct 2022-11-23T00:54:38.4023443Z 1 warning generated. 2022-11-23T00:54:38.4092607Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T00:54:38.4251735Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T00:54:38.4749057Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.cpp:1: 2022-11-23T00:54:38.4749600Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.h:5: 2022-11-23T00:54:38.4755834Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:38.4756239Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:38.4756655Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:38.4756990Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:38.4757340Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.4757661Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.4758409Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.4758851Z template friend class std::hash; 2022-11-23T00:54:38.4759120Z  ^ 2022-11-23T00:54:38.4759544Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.4759882Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.4760107Z  ^ 2022-11-23T00:54:38.4760530Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.4760850Z template friend class std::hash; 2022-11-23T00:54:38.4761141Z  ^~~~~ 2022-11-23T00:54:38.4761387Z  struct 2022-11-23T00:54:38.4761608Z 1 warning generated. 2022-11-23T00:54:38.4812821Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T00:54:38.4967048Z [ 58%] 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:38.5988917Z [ 58%] 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:38.6171758Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.cpp:1: 2022-11-23T00:54:38.6172464Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:38.6173047Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.6175058Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.6176531Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.6177468Z template friend class std::hash; 2022-11-23T00:54:38.6178223Z  ^ 2022-11-23T00:54:38.6179104Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.6179613Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.6180638Z  ^ 2022-11-23T00:54:38.6181351Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.6183180Z template friend class std::hash; 2022-11-23T00:54:38.6183789Z  ^~~~~ 2022-11-23T00:54:38.6184217Z  struct 2022-11-23T00:54:38.6184660Z 1 warning generated. 2022-11-23T00:54:38.6238175Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T00:54:38.7266924Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.cpp:3: 2022-11-23T00:54:38.7267927Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.7268714Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.7270114Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.7270739Z template friend class std::hash; 2022-11-23T00:54:38.7271143Z  ^ 2022-11-23T00:54:38.7271748Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.7272181Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.7272513Z  ^ 2022-11-23T00:54:38.7273122Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.7273630Z template friend class std::hash; 2022-11-23T00:54:38.7274068Z  ^~~~~ 2022-11-23T00:54:38.7274465Z  struct 2022-11-23T00:54:38.7274835Z 1 warning generated. 2022-11-23T00:54:38.7324024Z [ 58%] 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:38.7326980Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T00:54:38.7442958Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.cpp:5: 2022-11-23T00:54:38.7443511Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.7444801Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.7445700Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.7446282Z template friend class std::hash; 2022-11-23T00:54:38.7446560Z  ^ 2022-11-23T00:54:38.7446964Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.7447260Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.7447480Z  ^ 2022-11-23T00:54:38.7447868Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.7448178Z template friend class std::hash; 2022-11-23T00:54:38.7448440Z  ^~~~~ 2022-11-23T00:54:38.7448681Z  struct 2022-11-23T00:54:38.7448890Z 1 warning generated. 2022-11-23T00:54:38.7532257Z [ 58%] 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:38.8035438Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.cpp:1: 2022-11-23T00:54:38.8037566Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.8038547Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.8039788Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.8040528Z template friend class std::hash; 2022-11-23T00:54:38.8041011Z  ^ 2022-11-23T00:54:38.8041713Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.8041997Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.8042217Z  ^ 2022-11-23T00:54:38.8042618Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.8042931Z template friend class std::hash; 2022-11-23T00:54:38.8043382Z  ^~~~~ 2022-11-23T00:54:38.8043984Z  struct 2022-11-23T00:54:38.8044276Z 1 warning generated. 2022-11-23T00:54:38.8099480Z [ 58%] 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:38.8529869Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T00:54:38.8648027Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.cpp:7: 2022-11-23T00:54:38.8648674Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.8649268Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.8650443Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.8651073Z template friend class std::hash; 2022-11-23T00:54:38.8651495Z  ^ 2022-11-23T00:54:38.8652211Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.8652716Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.8653109Z  ^ 2022-11-23T00:54:38.8653832Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.8654393Z template friend class std::hash; 2022-11-23T00:54:38.8655097Z  ^~~~~ 2022-11-23T00:54:38.8655531Z  struct 2022-11-23T00:54:38.8655952Z 1 warning generated. 2022-11-23T00:54:38.8750219Z [ 58%] 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:38.8783166Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T00:54:38.9529518Z [ 58%] 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:38.9706534Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T00:54:38.9912365Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.cpp:1: 2022-11-23T00:54:38.9913276Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:38.9913877Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:38.9915195Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:38.9915912Z template friend class std::hash; 2022-11-23T00:54:38.9916380Z  ^ 2022-11-23T00:54:38.9917141Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:38.9917678Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:38.9918063Z  ^ 2022-11-23T00:54:38.9918780Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:38.9919378Z template friend class std::hash; 2022-11-23T00:54:38.9919836Z  ^~~~~ 2022-11-23T00:54:38.9920266Z  struct 2022-11-23T00:54:38.9920675Z 1 warning generated. 2022-11-23T00:54:38.9976517Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T00:54:39.0733848Z [ 58%] 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:39.0985553Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T00:54:39.1862913Z [ 58%] 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:39.2307059Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.cpp:1: 2022-11-23T00:54:39.2307791Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h:4: 2022-11-23T00:54:39.2308363Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:39.2308956Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:39.2310167Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:39.2310895Z template friend class std::hash; 2022-11-23T00:54:39.2311375Z  ^ 2022-11-23T00:54:39.2312114Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:39.2312625Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:39.2313008Z  ^ 2022-11-23T00:54:39.2313931Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:39.2314519Z template friend class std::hash; 2022-11-23T00:54:39.2314994Z  ^~~~~ 2022-11-23T00:54:39.2315421Z  struct 2022-11-23T00:54:39.2315826Z 1 warning generated. 2022-11-23T00:54:39.2380655Z [ 58%] 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:39.2829561Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T00:54:39.3142764Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.cpp:11: 2022-11-23T00:54:39.3143356Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:39.3143832Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:39.3144322Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:39.3145561Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:39.3146191Z template friend class std::hash; 2022-11-23T00:54:39.3146447Z  ^ 2022-11-23T00:54:39.3146942Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:39.3147239Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:39.3147532Z  ^ 2022-11-23T00:54:39.3147962Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:39.3148283Z template friend class std::hash; 2022-11-23T00:54:39.3148607Z  ^~~~~ 2022-11-23T00:54:39.3148847Z  struct 2022-11-23T00:54:39.3149068Z 1 warning generated. 2022-11-23T00:54:39.3149385Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.cpp:2: 2022-11-23T00:54:39.3149721Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.h:3: 2022-11-23T00:54:39.3150078Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:39.3150420Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:39.3151099Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:39.3151482Z template friend class std::hash; 2022-11-23T00:54:39.3151724Z  ^ 2022-11-23T00:54:39.3152131Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:39.3152423Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:39.3152623Z  ^ 2022-11-23T00:54:39.3153006Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:39.3153319Z template friend class std::hash; 2022-11-23T00:54:39.3153578Z  ^~~~~ 2022-11-23T00:54:39.3153804Z  struct 2022-11-23T00:54:39.3154026Z 1 warning generated. 2022-11-23T00:54:39.3201472Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T00:54:39.3228228Z [ 58%] 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:39.3407081Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.cpp:11: 2022-11-23T00:54:39.3407762Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:39.3408339Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:39.3408897Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:39.3410038Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:39.3410761Z template friend class std::hash; 2022-11-23T00:54:39.3411258Z  ^ 2022-11-23T00:54:39.3411976Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:39.3412466Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:39.3412978Z  ^ 2022-11-23T00:54:39.3413608Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:39.3414169Z template friend class std::hash; 2022-11-23T00:54:39.3414615Z  ^~~~~ 2022-11-23T00:54:39.3415013Z  struct 2022-11-23T00:54:39.3415363Z 1 warning generated. 2022-11-23T00:54:39.3476371Z [ 58%] 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:39.3775036Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T00:54:39.4170835Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T00:54:39.4219411Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp:1: 2022-11-23T00:54:39.4220508Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:39.4221185Z template friend class std::hash; 2022-11-23T00:54:39.4221608Z  ^ 2022-11-23T00:54:39.4222252Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:39.4222597Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:39.4222824Z  ^ 2022-11-23T00:54:39.4223280Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:39.4223619Z template friend class std::hash; 2022-11-23T00:54:39.4223899Z  ^~~~~ 2022-11-23T00:54:39.4224250Z  struct 2022-11-23T00:54:39.4224552Z 1 warning generated. 2022-11-23T00:54:39.4274084Z [ 58%] 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:39.4742129Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T00:54:39.5322121Z [ 58%] 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:39.6216675Z [ 58%] 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:39.6698277Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T00:54:39.7080504Z [ 58%] 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:39.7459793Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T00:54:39.7744669Z [ 58%] 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:39.7930745Z [ 58%] 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:39.8703548Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T00:54:39.8925309Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T00:54:39.9236511Z [ 58%] 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:40.0353782Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.cpp:1: 2022-11-23T00:54:40.0354449Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.h:4: 2022-11-23T00:54:40.0355077Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:40.0355673Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:40.0356897Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:40.0357637Z template friend class std::hash; 2022-11-23T00:54:40.0358092Z  ^ 2022-11-23T00:54:40.0358864Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:40.0359396Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:40.0359763Z  ^ 2022-11-23T00:54:40.0360472Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:40.0361064Z template friend class std::hash; 2022-11-23T00:54:40.0361531Z  ^~~~~ 2022-11-23T00:54:40.0361965Z  struct 2022-11-23T00:54:40.0362367Z 1 warning generated. 2022-11-23T00:54:40.0412166Z [ 58%] 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:40.0449485Z [ 58%] 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:40.0687386Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T00:54:40.1677029Z [ 58%] 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:40.1842579Z [ 58%] 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:40.2100579Z [ 58%] 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:40.2294140Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.cpp:1: 2022-11-23T00:54:40.2294863Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.h:3: 2022-11-23T00:54:40.2295477Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:40.2296304Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:40.2297007Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:40.2297424Z template friend class std::hash; 2022-11-23T00:54:40.2297710Z  ^ 2022-11-23T00:54:40.2298667Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:40.2299300Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:40.2299925Z  ^ 2022-11-23T00:54:40.2301211Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:40.2301788Z template friend class std::hash; 2022-11-23T00:54:40.2302247Z  ^~~~~ 2022-11-23T00:54:40.2302652Z  struct 2022-11-23T00:54:40.2303204Z 1 warning generated. 2022-11-23T00:54:40.2353331Z [ 58%] 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:40.2404305Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T00:54:40.2611006Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T00:54:40.3143518Z [ 58%] 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:40.3828906Z [ 58%] 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:40.3829927Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T00:54:40.4116883Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp:1: 2022-11-23T00:54:40.4117625Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.h:3: 2022-11-23T00:54:40.4118204Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:40.4118755Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:40.4119923Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:40.4120610Z template friend class std::hash; 2022-11-23T00:54:40.4121061Z  ^ 2022-11-23T00:54:40.4121736Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:40.4122202Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:40.4122571Z  ^ 2022-11-23T00:54:40.4123235Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:40.4123964Z template friend class std::hash; 2022-11-23T00:54:40.4124425Z  ^~~~~ 2022-11-23T00:54:40.4124813Z  struct 2022-11-23T00:54:40.4125177Z 1 warning generated. 2022-11-23T00:54:40.4204968Z [ 58%] 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:40.4348545Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T00:54:40.4461918Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T00:54:40.4495459Z [ 58%] 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:40.4813453Z [ 58%] 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:40.5487065Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T00:54:40.5659271Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T00:54:40.5702272Z [ 58%] 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:40.7246717Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.cpp:1: 2022-11-23T00:54:40.7247372Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.h:3: 2022-11-23T00:54:40.7248211Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:40.7248829Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:40.7250016Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:40.7250442Z template friend class std::hash; 2022-11-23T00:54:40.7250717Z  ^ 2022-11-23T00:54:40.7251129Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:40.7251406Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:40.7251622Z  ^ 2022-11-23T00:54:40.7252011Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:40.7252330Z template friend class std::hash; 2022-11-23T00:54:40.7252575Z  ^~~~~ 2022-11-23T00:54:40.7252812Z  struct 2022-11-23T00:54:40.7253032Z 1 warning generated. 2022-11-23T00:54:40.7279573Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.cpp:1: 2022-11-23T00:54:40.7280249Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.h:3: 2022-11-23T00:54:40.7280852Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:40.7281469Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:40.7282645Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:40.7283365Z template friend class std::hash; 2022-11-23T00:54:40.7283980Z  ^ 2022-11-23T00:54:40.7284731Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:40.7285270Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:40.7285663Z  ^ 2022-11-23T00:54:40.7286387Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:40.7286967Z template friend class std::hash; 2022-11-23T00:54:40.7287446Z  ^~~~~ 2022-11-23T00:54:40.7287879Z  struct 2022-11-23T00:54:40.7288269Z 1 warning generated. 2022-11-23T00:54:40.7319996Z [ 58%] 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:40.7338153Z [ 58%] 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:40.8170616Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T00:54:40.8620073Z [ 58%] 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:40.8713152Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T00:54:40.9033991Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.cpp:1: 2022-11-23T00:54:40.9034660Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.h:3: 2022-11-23T00:54:40.9038213Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:40.9039848Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:40.9041563Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:40.9042508Z template friend class std::hash; 2022-11-23T00:54:40.9043229Z  ^ 2022-11-23T00:54:40.9044194Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:40.9044700Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:40.9045078Z  ^ 2022-11-23T00:54:40.9045766Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:40.9046362Z template friend class std::hash; 2022-11-23T00:54:40.9046822Z  ^~~~~ 2022-11-23T00:54:40.9047240Z  struct 2022-11-23T00:54:40.9047615Z 1 warning generated. 2022-11-23T00:54:40.9110070Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T00:54:40.9487133Z [ 59%] 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:41.0829395Z [ 59%] 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:41.0867710Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.cpp:1: 2022-11-23T00:54:41.0868475Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.h:3: 2022-11-23T00:54:41.0869098Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.0870040Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.0871275Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.0872021Z template friend class std::hash; 2022-11-23T00:54:41.0872505Z  ^ 2022-11-23T00:54:41.0873263Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.0873779Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.0874173Z  ^ 2022-11-23T00:54:41.0874893Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.0875689Z template friend class std::hash; 2022-11-23T00:54:41.0876175Z  ^~~~~ 2022-11-23T00:54:41.0876617Z  struct 2022-11-23T00:54:41.0877011Z 1 warning generated. 2022-11-23T00:54:41.0926826Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T00:54:41.1066523Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.cpp:1: 2022-11-23T00:54:41.1067199Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.h:8: 2022-11-23T00:54:41.1067852Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.1069313Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.1070530Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.1071457Z template friend class std::hash; 2022-11-23T00:54:41.1071925Z  ^ 2022-11-23T00:54:41.1072675Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.1073201Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.1073730Z  ^ 2022-11-23T00:54:41.1074428Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.1075016Z template friend class std::hash; 2022-11-23T00:54:41.1075488Z  ^~~~~ 2022-11-23T00:54:41.1075901Z  struct 2022-11-23T00:54:41.1076303Z 1 warning generated. 2022-11-23T00:54:41.1187907Z [ 59%] 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:41.1933887Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.cpp:2: 2022-11-23T00:54:41.1934518Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.h:4: 2022-11-23T00:54:41.1935071Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.1935662Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.1936804Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.1937443Z template friend class std::hash; 2022-11-23T00:54:41.1937883Z  ^ 2022-11-23T00:54:41.1938597Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.1939092Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.1939447Z  ^ 2022-11-23T00:54:41.1940123Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.1940699Z template friend class std::hash; 2022-11-23T00:54:41.1941156Z  ^~~~~ 2022-11-23T00:54:41.1941566Z  struct 2022-11-23T00:54:41.1941942Z 1 warning generated. 2022-11-23T00:54:41.1945916Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T00:54:41.1988098Z [ 59%] 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:41.2319250Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T00:54:41.2347288Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp:3: 2022-11-23T00:54:41.2348410Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h:3: 2022-11-23T00:54:41.2352548Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.2353181Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.2354403Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.2355159Z template friend class std::hash; 2022-11-23T00:54:41.2355640Z  ^ 2022-11-23T00:54:41.2356376Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.2357109Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.2357520Z  ^ 2022-11-23T00:54:41.2358238Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.2358839Z template friend class std::hash; 2022-11-23T00:54:41.2359322Z  ^~~~~ 2022-11-23T00:54:41.2359747Z  struct 2022-11-23T00:54:41.2360131Z 1 warning generated. 2022-11-23T00:54:41.2416214Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T00:54:41.3880757Z [ 59%] 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:41.5046178Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.cpp:1: 2022-11-23T00:54:41.5046898Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.h:7: 2022-11-23T00:54:41.5047488Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.5048075Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.5049274Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.5050018Z template friend class std::hash; 2022-11-23T00:54:41.5050487Z  ^ 2022-11-23T00:54:41.5051220Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.5051757Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.5052156Z  ^ 2022-11-23T00:54:41.5052864Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.5053442Z template friend class std::hash; 2022-11-23T00:54:41.5053922Z  ^~~~~ 2022-11-23T00:54:41.5054338Z  struct 2022-11-23T00:54:41.5054725Z 1 warning generated. 2022-11-23T00:54:41.5098973Z [ 59%] 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:41.5127220Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.cpp:1: 2022-11-23T00:54:41.5127876Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h:3: 2022-11-23T00:54:41.5128705Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.5129210Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.5129885Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.5130342Z template friend class std::hash; 2022-11-23T00:54:41.5130765Z  ^ 2022-11-23T00:54:41.5131369Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.5131773Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.5132104Z  ^ 2022-11-23T00:54:41.5132715Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.5133250Z template friend class std::hash; 2022-11-23T00:54:41.5133747Z  ^~~~~ 2022-11-23T00:54:41.5133989Z  struct 2022-11-23T00:54:41.5134302Z 1 warning generated. 2022-11-23T00:54:41.5178461Z [ 59%] 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:41.5488794Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T00:54:41.5844507Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.cpp:1: 2022-11-23T00:54:41.5845077Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.h:3: 2022-11-23T00:54:41.5845443Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.5845959Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.5846729Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.5847141Z template friend class std::hash; 2022-11-23T00:54:41.5847455Z  ^ 2022-11-23T00:54:41.5847857Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.5848198Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.5848415Z  ^ 2022-11-23T00:54:41.5848787Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.5849147Z template friend class std::hash; 2022-11-23T00:54:41.5849412Z  ^~~~~ 2022-11-23T00:54:41.5849688Z  struct 2022-11-23T00:54:41.5849915Z 1 warning generated. 2022-11-23T00:54:41.5864100Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.cpp:1: 2022-11-23T00:54:41.5864824Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.h:7: 2022-11-23T00:54:41.5865415Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.5866003Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.5867131Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.5867873Z template friend class std::hash; 2022-11-23T00:54:41.5868301Z  ^ 2022-11-23T00:54:41.5869259Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.5869807Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.5870149Z  ^ 2022-11-23T00:54:41.5870790Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.5871333Z template friend class std::hash; 2022-11-23T00:54:41.5871767Z  ^~~~~ 2022-11-23T00:54:41.5872140Z  struct 2022-11-23T00:54:41.5872551Z 1 warning generated. 2022-11-23T00:54:41.5900696Z [ 59%] 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:41.5923026Z [ 59%] 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:41.6044067Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.cpp:1: 2022-11-23T00:54:41.6044967Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.h:3: 2022-11-23T00:54:41.6045517Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.6046068Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.6047201Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.6047886Z template friend class std::hash; 2022-11-23T00:54:41.6048352Z  ^ 2022-11-23T00:54:41.6049090Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.6049604Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.6050000Z  ^ 2022-11-23T00:54:41.6050694Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.6051273Z template friend class std::hash; 2022-11-23T00:54:41.6051736Z  ^~~~~ 2022-11-23T00:54:41.6052150Z  struct 2022-11-23T00:54:41.6052526Z 1 warning generated. 2022-11-23T00:54:41.6131796Z [ 59%] 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:41.6139410Z [ 59%] 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:41.6982514Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T00:54:41.7095077Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T00:54:41.7134757Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T00:54:41.7201048Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T00:54:41.7512122Z [ 59%] 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:41.8949611Z [ 59%] 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:41.9480959Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.cpp:1: 2022-11-23T00:54:41.9482200Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.h:3: 2022-11-23T00:54:41.9483022Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:41.9484217Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:41.9485499Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:41.9486257Z template friend class std::hash; 2022-11-23T00:54:41.9486747Z  ^ 2022-11-23T00:54:41.9487484Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:41.9488021Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:41.9488418Z  ^ 2022-11-23T00:54:41.9489131Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:41.9489934Z template friend class std::hash; 2022-11-23T00:54:41.9490423Z  ^~~~~ 2022-11-23T00:54:41.9490859Z  struct 2022-11-23T00:54:41.9491239Z 1 warning generated. 2022-11-23T00:54:41.9584840Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T00:54:42.0269890Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp:1: 2022-11-23T00:54:42.0270952Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h:3: 2022-11-23T00:54:42.0271996Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:42.0272893Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:42.0273461Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:42.0274085Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:42.0275399Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.0276097Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.0277438Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.0278176Z template friend class std::hash; 2022-11-23T00:54:42.0278645Z  ^ 2022-11-23T00:54:42.0279416Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.0279959Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.0280383Z  ^ 2022-11-23T00:54:42.0281079Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.0281663Z template friend class std::hash; 2022-11-23T00:54:42.0282155Z  ^~~~~ 2022-11-23T00:54:42.0282550Z  struct 2022-11-23T00:54:42.0282948Z 1 warning generated. 2022-11-23T00:54:42.0283487Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.cpp:1: 2022-11-23T00:54:42.0284399Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.h:4: 2022-11-23T00:54:42.0284979Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.0285775Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.0286909Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.0287625Z template friend class std::hash; 2022-11-23T00:54:42.0288088Z  ^ 2022-11-23T00:54:42.0288835Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.0289367Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.0289749Z  ^ 2022-11-23T00:54:42.0290464Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.0291079Z template friend class std::hash; 2022-11-23T00:54:42.0291565Z  ^~~~~ 2022-11-23T00:54:42.0291986Z  struct 2022-11-23T00:54:42.0292546Z 1 warning generated. 2022-11-23T00:54:42.0328443Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T00:54:42.0343595Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T00:54:42.0546906Z [ 59%] 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:42.1574770Z [ 59%] 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:42.2626983Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp:1: 2022-11-23T00:54:42.2627997Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.h:4: 2022-11-23T00:54:42.2628712Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.2629585Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.2630797Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.2631525Z template friend class std::hash; 2022-11-23T00:54:42.2631991Z  ^ 2022-11-23T00:54:42.2632633Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.2633100Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.2633442Z  ^ 2022-11-23T00:54:42.2634161Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.2634750Z template friend class std::hash; 2022-11-23T00:54:42.2635209Z  ^~~~~ 2022-11-23T00:54:42.2635579Z  struct 2022-11-23T00:54:42.2635899Z 1 warning generated. 2022-11-23T00:54:42.2663472Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.cpp:1: 2022-11-23T00:54:42.2664195Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:54:42.2665811Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.2666417Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.2667673Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.2668508Z template friend class std::hash; 2022-11-23T00:54:42.2669022Z  ^ 2022-11-23T00:54:42.2669781Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.2670302Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.2670690Z  ^ 2022-11-23T00:54:42.2671408Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.2671995Z template friend class std::hash; 2022-11-23T00:54:42.2672447Z  ^~~~~ 2022-11-23T00:54:42.2672858Z  struct 2022-11-23T00:54:42.2673250Z 1 warning generated. 2022-11-23T00:54:42.2705429Z [ 59%] 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:42.2707995Z [ 59%] 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:42.2726113Z [ 59%] 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:42.3201658Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.cpp:1: 2022-11-23T00:54:42.3202301Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.h:4: 2022-11-23T00:54:42.3202766Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h:4: 2022-11-23T00:54:42.3203173Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.h:5: 2022-11-23T00:54:42.3203518Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_all_nodes.h:3: 2022-11-23T00:54:42.3204055Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.h:9: 2022-11-23T00:54:42.3204387Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.h:6: 2022-11-23T00:54:42.3204750Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.3205090Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.3206142Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.3206814Z template friend class std::hash; 2022-11-23T00:54:42.3207163Z  ^ 2022-11-23T00:54:42.3207585Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.3207874Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.3208092Z  ^ 2022-11-23T00:54:42.3208485Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.3208809Z template friend class std::hash; 2022-11-23T00:54:42.3209071Z  ^~~~~ 2022-11-23T00:54:42.3209309Z  struct 2022-11-23T00:54:42.3209517Z 1 warning generated. 2022-11-23T00:54:42.3303510Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T00:54:42.3841455Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.cpp:1: 2022-11-23T00:54:42.3842142Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.h:3: 2022-11-23T00:54:42.3842576Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.3843046Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.3843886Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.3844517Z template friend class std::hash; 2022-11-23T00:54:42.3844938Z  ^ 2022-11-23T00:54:42.3845577Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.3845897Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.3846115Z  ^ 2022-11-23T00:54:42.3846501Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.3846850Z template friend class std::hash; 2022-11-23T00:54:42.3847238Z  ^~~~~ 2022-11-23T00:54:42.3847758Z  struct 2022-11-23T00:54:42.3848077Z 1 warning generated. 2022-11-23T00:54:42.3888811Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T00:54:42.3906876Z [ 59%] 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:42.3959703Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T00:54:42.4098392Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.cpp:6: 2022-11-23T00:54:42.4098975Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.4099518Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.4100605Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.4101085Z template friend class std::hash; 2022-11-23T00:54:42.4101348Z  ^ 2022-11-23T00:54:42.4101830Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.4102337Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.4102723Z  ^ 2022-11-23T00:54:42.4103171Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.4103494Z template friend class std::hash; 2022-11-23T00:54:42.4103739Z  ^~~~~ 2022-11-23T00:54:42.4103982Z  struct 2022-11-23T00:54:42.4104203Z 1 warning generated. 2022-11-23T00:54:42.4175726Z [ 59%] 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:42.4793416Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T00:54:42.4972501Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T00:54:42.6117704Z [ 59%] 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:42.6659984Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.cpp:7: 2022-11-23T00:54:42.6660585Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:42.6661421Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.6662047Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.6663294Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.6664022Z template friend class std::hash; 2022-11-23T00:54:42.6664486Z  ^ 2022-11-23T00:54:42.6665126Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.6665418Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.6665620Z  ^ 2022-11-23T00:54:42.6666004Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.6666322Z template friend class std::hash; 2022-11-23T00:54:42.6666649Z  ^~~~~ 2022-11-23T00:54:42.6666927Z  struct 2022-11-23T00:54:42.6667265Z 1 warning generated. 2022-11-23T00:54:42.6725539Z [ 59%] 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:42.7278376Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T00:54:42.7604822Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.cpp:1: 2022-11-23T00:54:42.7605775Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.h:3: 2022-11-23T00:54:42.7606424Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.7607326Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.7608457Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.7609122Z template friend class std::hash; 2022-11-23T00:54:42.7609526Z  ^ 2022-11-23T00:54:42.7610039Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.7610330Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.7610605Z  ^ 2022-11-23T00:54:42.7611281Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.7611766Z template friend class std::hash; 2022-11-23T00:54:42.7612028Z  ^~~~~ 2022-11-23T00:54:42.7612321Z  struct 2022-11-23T00:54:42.7612565Z 1 warning generated. 2022-11-23T00:54:42.7660144Z [ 59%] 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:42.7663582Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T00:54:42.7805123Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.cpp:1: 2022-11-23T00:54:42.7805738Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.h:3: 2022-11-23T00:54:42.7806349Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.7815278Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.7816288Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.7816714Z template friend class std::hash; 2022-11-23T00:54:42.7816977Z  ^ 2022-11-23T00:54:42.7817389Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.7817666Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.7817881Z  ^ 2022-11-23T00:54:42.7818264Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.7818568Z template friend class std::hash; 2022-11-23T00:54:42.7818826Z  ^~~~~ 2022-11-23T00:54:42.7819065Z  struct 2022-11-23T00:54:42.7819287Z 1 warning generated. 2022-11-23T00:54:42.7917000Z [ 59%] 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:42.8128906Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.cpp:1: 2022-11-23T00:54:42.8129572Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.h:3: 2022-11-23T00:54:42.8130154Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:42.8130773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:42.8131352Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:42.8131951Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:42.8132480Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.8133086Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.8134249Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.8134990Z template friend class std::hash; 2022-11-23T00:54:42.8135452Z  ^ 2022-11-23T00:54:42.8136144Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.8136674Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.8137061Z  ^ 2022-11-23T00:54:42.8137752Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.8138101Z template friend class std::hash; 2022-11-23T00:54:42.8138361Z  ^~~~~ 2022-11-23T00:54:42.8138592Z  struct 2022-11-23T00:54:42.8138821Z 1 warning generated. 2022-11-23T00:54:42.8221244Z [ 59%] 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:42.8612488Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp:1: 2022-11-23T00:54:42.8613231Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.h:3: 2022-11-23T00:54:42.8613867Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:42.8614435Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:42.8615006Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:42.8615592Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:42.8616312Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:42.8616914Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:42.8618111Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:42.8618863Z template friend class std::hash; 2022-11-23T00:54:42.8619312Z  ^ 2022-11-23T00:54:42.8620058Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:42.8620620Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:42.8621006Z  ^ 2022-11-23T00:54:42.8621708Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:42.8622264Z template friend class std::hash; 2022-11-23T00:54:42.8622860Z  ^~~~~ 2022-11-23T00:54:42.8623276Z  struct 2022-11-23T00:54:42.8623676Z 1 warning generated. 2022-11-23T00:54:42.8740875Z [ 59%] 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:42.8965900Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T00:54:42.9128418Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T00:54:42.9339950Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T00:54:43.0611280Z [ 59%] 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:43.0823087Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.cpp:2: 2022-11-23T00:54:43.0823773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:43.0824368Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.0824962Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.0826158Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.0826861Z template friend class std::hash; 2022-11-23T00:54:43.0827276Z  ^ 2022-11-23T00:54:43.0828129Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.0828655Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.0829007Z  ^ 2022-11-23T00:54:43.0829725Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.0830217Z template friend class std::hash; 2022-11-23T00:54:43.0830467Z  ^~~~~ 2022-11-23T00:54:43.0830705Z  struct 2022-11-23T00:54:43.0830924Z 1 warning generated. 2022-11-23T00:54:43.0931413Z [ 59%] 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:43.1499505Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T00:54:43.2117654Z [ 59%] 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:43.2224596Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.cpp:2: 2022-11-23T00:54:43.2225207Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:43.2225765Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.2226314Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.2227361Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.2228083Z template friend class std::hash; 2022-11-23T00:54:43.2228476Z  ^ 2022-11-23T00:54:43.2229093Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.2229548Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.2229759Z  ^ 2022-11-23T00:54:43.2230153Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.2230477Z template friend class std::hash; 2022-11-23T00:54:43.2230742Z  ^~~~~ 2022-11-23T00:54:43.2230966Z  struct 2022-11-23T00:54:43.2231185Z 1 warning generated. 2022-11-23T00:54:43.2300245Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T00:54:43.3368985Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp:4: 2022-11-23T00:54:43.3369592Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.3370117Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.3370969Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.3371387Z template friend class std::hash; 2022-11-23T00:54:43.3371646Z  ^ 2022-11-23T00:54:43.3372051Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.3372332Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.3372547Z  ^ 2022-11-23T00:54:43.3372935Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.3373246Z template friend class std::hash; 2022-11-23T00:54:43.3373505Z  ^~~~~ 2022-11-23T00:54:43.3373749Z  struct 2022-11-23T00:54:43.3373969Z 1 warning generated. 2022-11-23T00:54:43.3413767Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.cpp:7: 2022-11-23T00:54:43.3414465Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.3414958Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.3415955Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.3416576Z template friend class std::hash; 2022-11-23T00:54:43.3416995Z  ^ 2022-11-23T00:54:43.3417822Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.3418126Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.3418353Z  ^ 2022-11-23T00:54:43.3418755Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.3419231Z template friend class std::hash; 2022-11-23T00:54:43.3419484Z  ^~~~~ 2022-11-23T00:54:43.3419727Z  struct 2022-11-23T00:54:43.3419951Z 1 warning generated. 2022-11-23T00:54:43.3424346Z [ 59%] 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:43.3467169Z [ 59%] 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:43.3548125Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.cpp:1: 2022-11-23T00:54:43.3549030Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.h:8: 2022-11-23T00:54:43.3549658Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:43.3550246Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:43.3550831Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:43.3551438Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:43.3552009Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.3552577Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.3553747Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.3554486Z template friend class std::hash; 2022-11-23T00:54:43.3554948Z  ^ 2022-11-23T00:54:43.3555706Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.3556240Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.3556617Z  ^ 2022-11-23T00:54:43.3557347Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.3557950Z template friend class std::hash; 2022-11-23T00:54:43.3558432Z  ^~~~~ 2022-11-23T00:54:43.3558861Z  struct 2022-11-23T00:54:43.3559264Z 1 warning generated. 2022-11-23T00:54:43.3616645Z [ 59%] 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:43.3718567Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T00:54:43.4203469Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T00:54:43.4711622Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T00:54:43.5151403Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.cpp:1: 2022-11-23T00:54:43.5152063Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.5152645Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.5154365Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.5155119Z template friend class std::hash; 2022-11-23T00:54:43.5155617Z  ^ 2022-11-23T00:54:43.5156346Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.5156876Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.5157257Z  ^ 2022-11-23T00:54:43.5157965Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.5158539Z template friend class std::hash; 2022-11-23T00:54:43.5159015Z  ^~~~~ 2022-11-23T00:54:43.5159440Z  struct 2022-11-23T00:54:43.5159814Z 1 warning generated. 2022-11-23T00:54:43.5223766Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T00:54:43.5273220Z [ 60%] 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:43.6767164Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.cpp:1: 2022-11-23T00:54:43.6767804Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.h:6: 2022-11-23T00:54:43.6768307Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.6768800Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.6769808Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.6770513Z template friend class std::hash; 2022-11-23T00:54:43.6770930Z  ^ 2022-11-23T00:54:43.6771563Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.6771907Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.6772132Z  ^ 2022-11-23T00:54:43.6772523Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.6772832Z template friend class std::hash; 2022-11-23T00:54:43.6773096Z  ^~~~~ 2022-11-23T00:54:43.6773335Z  struct 2022-11-23T00:54:43.6773556Z 1 warning generated. 2022-11-23T00:54:43.6824587Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:43.6834113Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T00:54:43.7929119Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.cpp:1: 2022-11-23T00:54:43.7929773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.h:3: 2022-11-23T00:54:43.7931784Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:43.7932729Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:43.7933531Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:43.7934144Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:43.7934690Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.7935462Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.7936822Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.7937569Z template friend class std::hash; 2022-11-23T00:54:43.7938036Z  ^ 2022-11-23T00:54:43.7938779Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.7939285Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.7939655Z  ^ 2022-11-23T00:54:43.7940706Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.7941305Z template friend class std::hash; 2022-11-23T00:54:43.7941789Z  ^~~~~ 2022-11-23T00:54:43.7942223Z  struct 2022-11-23T00:54:43.7943513Z 1 warning generated. 2022-11-23T00:54:43.8005605Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T00:54:43.8659358Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:43.8885948Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp:10: 2022-11-23T00:54:43.8886628Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:43.8887454Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.8888051Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.8889257Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.8889993Z template friend class std::hash; 2022-11-23T00:54:43.8890471Z  ^ 2022-11-23T00:54:43.8891240Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.8891728Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.8892091Z  ^ 2022-11-23T00:54:43.8892781Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.8893351Z template friend class std::hash; 2022-11-23T00:54:43.8893780Z  ^~~~~ 2022-11-23T00:54:43.8894199Z  struct 2022-11-23T00:54:43.8894593Z 1 warning generated. 2022-11-23T00:54:43.8917749Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.cpp:1: 2022-11-23T00:54:43.8918481Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.h:3: 2022-11-23T00:54:43.8919112Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.8919719Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.8920879Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.8921618Z template friend class std::hash; 2022-11-23T00:54:43.8922100Z  ^ 2022-11-23T00:54:43.8922861Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.8923561Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.8924117Z  ^ 2022-11-23T00:54:43.8924846Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.8925421Z template friend class std::hash; 2022-11-23T00:54:43.8925907Z  ^~~~~ 2022-11-23T00:54:43.8926344Z  struct 2022-11-23T00:54:43.8926754Z 1 warning generated. 2022-11-23T00:54:43.8959466Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T00:54:43.9018402Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T00:54:43.9804774Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.cpp:1: 2022-11-23T00:54:43.9805458Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.h:3: 2022-11-23T00:54:43.9806036Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:43.9806867Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:43.9808082Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:43.9808836Z template friend class std::hash; 2022-11-23T00:54:43.9809248Z  ^ 2022-11-23T00:54:43.9809870Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:43.9810284Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:43.9810501Z  ^ 2022-11-23T00:54:43.9810960Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:43.9811289Z template friend class std::hash; 2022-11-23T00:54:43.9811572Z  ^~~~~ 2022-11-23T00:54:43.9811834Z  struct 2022-11-23T00:54:43.9812058Z 1 warning generated. 2022-11-23T00:54:43.9902305Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:44.0331318Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T00:54:44.1283853Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:44.2124405Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.cpp:2: 2022-11-23T00:54:44.2125522Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.h:3: 2022-11-23T00:54:44.2128457Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.2129437Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.2130558Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.2131195Z template friend class std::hash; 2022-11-23T00:54:44.2131587Z  ^ 2022-11-23T00:54:44.2132232Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.2132701Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.2133694Z  ^ 2022-11-23T00:54:44.2134493Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.2135002Z template friend class std::hash; 2022-11-23T00:54:44.2135873Z  ^~~~~ 2022-11-23T00:54:44.2136232Z  struct 2022-11-23T00:54:44.2136537Z 1 warning generated. 2022-11-23T00:54:44.2138315Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.cpp:3: 2022-11-23T00:54:44.2139123Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:44.2143074Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:44.2143805Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:44.2144583Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:44.2145202Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.2145774Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.2147214Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.2148030Z template friend class std::hash; 2022-11-23T00:54:44.2148501Z  ^ 2022-11-23T00:54:44.2149282Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.2149842Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.2150231Z  ^ 2022-11-23T00:54:44.2150970Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.2151420Z template friend class std::hash; 2022-11-23T00:54:44.2151674Z  ^~~~~ 2022-11-23T00:54:44.2151920Z  struct 2022-11-23T00:54:44.2152142Z 1 warning generated. 2022-11-23T00:54:44.2197361Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T00:54:44.2198258Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T00:54:44.2702521Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.cpp:1: 2022-11-23T00:54:44.2703115Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.h:8: 2022-11-23T00:54:44.2703584Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.2704108Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.2705178Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.2705858Z template friend class std::hash; 2022-11-23T00:54:44.2706246Z  ^ 2022-11-23T00:54:44.2706665Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.2706962Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.2707184Z  ^ 2022-11-23T00:54:44.2707641Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.2708015Z template friend class std::hash; 2022-11-23T00:54:44.2708287Z  ^~~~~ 2022-11-23T00:54:44.2708519Z  struct 2022-11-23T00:54:44.2708961Z 1 warning generated. 2022-11-23T00:54:44.2772142Z [ 60%] 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:44.3019547Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp:1: 2022-11-23T00:54:44.3020282Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.h:3: 2022-11-23T00:54:44.3020871Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.3021450Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.3022590Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.3023269Z template friend class std::hash; 2022-11-23T00:54:44.3023731Z  ^ 2022-11-23T00:54:44.3024660Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.3025166Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.3025534Z  ^ 2022-11-23T00:54:44.3026246Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.3026846Z template friend class std::hash; 2022-11-23T00:54:44.3027292Z  ^~~~~ 2022-11-23T00:54:44.3027796Z  struct 2022-11-23T00:54:44.3028194Z 1 warning generated. 2022-11-23T00:54:44.3086978Z [ 60%] 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:44.3199912Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.cpp:1: 2022-11-23T00:54:44.3201171Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.h:4: 2022-11-23T00:54:44.3201841Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.3202461Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.3203633Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.3204498Z template friend class std::hash; 2022-11-23T00:54:44.3204976Z  ^ 2022-11-23T00:54:44.3205726Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.3206276Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.3206661Z  ^ 2022-11-23T00:54:44.3207398Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.3207996Z template friend class std::hash; 2022-11-23T00:54:44.3208464Z  ^~~~~ 2022-11-23T00:54:44.3208914Z  struct 2022-11-23T00:54:44.3209326Z 1 warning generated. 2022-11-23T00:54:44.3271862Z [ 60%] 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:44.3540006Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T00:54:44.3685514Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T00:54:44.3854077Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T00:54:44.4101463Z [ 60%] 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:44.5042572Z [ 60%] 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:44.5524688Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.cpp:1: 2022-11-23T00:54:44.5525550Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h:3: 2022-11-23T00:54:44.5526527Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.5527079Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.5528300Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.5529275Z template friend class std::hash; 2022-11-23T00:54:44.5529741Z  ^ 2022-11-23T00:54:44.5530495Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.5531016Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.5531428Z  ^ 2022-11-23T00:54:44.5532117Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.5532651Z template friend class std::hash; 2022-11-23T00:54:44.5533107Z  ^~~~~ 2022-11-23T00:54:44.5533537Z  struct 2022-11-23T00:54:44.5533925Z 1 warning generated. 2022-11-23T00:54:44.5598575Z [ 60%] 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:44.5823021Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.cpp:1: 2022-11-23T00:54:44.5823723Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.h:3: 2022-11-23T00:54:44.5824308Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.5824889Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.5826082Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.5826818Z template friend class std::hash; 2022-11-23T00:54:44.5827283Z  ^ 2022-11-23T00:54:44.5828107Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.5828645Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.5829023Z  ^ 2022-11-23T00:54:44.5829735Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.5830329Z template friend class std::hash; 2022-11-23T00:54:44.5830809Z  ^~~~~ 2022-11-23T00:54:44.5831229Z  struct 2022-11-23T00:54:44.5831630Z 1 warning generated. 2022-11-23T00:54:44.5894416Z [ 60%] 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:44.6204496Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T00:54:44.6547238Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T00:54:44.6965665Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.cpp:1: 2022-11-23T00:54:44.6966303Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.h:4: 2022-11-23T00:54:44.6966811Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.6967287Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.6968150Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.6969052Z template friend class std::hash; 2022-11-23T00:54:44.6969450Z  ^ 2022-11-23T00:54:44.6970122Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.6970783Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.6971007Z  ^ 2022-11-23T00:54:44.6971384Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.6971864Z template friend class std::hash; 2022-11-23T00:54:44.6972353Z  ^~~~~ 2022-11-23T00:54:44.6972618Z  struct 2022-11-23T00:54:44.6972824Z 1 warning generated. 2022-11-23T00:54:44.7031816Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T00:54:44.7129360Z [ 60%] 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:44.7296450Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.cpp:2: 2022-11-23T00:54:44.7297128Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.7297743Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.7298898Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.7299637Z template friend class std::hash; 2022-11-23T00:54:44.7300114Z  ^ 2022-11-23T00:54:44.7300822Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.7301310Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.7301683Z  ^ 2022-11-23T00:54:44.7302367Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.7326416Z template friend class std::hash; 2022-11-23T00:54:44.7326970Z  ^~~~~ 2022-11-23T00:54:44.7327398Z  struct 2022-11-23T00:54:44.7329988Z 1 warning generated. 2022-11-23T00:54:44.7389880Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T00:54:44.8006715Z [ 60%] 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:44.8812309Z [ 60%] 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:44.9554510Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.cpp:1: 2022-11-23T00:54:44.9555390Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.h:8: 2022-11-23T00:54:44.9555984Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.9556599Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.9557792Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.9558537Z template friend class std::hash; 2022-11-23T00:54:44.9558978Z  ^ 2022-11-23T00:54:44.9559712Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.9560009Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.9560227Z  ^ 2022-11-23T00:54:44.9560653Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.9561119Z template friend class std::hash; 2022-11-23T00:54:44.9561389Z  ^~~~~ 2022-11-23T00:54:44.9561617Z  struct 2022-11-23T00:54:44.9561887Z 1 warning generated. 2022-11-23T00:54:44.9609805Z [ 60%] 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:44.9819601Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.cpp:1: 2022-11-23T00:54:44.9820304Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.h:3: 2022-11-23T00:54:44.9820874Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:44.9821502Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:44.9822655Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:44.9823397Z template friend class std::hash; 2022-11-23T00:54:44.9823886Z  ^ 2022-11-23T00:54:44.9824639Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:44.9825150Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:44.9825545Z  ^ 2022-11-23T00:54:44.9826270Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:44.9826846Z template friend class std::hash; 2022-11-23T00:54:44.9827305Z  ^~~~~ 2022-11-23T00:54:44.9827820Z  struct 2022-11-23T00:54:44.9828226Z 1 warning generated. 2022-11-23T00:54:44.9877272Z [ 60%] 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:45.0039780Z [ 60%] 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:45.0562621Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.cpp:1: 2022-11-23T00:54:45.0563324Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.h:3: 2022-11-23T00:54:45.0564003Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.0564605Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.0566019Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.0566769Z template friend class std::hash; 2022-11-23T00:54:45.0567217Z  ^ 2022-11-23T00:54:45.0567966Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.0568499Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.0568887Z  ^ 2022-11-23T00:54:45.0569600Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.0570184Z template friend class std::hash; 2022-11-23T00:54:45.0570661Z  ^~~~~ 2022-11-23T00:54:45.0571078Z  struct 2022-11-23T00:54:45.0571478Z 1 warning generated. 2022-11-23T00:54:45.0622370Z [ 60%] 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:45.0718101Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T00:54:45.0897847Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T00:54:45.1168342Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T00:54:45.1296736Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.cpp:1: 2022-11-23T00:54:45.1298391Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.h:3: 2022-11-23T00:54:45.1298890Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.1299487Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.1300455Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.1301072Z template friend class std::hash; 2022-11-23T00:54:45.1301448Z  ^ 2022-11-23T00:54:45.1302200Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.1302726Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.1303108Z  ^ 2022-11-23T00:54:45.1303711Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.1304035Z template friend class std::hash; 2022-11-23T00:54:45.1304299Z  ^~~~~ 2022-11-23T00:54:45.1304531Z  struct 2022-11-23T00:54:45.1304754Z 1 warning generated. 2022-11-23T00:54:45.1372033Z [ 60%] 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:45.1659331Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T00:54:45.2483395Z [ 60%] 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:45.2645711Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.cpp:1: 2022-11-23T00:54:45.2646396Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.h:9: 2022-11-23T00:54:45.2646979Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.2647571Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.2648972Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.2649739Z template friend class std::hash; 2022-11-23T00:54:45.2650195Z  ^ 2022-11-23T00:54:45.2650948Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.2651482Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.2651859Z  ^ 2022-11-23T00:54:45.2652576Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.2653152Z template friend class std::hash; 2022-11-23T00:54:45.2653622Z  ^~~~~ 2022-11-23T00:54:45.2654045Z  struct 2022-11-23T00:54:45.2654412Z 1 warning generated. 2022-11-23T00:54:45.2746422Z [ 60%] 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:45.3747165Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T00:54:45.3983728Z [ 60%] 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:45.4281000Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.cpp:1: 2022-11-23T00:54:45.4281512Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.h:3: 2022-11-23T00:54:45.4281999Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.4287920Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.4289168Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.4289828Z template friend class std::hash; 2022-11-23T00:54:45.4290262Z  ^ 2022-11-23T00:54:45.4290948Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.4291424Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.4291808Z  ^ 2022-11-23T00:54:45.4292526Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.4293076Z template friend class std::hash; 2022-11-23T00:54:45.4293500Z  ^~~~~ 2022-11-23T00:54:45.4293911Z  struct 2022-11-23T00:54:45.4294288Z 1 warning generated. 2022-11-23T00:54:45.4387635Z [ 60%] 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:45.4530830Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.cpp:1: 2022-11-23T00:54:45.4532798Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.h:3: 2022-11-23T00:54:45.4533400Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.4533980Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.4535195Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.4535938Z template friend class std::hash; 2022-11-23T00:54:45.4536645Z  ^ 2022-11-23T00:54:45.4537381Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.4537933Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.4538336Z  ^ 2022-11-23T00:54:45.4539059Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.4539650Z template friend class std::hash; 2022-11-23T00:54:45.4540129Z  ^~~~~ 2022-11-23T00:54:45.4540564Z  struct 2022-11-23T00:54:45.4540960Z 1 warning generated. 2022-11-23T00:54:45.4621793Z [ 60%] 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:45.5213718Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T00:54:45.5383276Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T00:54:45.5744504Z [ 60%] 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:45.5990513Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.cpp:4: 2022-11-23T00:54:45.5991167Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.5991767Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.5992963Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.5993673Z template friend class std::hash; 2022-11-23T00:54:45.5994083Z  ^ 2022-11-23T00:54:45.5994758Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.5995242Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.5995618Z  ^ 2022-11-23T00:54:45.5996257Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.5996765Z template friend class std::hash; 2022-11-23T00:54:45.5997192Z  ^~~~~ 2022-11-23T00:54:45.5997594Z  struct 2022-11-23T00:54:45.5997968Z 1 warning generated. 2022-11-23T00:54:45.6109063Z [ 60%] 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:45.7030043Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T00:54:45.7292792Z [ 60%] 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:45.7558341Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.cpp:3: 2022-11-23T00:54:45.7559143Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.7559892Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.7561372Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.7562135Z template friend class std::hash; 2022-11-23T00:54:45.7562594Z  ^ 2022-11-23T00:54:45.7563564Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.7564285Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.7564672Z  ^ 2022-11-23T00:54:45.7565396Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.7565985Z template friend class std::hash; 2022-11-23T00:54:45.7566466Z  ^~~~~ 2022-11-23T00:54:45.7566889Z  struct 2022-11-23T00:54:45.7567291Z 1 warning generated. 2022-11-23T00:54:45.7646471Z [ 60%] 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:45.7904468Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.cpp:1: 2022-11-23T00:54:45.7905461Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h:3: 2022-11-23T00:54:45.7906306Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.7906838Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.7907942Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.7908597Z template friend class std::hash; 2022-11-23T00:54:45.7909002Z  ^ 2022-11-23T00:54:45.7909734Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.7910277Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.7910670Z  ^ 2022-11-23T00:54:45.7911406Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.7911980Z template friend class std::hash; 2022-11-23T00:54:45.7912459Z  ^~~~~ 2022-11-23T00:54:45.7912885Z  struct 2022-11-23T00:54:45.7913271Z 1 warning generated. 2022-11-23T00:54:45.8028475Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T00:54:45.8453758Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.cpp:1: 2022-11-23T00:54:45.8454458Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:45.8454973Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.8455613Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.8456809Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.8457555Z template friend class std::hash; 2022-11-23T00:54:45.8457959Z  ^ 2022-11-23T00:54:45.8458377Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.8458669Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.8458890Z  ^ 2022-11-23T00:54:45.8459267Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.8459586Z template friend class std::hash; 2022-11-23T00:54:45.8459847Z  ^~~~~ 2022-11-23T00:54:45.8460236Z  struct 2022-11-23T00:54:45.8460472Z 1 warning generated. 2022-11-23T00:54:45.8498421Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T00:54:45.8502364Z [ 61%] 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:45.9232062Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.cpp:2: 2022-11-23T00:54:45.9232756Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:45.9233327Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:45.9233913Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:45.9235103Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:45.9236083Z template friend class std::hash; 2022-11-23T00:54:45.9236572Z  ^ 2022-11-23T00:54:45.9237333Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:45.9237865Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:45.9238258Z  ^ 2022-11-23T00:54:45.9238966Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:45.9239561Z template friend class std::hash; 2022-11-23T00:54:45.9240027Z  ^~~~~ 2022-11-23T00:54:45.9240445Z  struct 2022-11-23T00:54:45.9240847Z 1 warning generated. 2022-11-23T00:54:45.9295850Z [ 61%] 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:45.9303445Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T00:54:45.9470393Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T00:54:46.0273892Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.cpp:2: 2022-11-23T00:54:46.0274603Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:46.0275193Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.0275767Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.0276997Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.0277757Z template friend class std::hash; 2022-11-23T00:54:46.0278232Z  ^ 2022-11-23T00:54:46.0278965Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.0279490Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.0279886Z  ^ 2022-11-23T00:54:46.0280592Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.0281180Z template friend class std::hash; 2022-11-23T00:54:46.0281660Z  ^~~~~ 2022-11-23T00:54:46.0282082Z  struct 2022-11-23T00:54:46.0282470Z 1 warning generated. 2022-11-23T00:54:46.0347050Z [ 61%] 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:46.0961255Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T00:54:46.1619781Z [ 61%] 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:46.1679008Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.cpp:3: 2022-11-23T00:54:46.1679675Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:46.1680288Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:46.1680871Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:46.1681449Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:46.1682032Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.1682812Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.1684189Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.1684934Z template friend class std::hash; 2022-11-23T00:54:46.1685397Z  ^ 2022-11-23T00:54:46.1686149Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.1686676Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.1687047Z  ^ 2022-11-23T00:54:46.1687772Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.1688361Z template friend class std::hash; 2022-11-23T00:54:46.1688840Z  ^~~~~ 2022-11-23T00:54:46.1689259Z  struct 2022-11-23T00:54:46.1689654Z 1 warning generated. 2022-11-23T00:54:46.1735806Z [ 61%] 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:46.1892448Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.cpp:1: 2022-11-23T00:54:46.1896992Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h:3: 2022-11-23T00:54:46.1897498Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.1897810Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.1898513Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.1898933Z template friend class std::hash; 2022-11-23T00:54:46.1899193Z  ^ 2022-11-23T00:54:46.1899590Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.1899887Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.1900102Z  ^ 2022-11-23T00:54:46.1900470Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.1900790Z template friend class std::hash; 2022-11-23T00:54:46.1901045Z  ^~~~~ 2022-11-23T00:54:46.1901282Z  struct 2022-11-23T00:54:46.1901645Z 1 warning generated. 2022-11-23T00:54:46.2021870Z [ 61%] 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:46.2701627Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T00:54:46.2849742Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp:1: 2022-11-23T00:54:46.2850464Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.h:3: 2022-11-23T00:54:46.2851096Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:46.2851650Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:46.2852196Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:46.2852773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:46.2853303Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.2854025Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.2855165Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.2855853Z template friend class std::hash; 2022-11-23T00:54:46.2856311Z  ^ 2022-11-23T00:54:46.2857005Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.2857505Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.2857863Z  ^ 2022-11-23T00:54:46.2858522Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.2859098Z template friend class std::hash; 2022-11-23T00:54:46.2859556Z  ^~~~~ 2022-11-23T00:54:46.2859969Z  struct 2022-11-23T00:54:46.2860327Z 1 warning generated. 2022-11-23T00:54:46.2865198Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T00:54:46.2917697Z [ 61%] 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:46.3408370Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T00:54:46.4569847Z [ 61%] 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:46.4823909Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.cpp:1: 2022-11-23T00:54:46.4824724Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.h:3: 2022-11-23T00:54:46.4825306Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.4825885Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.4827016Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.4827794Z template friend class std::hash; 2022-11-23T00:54:46.4828271Z  ^ 2022-11-23T00:54:46.4829005Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.4829716Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.4830104Z  ^ 2022-11-23T00:54:46.4830802Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.4831354Z template friend class std::hash; 2022-11-23T00:54:46.4831801Z  ^~~~~ 2022-11-23T00:54:46.4832218Z  struct 2022-11-23T00:54:46.4832598Z 1 warning generated. 2022-11-23T00:54:46.4894798Z [ 61%] 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:46.4933931Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.cpp:1: 2022-11-23T00:54:46.4934650Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.h:3: 2022-11-23T00:54:46.4935271Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:46.4936068Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:46.4936647Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:46.4937236Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:46.4937808Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.4938392Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.4939553Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.4940282Z template friend class std::hash; 2022-11-23T00:54:46.4940738Z  ^ 2022-11-23T00:54:46.4941459Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.4941976Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.4942346Z  ^ 2022-11-23T00:54:46.4943057Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.4943602Z template friend class std::hash; 2022-11-23T00:54:46.4944070Z  ^~~~~ 2022-11-23T00:54:46.4944476Z  struct 2022-11-23T00:54:46.4944861Z 1 warning generated. 2022-11-23T00:54:46.5029875Z [ 61%] 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:46.5594687Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T00:54:46.6196310Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T00:54:46.6309742Z [ 61%] 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:46.6454902Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.cpp:2: 2022-11-23T00:54:46.6455698Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.h:3: 2022-11-23T00:54:46.6456317Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:46.6456884Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:46.6457214Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:46.6457732Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:46.6458038Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.6458363Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.6459049Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.6459545Z template friend class std::hash; 2022-11-23T00:54:46.6459794Z  ^ 2022-11-23T00:54:46.6460202Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.6460490Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.6460693Z  ^ 2022-11-23T00:54:46.6461081Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.6461468Z template friend class std::hash; 2022-11-23T00:54:46.6461713Z  ^~~~~ 2022-11-23T00:54:46.6461950Z  struct 2022-11-23T00:54:46.6462169Z 1 warning generated. 2022-11-23T00:54:46.6545165Z [ 61%] 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:46.6696121Z [ 61%] 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:46.6820502Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.cpp:1: 2022-11-23T00:54:46.6821168Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.h:2: 2022-11-23T00:54:46.6821759Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:46.6822294Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:46.6822826Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:46.6823366Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:46.6823894Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.6824410Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.6825514Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.6826224Z template friend class std::hash; 2022-11-23T00:54:46.6826653Z  ^ 2022-11-23T00:54:46.6827482Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.6828019Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.6828415Z  ^ 2022-11-23T00:54:46.6829082Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.6829607Z template friend class std::hash; 2022-11-23T00:54:46.6830046Z  ^~~~~ 2022-11-23T00:54:46.6830419Z  struct 2022-11-23T00:54:46.6830786Z 1 warning generated. 2022-11-23T00:54:46.6873570Z [ 61%] 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:46.7035380Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp:1: 2022-11-23T00:54:46.7036269Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.h:3: 2022-11-23T00:54:46.7036840Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:46.7037347Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:46.7037694Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:46.7038000Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:46.7038313Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:46.7038627Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:46.7039603Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:46.7040261Z template friend class std::hash; 2022-11-23T00:54:46.7040656Z  ^ 2022-11-23T00:54:46.7041333Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:46.7041613Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:46.7041826Z  ^ 2022-11-23T00:54:46.7042376Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:46.7042797Z template friend class std::hash; 2022-11-23T00:54:46.7043051Z  ^~~~~ 2022-11-23T00:54:46.7043287Z  struct 2022-11-23T00:54:46.7043508Z 1 warning generated. 2022-11-23T00:54:46.7105408Z [ 61%] 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:46.7795406Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T00:54:46.7859183Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T00:54:46.7902122Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T00:54:46.8003695Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T00:54:46.8205215Z [ 61%] 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:46.9394764Z [ 61%] 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:47.0432575Z [ 61%] 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:47.1000429Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.cpp:1: 2022-11-23T00:54:47.1000930Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.h:3: 2022-11-23T00:54:47.1001437Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.1001857Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.1002616Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.1003037Z template friend class std::hash; 2022-11-23T00:54:47.1003306Z  ^ 2022-11-23T00:54:47.1004229Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.1004693Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.1005061Z  ^ 2022-11-23T00:54:47.1005690Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.1006247Z template friend class std::hash; 2022-11-23T00:54:47.1006697Z  ^~~~~ 2022-11-23T00:54:47.1007059Z  struct 2022-11-23T00:54:47.1007419Z 1 warning generated. 2022-11-23T00:54:47.1053299Z [ 61%] 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:47.1172723Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.cpp:1: 2022-11-23T00:54:47.1173320Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h:3: 2022-11-23T00:54:47.1173857Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.1174625Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.1175666Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.1176305Z template friend class std::hash; 2022-11-23T00:54:47.1176719Z  ^ 2022-11-23T00:54:47.1177379Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.1177832Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.1178171Z  ^ 2022-11-23T00:54:47.1178803Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.1179325Z template friend class std::hash; 2022-11-23T00:54:47.1179750Z  ^~~~~ 2022-11-23T00:54:47.1180131Z  struct 2022-11-23T00:54:47.1180480Z 1 warning generated. 2022-11-23T00:54:47.1223932Z [ 61%] 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:47.1329164Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.cpp:1: 2022-11-23T00:54:47.1329744Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.h:3: 2022-11-23T00:54:47.1330248Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.1330790Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.1331816Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.1332468Z template friend class std::hash; 2022-11-23T00:54:47.1332737Z  ^ 2022-11-23T00:54:47.1333192Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.1333481Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.1333755Z  ^ 2022-11-23T00:54:47.1334128Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.1334495Z template friend class std::hash; 2022-11-23T00:54:47.1334753Z  ^~~~~ 2022-11-23T00:54:47.1334990Z  struct 2022-11-23T00:54:47.1335420Z 1 warning generated. 2022-11-23T00:54:47.1409579Z [ 61%] 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:47.1439924Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T00:54:47.2121536Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.cpp:1: 2022-11-23T00:54:47.2122237Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.h:3: 2022-11-23T00:54:47.2122839Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:47.2123425Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:47.2124151Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:47.2124707Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:47.2125286Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.2126094Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.2127253Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.2127972Z template friend class std::hash; 2022-11-23T00:54:47.2128442Z  ^ 2022-11-23T00:54:47.2129171Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.2129682Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.2130067Z  ^ 2022-11-23T00:54:47.2130769Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.2131327Z template friend class std::hash; 2022-11-23T00:54:47.2131811Z  ^~~~~ 2022-11-23T00:54:47.2132230Z  struct 2022-11-23T00:54:47.2132615Z 1 warning generated. 2022-11-23T00:54:47.2175727Z [ 61%] 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:47.2292642Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T00:54:47.2357270Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T00:54:47.2760611Z [ 61%] 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:47.2921495Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.cpp:4: 2022-11-23T00:54:47.2922175Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:47.2922706Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:47.2923241Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:47.2924181Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:47.2924731Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.2925275Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.2926390Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.2927276Z template friend class std::hash; 2022-11-23T00:54:47.2927750Z  ^ 2022-11-23T00:54:47.2928478Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.2928985Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.2929380Z  ^ 2022-11-23T00:54:47.2930068Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.2930634Z template friend class std::hash; 2022-11-23T00:54:47.2931094Z  ^~~~~ 2022-11-23T00:54:47.2931521Z  struct 2022-11-23T00:54:47.2931929Z 1 warning generated. 2022-11-23T00:54:47.2971188Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T00:54:47.3343993Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T00:54:47.3667600Z [ 61%] 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:47.4680731Z [ 61%] 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:47.5362203Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.cpp:1: 2022-11-23T00:54:47.5363867Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:54:47.5364362Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.5364902Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.5365741Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.5366308Z template friend class std::hash; 2022-11-23T00:54:47.5366618Z  ^ 2022-11-23T00:54:47.5367032Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.5367327Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.5367531Z  ^ 2022-11-23T00:54:47.5367919Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.5368235Z template friend class std::hash; 2022-11-23T00:54:47.5368492Z  ^~~~~ 2022-11-23T00:54:47.5368718Z  struct 2022-11-23T00:54:47.5368937Z 1 warning generated. 2022-11-23T00:54:47.5395314Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.cpp:1: 2022-11-23T00:54:47.5395971Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h:5: 2022-11-23T00:54:47.5396600Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:47.5397203Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.5397793Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.5398925Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.5399650Z template friend class std::hash; 2022-11-23T00:54:47.5400114Z  ^ 2022-11-23T00:54:47.5401047Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.5401553Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.5401942Z  ^ 2022-11-23T00:54:47.5402650Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.5403227Z template friend class std::hash; 2022-11-23T00:54:47.5403706Z  ^~~~~ 2022-11-23T00:54:47.5404316Z  struct 2022-11-23T00:54:47.5404711Z 1 warning generated. 2022-11-23T00:54:47.5422146Z [ 61%] 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:47.5467656Z [ 61%] 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:47.5641591Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T00:54:47.5965185Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.cpp:7: 2022-11-23T00:54:47.5965823Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.5966345Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.5967575Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.5968213Z template friend class std::hash; 2022-11-23T00:54:47.5968460Z  ^ 2022-11-23T00:54:47.5968881Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.5969178Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.5969384Z  ^ 2022-11-23T00:54:47.5969770Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.5970084Z template friend class std::hash; 2022-11-23T00:54:47.5970344Z  ^~~~~ 2022-11-23T00:54:47.5970569Z  struct 2022-11-23T00:54:47.5970788Z 1 warning generated. 2022-11-23T00:54:47.6065225Z [ 61%] 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:47.6399399Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.cpp:1: 2022-11-23T00:54:47.6400098Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.h:3: 2022-11-23T00:54:47.6400461Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.6400968Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.6401978Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.6402409Z template friend class std::hash; 2022-11-23T00:54:47.6402674Z  ^ 2022-11-23T00:54:47.6403083Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.6403360Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.6403571Z  ^ 2022-11-23T00:54:47.6404327Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.6404649Z template friend class std::hash; 2022-11-23T00:54:47.6404903Z  ^~~~~ 2022-11-23T00:54:47.6405139Z  struct 2022-11-23T00:54:47.6405359Z 1 warning generated. 2022-11-23T00:54:47.6453509Z [ 61%] 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:47.6494676Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T00:54:47.6532599Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T00:54:47.6888736Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.cpp:3: 2022-11-23T00:54:47.6889476Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h:5: 2022-11-23T00:54:47.6890134Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:47.6890813Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.6891287Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.6892295Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.6892804Z template friend class std::hash; 2022-11-23T00:54:47.6893251Z  ^ 2022-11-23T00:54:47.6894009Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.6894441Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.6894815Z  ^ 2022-11-23T00:54:47.6895523Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.6895841Z template friend class std::hash; 2022-11-23T00:54:47.6896101Z  ^~~~~ 2022-11-23T00:54:47.6896337Z  struct 2022-11-23T00:54:47.6896555Z 1 warning generated. 2022-11-23T00:54:47.7036473Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T00:54:47.7397856Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T00:54:47.7435961Z [ 61%] 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:47.8569748Z [ 61%] 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:47.9446315Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.cpp:1: 2022-11-23T00:54:47.9447037Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.h:4: 2022-11-23T00:54:47.9447636Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:47.9448227Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:47.9449426Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:47.9450174Z template friend class std::hash; 2022-11-23T00:54:47.9450642Z  ^ 2022-11-23T00:54:47.9451604Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:47.9452154Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:47.9452561Z  ^ 2022-11-23T00:54:47.9453292Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:47.9453876Z template friend class std::hash; 2022-11-23T00:54:47.9454338Z  ^~~~~ 2022-11-23T00:54:47.9454775Z  struct 2022-11-23T00:54:47.9455166Z 1 warning generated. 2022-11-23T00:54:47.9517579Z [ 61%] 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:47.9896907Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T00:54:48.0160052Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.cpp:4: 2022-11-23T00:54:48.0160696Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:48.0161467Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.0162077Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.0163274Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.0164259Z template friend class std::hash; 2022-11-23T00:54:48.0164687Z  ^ 2022-11-23T00:54:48.0165441Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.0165968Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.0166353Z  ^ 2022-11-23T00:54:48.0167086Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.0167682Z template friend class std::hash; 2022-11-23T00:54:48.0168143Z  ^~~~~ 2022-11-23T00:54:48.0168578Z  struct 2022-11-23T00:54:48.0168974Z 1 warning generated. 2022-11-23T00:54:48.0230203Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T00:54:48.0461130Z [ 61%] 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:48.0491101Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.cpp:1: 2022-11-23T00:54:48.0491733Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h:12: 2022-11-23T00:54:48.0492343Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:48.0492937Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:48.0493511Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:48.0494099Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:48.0494606Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.0495189Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.0496148Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.0496709Z template friend class std::hash; 2022-11-23T00:54:48.0497220Z  ^ 2022-11-23T00:54:48.0497883Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.0498353Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.0498695Z  ^ 2022-11-23T00:54:48.0499267Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.0499593Z template friend class std::hash; 2022-11-23T00:54:48.0499869Z  ^~~~~ 2022-11-23T00:54:48.0500098Z  struct 2022-11-23T00:54:48.0500320Z 1 warning generated. 2022-11-23T00:54:48.0615874Z [ 61%] 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:48.0625316Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.cpp:1: 2022-11-23T00:54:48.0626006Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:48.0626799Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.0629117Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.0630242Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.0630809Z template friend class std::hash; 2022-11-23T00:54:48.0631222Z  ^ 2022-11-23T00:54:48.0631950Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.0632482Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.0632881Z  ^ 2022-11-23T00:54:48.0633562Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.0634158Z template friend class std::hash; 2022-11-23T00:54:48.0634613Z  ^~~~~ 2022-11-23T00:54:48.0634857Z  struct 2022-11-23T00:54:48.0635065Z 1 warning generated. 2022-11-23T00:54:48.0682895Z [ 61%] 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:48.1485061Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T00:54:48.1551537Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T00:54:48.1691789Z [ 61%] 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:48.3101939Z [ 61%] 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:48.3215425Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.cpp:1: 2022-11-23T00:54:48.3216164Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.h:3: 2022-11-23T00:54:48.3216802Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.3217350Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.3218527Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.3219510Z template friend class std::hash; 2022-11-23T00:54:48.3219969Z  ^ 2022-11-23T00:54:48.3220742Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.3221262Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.3221655Z  ^ 2022-11-23T00:54:48.3222358Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.3222946Z template friend class std::hash; 2022-11-23T00:54:48.3223420Z  ^~~~~ 2022-11-23T00:54:48.3223836Z  struct 2022-11-23T00:54:48.3224235Z 1 warning generated. 2022-11-23T00:54:48.3330174Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T00:54:48.4135944Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T00:54:48.4304799Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:54:48.5079805Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.cpp:1: 2022-11-23T00:54:48.5080287Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.h:8: 2022-11-23T00:54:48.5080637Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.5080958Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.5081633Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.5082053Z template friend class std::hash; 2022-11-23T00:54:48.5082316Z  ^ 2022-11-23T00:54:48.5082728Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.5083025Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.5083239Z  ^ 2022-11-23T00:54:48.5083623Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.5084100Z template friend class std::hash; 2022-11-23T00:54:48.5084367Z  ^~~~~ 2022-11-23T00:54:48.5084610Z  struct 2022-11-23T00:54:48.5084821Z 1 warning generated. 2022-11-23T00:54:48.5153987Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T00:54:48.5953315Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T00:54:48.6062007Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp:1: 2022-11-23T00:54:48.6062690Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h:3: 2022-11-23T00:54:48.6063340Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.6063901Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.6064955Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.6065533Z template friend class std::hash; 2022-11-23T00:54:48.6065799Z  ^ 2022-11-23T00:54:48.6066395Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.6066850Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.6067179Z  ^ 2022-11-23T00:54:48.6067869Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.6068387Z template friend class std::hash; 2022-11-23T00:54:48.6068768Z  ^~~~~ 2022-11-23T00:54:48.6069013Z  struct 2022-11-23T00:54:48.6069240Z 1 warning generated. 2022-11-23T00:54:48.6114694Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T00:54:48.6259041Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T00:54:48.6382600Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp:6: 2022-11-23T00:54:48.6383477Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.6384108Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.6384967Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.6385389Z template friend class std::hash; 2022-11-23T00:54:48.6385707Z  ^ 2022-11-23T00:54:48.6386155Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.6386600Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.6386960Z  ^ 2022-11-23T00:54:48.6387574Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.6387914Z template friend class std::hash; 2022-11-23T00:54:48.6388207Z  ^~~~~ 2022-11-23T00:54:48.6388452Z  struct 2022-11-23T00:54:48.6388695Z 1 warning generated. 2022-11-23T00:54:48.6446661Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T00:54:48.6685811Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.cpp:1: 2022-11-23T00:54:48.6686697Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.h:4: 2022-11-23T00:54:48.6687295Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.6688266Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.6689541Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.6690288Z template friend class std::hash; 2022-11-23T00:54:48.6690764Z  ^ 2022-11-23T00:54:48.6691514Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.6692054Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.6692457Z  ^ 2022-11-23T00:54:48.6693165Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.6693758Z template friend class std::hash; 2022-11-23T00:54:48.6694421Z  ^~~~~ 2022-11-23T00:54:48.6694866Z  struct 2022-11-23T00:54:48.6695233Z 1 warning generated. 2022-11-23T00:54:48.6825983Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T00:54:48.7095566Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T00:54:48.7333905Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.cpp:1: 2022-11-23T00:54:48.7334493Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.h:4: 2022-11-23T00:54:48.7335005Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.7335599Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.7336690Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.7337490Z template friend class std::hash; 2022-11-23T00:54:48.7337901Z  ^ 2022-11-23T00:54:48.7338549Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.7338998Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.7339339Z  ^ 2022-11-23T00:54:48.7339964Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.7340481Z template friend class std::hash; 2022-11-23T00:54:48.7340889Z  ^~~~~ 2022-11-23T00:54:48.7341273Z  struct 2022-11-23T00:54:48.7341663Z 1 warning generated. 2022-11-23T00:54:48.7401836Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T00:54:48.7739841Z [ 61%] 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:48.8821892Z [ 61%] 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:48.8881772Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.cpp:1: 2022-11-23T00:54:48.8882422Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.h:4: 2022-11-23T00:54:48.8883077Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.8883531Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.8884590Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.8885031Z template friend class std::hash; 2022-11-23T00:54:48.8885364Z  ^ 2022-11-23T00:54:48.8885966Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.8886398Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.8886717Z  ^ 2022-11-23T00:54:48.8887343Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.8887859Z template friend class std::hash; 2022-11-23T00:54:48.8888246Z  ^~~~~ 2022-11-23T00:54:48.8888614Z  struct 2022-11-23T00:54:48.8889067Z 1 warning generated. 2022-11-23T00:54:48.8965788Z [ 61%] 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:48.9568804Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.cpp:1: 2022-11-23T00:54:48.9569413Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.h:4: 2022-11-23T00:54:48.9569939Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:48.9570488Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:48.9570988Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:48.9571988Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:48.9572418Z template friend class std::hash; 2022-11-23T00:54:48.9572840Z  ^ 2022-11-23T00:54:48.9573411Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:48.9573853Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:48.9574194Z  ^ 2022-11-23T00:54:48.9574804Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:48.9575158Z template friend class std::hash; 2022-11-23T00:54:48.9575410Z  ^~~~~ 2022-11-23T00:54:48.9575703Z  struct 2022-11-23T00:54:48.9575946Z 1 warning generated. 2022-11-23T00:54:48.9639138Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T00:54:48.9692464Z [ 61%] 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:49.0239773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.cpp:1: 2022-11-23T00:54:49.0240474Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.h:3: 2022-11-23T00:54:49.0240811Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.0241204Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.0241944Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.0242510Z template friend class std::hash; 2022-11-23T00:54:49.0242915Z  ^ 2022-11-23T00:54:49.0243499Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.0243956Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.0244168Z  ^ 2022-11-23T00:54:49.0244563Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.0244885Z template friend class std::hash; 2022-11-23T00:54:49.0245145Z  ^~~~~ 2022-11-23T00:54:49.0245374Z  struct 2022-11-23T00:54:49.0245596Z 1 warning generated. 2022-11-23T00:54:49.0291650Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T00:54:49.0474863Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T00:54:49.0528651Z [ 62%] 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:49.0679060Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.cpp:2: 2022-11-23T00:54:49.0679801Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.h:4: 2022-11-23T00:54:49.0680446Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h:5: 2022-11-23T00:54:49.0680963Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.0681500Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.0682613Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.0683300Z template friend class std::hash; 2022-11-23T00:54:49.0683722Z  ^ 2022-11-23T00:54:49.0684864Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.0699309Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.0699818Z  ^ 2022-11-23T00:54:49.0700520Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.0701093Z template friend class std::hash; 2022-11-23T00:54:49.0701549Z  ^~~~~ 2022-11-23T00:54:49.0701960Z  struct 2022-11-23T00:54:49.0702352Z 1 warning generated. 2022-11-23T00:54:49.0732669Z [ 62%] 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:49.0897469Z [ 62%] 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:49.1883051Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T00:54:49.1963357Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T00:54:49.2061924Z [ 62%] 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:49.3587925Z [ 62%] 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:49.3852895Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.cpp:2: 2022-11-23T00:54:49.3853655Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.h:9: 2022-11-23T00:54:49.3854254Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.3854849Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.3856016Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.3856758Z template friend class std::hash; 2022-11-23T00:54:49.3857213Z  ^ 2022-11-23T00:54:49.3857974Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.3858512Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.3858882Z  ^ 2022-11-23T00:54:49.3859795Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.3860404Z template friend class std::hash; 2022-11-23T00:54:49.3860889Z  ^~~~~ 2022-11-23T00:54:49.3861299Z  struct 2022-11-23T00:54:49.3861701Z 1 warning generated. 2022-11-23T00:54:49.3927215Z [ 62%] 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:49.4771658Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T00:54:49.4907146Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.cpp:2: 2022-11-23T00:54:49.4907887Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.4908488Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.4909715Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.4910686Z template friend class std::hash; 2022-11-23T00:54:49.4911179Z  ^ 2022-11-23T00:54:49.4911951Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.4912498Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.4912893Z  ^ 2022-11-23T00:54:49.4913621Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.4914227Z template friend class std::hash; 2022-11-23T00:54:49.4914703Z  ^~~~~ 2022-11-23T00:54:49.4915142Z  struct 2022-11-23T00:54:49.4915567Z 1 warning generated. 2022-11-23T00:54:49.4916371Z [ 62%] 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:49.4978901Z [ 62%] 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:49.5437239Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.cpp:1: 2022-11-23T00:54:49.5437918Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h:6: 2022-11-23T00:54:49.5438504Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:49.5439108Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:49.5439676Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:49.5440267Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:49.5440824Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.5441416Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.5442605Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.5443340Z template friend class std::hash; 2022-11-23T00:54:49.5443997Z  ^ 2022-11-23T00:54:49.5444760Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.5445321Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.5445694Z  ^ 2022-11-23T00:54:49.5446632Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.5447242Z template friend class std::hash; 2022-11-23T00:54:49.5447712Z  ^~~~~ 2022-11-23T00:54:49.5448147Z  struct 2022-11-23T00:54:49.5448558Z 1 warning generated. 2022-11-23T00:54:49.5493325Z [ 62%] 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:49.5989619Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T00:54:49.6366683Z [ 62%] 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:49.6924182Z [ 62%] 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:49.7079964Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.cpp:4: 2022-11-23T00:54:49.7080690Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.7081196Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.7082828Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.7083486Z template friend class std::hash; 2022-11-23T00:54:49.7084041Z  ^ 2022-11-23T00:54:49.7084695Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.7085173Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.7085506Z  ^ 2022-11-23T00:54:49.7086114Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.7086653Z template friend class std::hash; 2022-11-23T00:54:49.7087053Z  ^~~~~ 2022-11-23T00:54:49.7087411Z  struct 2022-11-23T00:54:49.7087758Z 1 warning generated. 2022-11-23T00:54:49.7151038Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T00:54:49.7601042Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.cpp:1: 2022-11-23T00:54:49.7601448Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:54:49.7601773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.7602117Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.7602823Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.7603238Z template friend class std::hash; 2022-11-23T00:54:49.7603500Z  ^ 2022-11-23T00:54:49.7604055Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.7604353Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.7604561Z  ^ 2022-11-23T00:54:49.7604954Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.7605278Z template friend class std::hash; 2022-11-23T00:54:49.7605570Z  ^~~~~ 2022-11-23T00:54:49.7606094Z  struct 2022-11-23T00:54:49.7606453Z 1 warning generated. 2022-11-23T00:54:49.7656812Z [ 62%] 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:49.7849551Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T00:54:49.7873964Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.cpp:9: 2022-11-23T00:54:49.7874628Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h:3: 2022-11-23T00:54:49.7876666Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:49.7877064Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:49.7877732Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:49.7878311Z template friend class std::hash; 2022-11-23T00:54:49.7878560Z  ^ 2022-11-23T00:54:49.7878976Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:49.7879272Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:49.7879477Z  ^ 2022-11-23T00:54:49.7879864Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:49.7880184Z template friend class std::hash; 2022-11-23T00:54:49.7880562Z  ^~~~~ 2022-11-23T00:54:49.7881370Z  struct 2022-11-23T00:54:49.7881788Z 1 warning generated. 2022-11-23T00:54:49.7983405Z [ 62%] 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:49.8385428Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T00:54:49.8744715Z [ 62%] 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:49.8960013Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T00:54:49.9131046Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T00:54:49.9790659Z [ 62%] 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:50.0666830Z [ 63%] 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:50.0745058Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T00:54:50.2028761Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.cpp:1: 2022-11-23T00:54:50.2029462Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.h:6: 2022-11-23T00:54:50.2030055Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:50.2030677Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:50.2031888Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:50.2032617Z template friend class std::hash; 2022-11-23T00:54:50.2033093Z  ^ 2022-11-23T00:54:50.2034062Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:50.2034596Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:50.2034985Z  ^ 2022-11-23T00:54:50.2035705Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:50.2036297Z template friend class std::hash; 2022-11-23T00:54:50.2036768Z  ^~~~~ 2022-11-23T00:54:50.2037206Z  struct 2022-11-23T00:54:50.2037604Z 1 warning generated. 2022-11-23T00:54:50.2082423Z [ 63%] 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:50.2091103Z [ 63%] 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:50.2331529Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp:1: 2022-11-23T00:54:50.2332518Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.h:6: 2022-11-23T00:54:50.2333144Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:50.2333706Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:50.2334877Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:50.2335599Z template friend class std::hash; 2022-11-23T00:54:50.2336089Z  ^ 2022-11-23T00:54:50.2336820Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:50.2337361Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:50.2337782Z  ^ 2022-11-23T00:54:50.2338457Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:50.2339022Z template friend class std::hash; 2022-11-23T00:54:50.2339486Z  ^~~~~ 2022-11-23T00:54:50.2339903Z  struct 2022-11-23T00:54:50.2340308Z 1 warning generated. 2022-11-23T00:54:50.2422471Z [ 63%] 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:50.3193427Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T00:54:50.3585539Z [ 63%] 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:50.3599818Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T00:54:50.3747499Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.cpp:13: 2022-11-23T00:54:50.3748175Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:54:50.3748724Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:50.3749289Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:50.3749886Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:50.3751067Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:50.3751993Z template friend class std::hash; 2022-11-23T00:54:50.3752474Z  ^ 2022-11-23T00:54:50.3753197Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:50.3753716Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:50.3754128Z  ^ 2022-11-23T00:54:50.3754857Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:50.3755434Z template friend class std::hash; 2022-11-23T00:54:50.3755879Z  ^~~~~ 2022-11-23T00:54:50.3756279Z  struct 2022-11-23T00:54:50.3756667Z 1 warning generated. 2022-11-23T00:54:50.3847469Z [ 63%] 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:50.3875408Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.cpp:1: 2022-11-23T00:54:50.3879231Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.h:6: 2022-11-23T00:54:50.3879915Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/code_impl.h:8: 2022-11-23T00:54:50.3880561Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:50.3881124Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:50.3881709Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:50.3882867Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:50.3883606Z template friend class std::hash; 2022-11-23T00:54:50.3884330Z  ^ 2022-11-23T00:54:50.3885088Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:50.3885613Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:50.3886016Z  ^ 2022-11-23T00:54:50.3886700Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:50.3887284Z template friend class std::hash; 2022-11-23T00:54:50.3887753Z  ^~~~~ 2022-11-23T00:54:50.3888176Z  struct 2022-11-23T00:54:50.3888580Z 1 warning generated. 2022-11-23T00:54:50.3982868Z [ 63%] 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:50.4417050Z [ 63%] 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:50.4813676Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T00:54:50.4947063Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T00:54:50.5370077Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T00:54:50.5470805Z [ 63%] 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:50.6400206Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.cpp:6: 2022-11-23T00:54:50.6400889Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir_views.h:4: 2022-11-23T00:54:50.6401729Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:50.6402317Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:50.6403465Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:50.6404359Z template friend class std::hash; 2022-11-23T00:54:50.6404832Z  ^ 2022-11-23T00:54:50.6405577Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:50.6406094Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:50.6406484Z  ^ 2022-11-23T00:54:50.6407212Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:50.6407791Z template friend class std::hash; 2022-11-23T00:54:50.6408395Z  ^~~~~ 2022-11-23T00:54:50.6408829Z  struct 2022-11-23T00:54:50.6409232Z 1 warning generated. 2022-11-23T00:54:50.6464587Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:50.6564978Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:50.6687356Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T00:54:50.8192375Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T00:54:50.8207784Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:50.9476234Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.cpp:1: 2022-11-23T00:54:50.9477998Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:50.9479217Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:50.9479972Z template friend class std::hash; 2022-11-23T00:54:50.9480448Z  ^ 2022-11-23T00:54:50.9481189Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:50.9481726Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:50.9482110Z  ^ 2022-11-23T00:54:50.9482827Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:50.9483428Z template friend class std::hash; 2022-11-23T00:54:50.9484034Z  ^~~~~ 2022-11-23T00:54:50.9484415Z  struct 2022-11-23T00:54:50.9484814Z 1 warning generated. 2022-11-23T00:54:50.9533217Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:50.9966596Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T00:54:51.0572664Z [ 63%] 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:51.0686147Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp:1: 2022-11-23T00:54:51.0687153Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h:3: 2022-11-23T00:54:51.0687806Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:51.0688394Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:51.0688954Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:51.0689534Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:51.0690113Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.0690690Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.0691896Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.0692647Z template friend class std::hash; 2022-11-23T00:54:51.0693109Z  ^ 2022-11-23T00:54:51.0693993Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.0694520Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.0694924Z  ^ 2022-11-23T00:54:51.0695635Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.0696221Z template friend class std::hash; 2022-11-23T00:54:51.0696690Z  ^~~~~ 2022-11-23T00:54:51.0697115Z  struct 2022-11-23T00:54:51.0697517Z 1 warning generated. 2022-11-23T00:54:51.0787189Z [ 63%] 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:51.1362859Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T00:54:51.1644731Z [ 63%] 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:51.1694675Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.cpp:1: 2022-11-23T00:54:51.1695358Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.h:10: 2022-11-23T00:54:51.1695980Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.1696584Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.1697330Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.1697758Z template friend class std::hash; 2022-11-23T00:54:51.1698009Z  ^ 2022-11-23T00:54:51.1698423Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.1698713Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.1698917Z  ^ 2022-11-23T00:54:51.1699304Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.1699617Z template friend class std::hash; 2022-11-23T00:54:51.1699877Z  ^~~~~ 2022-11-23T00:54:51.1700101Z  struct 2022-11-23T00:54:51.1700319Z 1 warning generated. 2022-11-23T00:54:51.1766323Z [ 63%] 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:51.1876301Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.cpp:1: 2022-11-23T00:54:51.1878070Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.h:8: 2022-11-23T00:54:51.1878683Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.1879251Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.1881211Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.1881897Z template friend class std::hash; 2022-11-23T00:54:51.1882349Z  ^ 2022-11-23T00:54:51.1883059Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.1883548Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.1884314Z  ^ 2022-11-23T00:54:51.1884959Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.1885628Z template friend class std::hash; 2022-11-23T00:54:51.1886097Z  ^~~~~ 2022-11-23T00:54:51.1886522Z  struct 2022-11-23T00:54:51.1886897Z 1 warning generated. 2022-11-23T00:54:51.1991227Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T00:54:51.2425997Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T00:54:51.2782086Z [ 63%] 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:51.3383410Z [ 63%] 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:51.3805384Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T00:54:51.4273398Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.cpp:1: 2022-11-23T00:54:51.4274976Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h:10: 2022-11-23T00:54:51.4275339Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:54:51.4275888Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:51.4276389Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.4276762Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.4277820Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.4278485Z template friend class std::hash; 2022-11-23T00:54:51.4278902Z  ^ 2022-11-23T00:54:51.4279344Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.4279637Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.4279851Z  ^ 2022-11-23T00:54:51.4280223Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.4280540Z template friend class std::hash; 2022-11-23T00:54:51.4280798Z  ^~~~~ 2022-11-23T00:54:51.4281208Z  struct 2022-11-23T00:54:51.4281439Z 1 warning generated. 2022-11-23T00:54:51.4293753Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp:10: 2022-11-23T00:54:51.4294342Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h:3: 2022-11-23T00:54:51.4294832Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.4295314Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.4296318Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.4296932Z template friend class std::hash; 2022-11-23T00:54:51.4297335Z  ^ 2022-11-23T00:54:51.4297976Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.4298411Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.4298620Z  ^ 2022-11-23T00:54:51.4299007Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.4299376Z template friend class std::hash; 2022-11-23T00:54:51.4299782Z  ^~~~~ 2022-11-23T00:54:51.4300124Z  struct 2022-11-23T00:54:51.4300462Z 1 warning generated. 2022-11-23T00:54:51.4347246Z [ 63%] 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:51.4360170Z [ 63%] 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:51.5297056Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T00:54:51.5454866Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.cpp:1: 2022-11-23T00:54:51.5455573Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.h:3: 2022-11-23T00:54:51.5456154Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.5456725Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.5457926Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.5458658Z template friend class std::hash; 2022-11-23T00:54:51.5459117Z  ^ 2022-11-23T00:54:51.5459893Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.5460430Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.5460816Z  ^ 2022-11-23T00:54:51.5461544Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.5462117Z template friend class std::hash; 2022-11-23T00:54:51.5462594Z  ^~~~~ 2022-11-23T00:54:51.5463043Z  struct 2022-11-23T00:54:51.5463422Z 1 warning generated. 2022-11-23T00:54:51.5504662Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T00:54:51.5563084Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T00:54:51.5679961Z [ 63%] 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:51.6746558Z [ 63%] 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:51.6990999Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp:1: 2022-11-23T00:54:51.6991738Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h:3: 2022-11-23T00:54:51.6992391Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:51.6992962Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:51.6993525Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:51.6994046Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:51.6994635Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.6995485Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.6996660Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.6997407Z template friend class std::hash; 2022-11-23T00:54:51.6997887Z  ^ 2022-11-23T00:54:51.6998624Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.6999123Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.6999529Z  ^ 2022-11-23T00:54:51.7000245Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.7000835Z template friend class std::hash; 2022-11-23T00:54:51.7001612Z  ^~~~~ 2022-11-23T00:54:51.7002053Z  struct 2022-11-23T00:54:51.7002442Z 1 warning generated. 2022-11-23T00:54:51.7085572Z [ 63%] 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:51.8000308Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T00:54:51.8157654Z [ 63%] 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:51.9581694Z [ 63%] 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:51.9786924Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.cpp:1: 2022-11-23T00:54:51.9787735Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.h:3: 2022-11-23T00:54:51.9788379Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h:9: 2022-11-23T00:54:51.9788939Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:51.9789497Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:51.9790051Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:51.9790656Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:51.9791172Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.9791708Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.9793135Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.9793815Z template friend class std::hash; 2022-11-23T00:54:51.9794273Z  ^ 2022-11-23T00:54:51.9794910Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.9795200Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.9795403Z  ^ 2022-11-23T00:54:51.9795790Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.9796115Z template friend class std::hash; 2022-11-23T00:54:51.9796375Z  ^~~~~ 2022-11-23T00:54:51.9796600Z  struct 2022-11-23T00:54:51.9796822Z 1 warning generated. 2022-11-23T00:54:51.9861771Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T00:54:51.9902265Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.cpp:1: 2022-11-23T00:54:51.9903161Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h:9: 2022-11-23T00:54:51.9904139Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:51.9904750Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:51.9905322Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:51.9906453Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:51.9907033Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:51.9907729Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:51.9908910Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:51.9910819Z template friend class std::hash; 2022-11-23T00:54:51.9911314Z  ^ 2022-11-23T00:54:51.9912055Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:51.9912571Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:51.9912957Z  ^ 2022-11-23T00:54:51.9913686Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:51.9914287Z template friend class std::hash; 2022-11-23T00:54:51.9914756Z  ^~~~~ 2022-11-23T00:54:51.9915194Z  struct 2022-11-23T00:54:51.9915609Z 1 warning generated. 2022-11-23T00:54:51.9984691Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T00:54:52.0905653Z [ 63%] 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:52.1500409Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/generated_ops.cpp:3: 2022-11-23T00:54:52.1501113Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h:4: 2022-11-23T00:54:52.1501679Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.1502258Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.1504278Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.1504708Z template friend class std::hash; 2022-11-23T00:54:52.1505200Z  ^ 2022-11-23T00:54:52.1505680Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.1505985Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.1506204Z  ^ 2022-11-23T00:54:52.1506632Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.1506952Z template friend class std::hash; 2022-11-23T00:54:52.1507260Z  ^~~~~ 2022-11-23T00:54:52.1507609Z  struct 2022-11-23T00:54:52.1507969Z 1 warning generated. 2022-11-23T00:54:52.1574436Z [ 63%] 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:52.1622562Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/native_ops.cpp:1: 2022-11-23T00:54:52.1623209Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h:3: 2022-11-23T00:54:52.1623796Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.1624819Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.1626000Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.1627070Z template friend class std::hash; 2022-11-23T00:54:52.1627576Z  ^ 2022-11-23T00:54:52.1628354Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.1629582Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.1629933Z  ^ 2022-11-23T00:54:52.1630655Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.1633238Z template friend class std::hash; 2022-11-23T00:54:52.1633880Z  ^~~~~ 2022-11-23T00:54:52.1634318Z  struct 2022-11-23T00:54:52.1634719Z 1 warning generated. 2022-11-23T00:54:52.1684182Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T00:54:52.2279413Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T00:54:52.2485162Z [ 63%] 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:52.3596112Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.cpp:1: 2022-11-23T00:54:52.3596820Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.h:1: 2022-11-23T00:54:52.3597414Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.3598002Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.3599191Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.3599933Z template friend class std::hash; 2022-11-23T00:54:52.3600401Z  ^ 2022-11-23T00:54:52.3601358Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.3601882Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.3602277Z  ^ 2022-11-23T00:54:52.3602987Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.3603587Z template friend class std::hash; 2022-11-23T00:54:52.3604243Z  ^~~~~ 2022-11-23T00:54:52.3604664Z  struct 2022-11-23T00:54:52.3605064Z 1 warning generated. 2022-11-23T00:54:52.3653494Z [ 63%] 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:52.3728390Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T00:54:52.5061230Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.cpp:1: 2022-11-23T00:54:52.5063058Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.h:7: 2022-11-23T00:54:52.5063686Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:52.5064276Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:52.5065599Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:52.5066456Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:52.5067328Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.5067981Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.5069201Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.5070679Z template friend class std::hash; 2022-11-23T00:54:52.5071387Z  ^ 2022-11-23T00:54:52.5072323Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.5073127Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.5073572Z  ^ 2022-11-23T00:54:52.5074313Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.5074882Z template friend class std::hash; 2022-11-23T00:54:52.5075360Z  ^~~~~ 2022-11-23T00:54:52.5075788Z  struct 2022-11-23T00:54:52.5076205Z 1 warning generated. 2022-11-23T00:54:52.5119673Z [ 63%] 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:52.5134687Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T00:54:52.6184498Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.cpp:4: 2022-11-23T00:54:52.6185161Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.6185710Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.6186939Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.6187739Z template friend class std::hash; 2022-11-23T00:54:52.6188393Z  ^ 2022-11-23T00:54:52.6189145Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.6189678Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.6190075Z  ^ 2022-11-23T00:54:52.6190769Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.6191362Z template friend class std::hash; 2022-11-23T00:54:52.6191841Z  ^~~~~ 2022-11-23T00:54:52.6192275Z  struct 2022-11-23T00:54:52.6192658Z 1 warning generated. 2022-11-23T00:54:52.6251562Z [ 63%] 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:52.6335992Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T00:54:52.6969262Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.cpp:2: 2022-11-23T00:54:52.6970001Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h:6: 2022-11-23T00:54:52.6970614Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:52.6971976Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:52.6972542Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:52.6973164Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:52.6973749Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.6974336Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.6975518Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.6976218Z template friend class std::hash; 2022-11-23T00:54:52.6976682Z  ^ 2022-11-23T00:54:52.6977423Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.6977907Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.6978293Z  ^ 2022-11-23T00:54:52.6979008Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.6979569Z template friend class std::hash; 2022-11-23T00:54:52.6980042Z  ^~~~~ 2022-11-23T00:54:52.6980484Z  struct 2022-11-23T00:54:52.6980874Z 1 warning generated. 2022-11-23T00:54:52.7050212Z [ 63%] 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:52.7403236Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp:1: 2022-11-23T00:54:52.7404040Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h:6: 2022-11-23T00:54:52.7404583Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:52.7405126Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:52.7405669Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:52.7406226Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:52.7406904Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.7407452Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.7408579Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.7409258Z template friend class std::hash; 2022-11-23T00:54:52.7409680Z  ^ 2022-11-23T00:54:52.7410366Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.7410853Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.7411197Z  ^ 2022-11-23T00:54:52.7411867Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.7412399Z template friend class std::hash; 2022-11-23T00:54:52.7412834Z  ^~~~~ 2022-11-23T00:54:52.7413310Z  struct 2022-11-23T00:54:52.7413680Z 1 warning generated. 2022-11-23T00:54:52.7469909Z [ 63%] 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:52.7500636Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T00:54:52.7991713Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T00:54:52.8184269Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.cpp:1: 2022-11-23T00:54:52.8185006Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h:4: 2022-11-23T00:54:52.8185608Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:52.8186200Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:52.8187502Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:52.8188234Z template friend class std::hash; 2022-11-23T00:54:52.8188704Z  ^ 2022-11-23T00:54:52.8189451Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:52.8189982Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:52.8190379Z  ^ 2022-11-23T00:54:52.8191079Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:52.8191658Z template friend class std::hash; 2022-11-23T00:54:52.8192117Z  ^~~~~ 2022-11-23T00:54:52.8192546Z  struct 2022-11-23T00:54:52.8192943Z 1 warning generated. 2022-11-23T00:54:52.8250853Z [ 63%] 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:52.8355559Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T00:54:52.9404474Z [ 63%] 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:53.0085073Z [ 63%] 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:53.0261558Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp:1: 2022-11-23T00:54:53.0262526Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:54:53.0263139Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:53.0263692Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.0264265Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.0265442Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.0266121Z template friend class std::hash; 2022-11-23T00:54:53.0266579Z  ^ 2022-11-23T00:54:53.0267336Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.0267972Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.0268526Z  ^ 2022-11-23T00:54:53.0269223Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.0269806Z template friend class std::hash; 2022-11-23T00:54:53.0270261Z  ^~~~~ 2022-11-23T00:54:53.0270687Z  struct 2022-11-23T00:54:53.0271088Z 1 warning generated. 2022-11-23T00:54:53.0334794Z [ 63%] 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:53.0916646Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T00:54:53.1264905Z [ 63%] 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:53.1276162Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T00:54:53.1618813Z [ 63%] 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:53.1951154Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.cpp:2: 2022-11-23T00:54:53.1951877Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.h:3: 2022-11-23T00:54:53.1952501Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h:7: 2022-11-23T00:54:53.1953149Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h:4: 2022-11-23T00:54:53.1953605Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h:5: 2022-11-23T00:54:53.1953953Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:54:53.1954284Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:53.1954589Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:53.1954897Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:53.1955214Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:53.1955529Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.1955827Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.1956514Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.1956924Z template friend class std::hash; 2022-11-23T00:54:53.1957332Z  ^ 2022-11-23T00:54:53.1957737Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.1958033Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.1958249Z  ^ 2022-11-23T00:54:53.1958621Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.1958939Z template friend class std::hash; 2022-11-23T00:54:53.1959196Z  ^~~~~ 2022-11-23T00:54:53.1959533Z  struct 2022-11-23T00:54:53.1959753Z 1 warning generated. 2022-11-23T00:54:53.2024965Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T00:54:53.2380459Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T00:54:53.2606944Z [ 63%] 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:53.3477337Z [ 63%] 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:53.4363571Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.cpp:11: 2022-11-23T00:54:53.4364471Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:54:53.4365079Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:53.4365689Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.4366271Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.4367478Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.4368224Z template friend class std::hash; 2022-11-23T00:54:53.4368625Z  ^ 2022-11-23T00:54:53.4369317Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.4369840Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.4370244Z  ^ 2022-11-23T00:54:53.4370955Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.4371540Z template friend class std::hash; 2022-11-23T00:54:53.4372007Z  ^~~~~ 2022-11-23T00:54:53.4372445Z  struct 2022-11-23T00:54:53.4372862Z 1 warning generated. 2022-11-23T00:54:53.4378004Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.cpp:1: 2022-11-23T00:54:53.4378659Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h:8: 2022-11-23T00:54:53.4379252Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h:7: 2022-11-23T00:54:53.4379857Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h:4: 2022-11-23T00:54:53.4380437Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h:5: 2022-11-23T00:54:53.4381018Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:54:53.4381621Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:53.4382148Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:53.4382895Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:53.4383488Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:53.4384069Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.4384577Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.4385726Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.4386471Z template friend class std::hash; 2022-11-23T00:54:53.4386930Z  ^ 2022-11-23T00:54:53.4387728Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.4388258Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.4388662Z  ^ 2022-11-23T00:54:53.4389494Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.4389890Z template friend class std::hash; 2022-11-23T00:54:53.4390151Z  ^~~~~ 2022-11-23T00:54:53.4390400Z  struct 2022-11-23T00:54:53.4390610Z 1 warning generated. 2022-11-23T00:54:53.4429943Z [ 63%] 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:53.4437089Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T00:54:53.4600073Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T00:54:53.5298676Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.cpp:1: 2022-11-23T00:54:53.5303701Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h:6: 2022-11-23T00:54:53.5304329Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:53.5304937Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:53.5305516Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:53.5306118Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:53.5306706Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.5307265Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.5308532Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.5309253Z template friend class std::hash; 2022-11-23T00:54:53.5309712Z  ^ 2022-11-23T00:54:53.5310408Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.5310937Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.5311326Z  ^ 2022-11-23T00:54:53.5312032Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.5312621Z template friend class std::hash; 2022-11-23T00:54:53.5313094Z  ^~~~~ 2022-11-23T00:54:53.5313523Z  struct 2022-11-23T00:54:53.5313910Z 1 warning generated. 2022-11-23T00:54:53.5372295Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T00:54:53.5493961Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:53.6472040Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.cpp:1: 2022-11-23T00:54:53.6472744Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.h:3: 2022-11-23T00:54:53.6473350Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:53.6473923Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:53.6474504Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:53.6475087Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:53.6475690Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.6476283Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.6477661Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.6478394Z template friend class std::hash; 2022-11-23T00:54:53.6478861Z  ^ 2022-11-23T00:54:53.6479609Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.6480119Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.6480513Z  ^ 2022-11-23T00:54:53.6481232Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.6481799Z template friend class std::hash; 2022-11-23T00:54:53.6482282Z  ^~~~~ 2022-11-23T00:54:53.6482708Z  struct 2022-11-23T00:54:53.6483091Z 1 warning generated. 2022-11-23T00:54:53.6543619Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:53.6827376Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T00:54:53.7724233Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:53.7771763Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.cpp:7: 2022-11-23T00:54:53.7772472Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h:8: 2022-11-23T00:54:53.7773144Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h:7: 2022-11-23T00:54:53.7773819Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h:4: 2022-11-23T00:54:53.7774444Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h:5: 2022-11-23T00:54:53.7775061Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:54:53.7775667Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:53.7776249Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:53.7776805Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:53.7777401Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:53.7777969Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.7778737Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.7779927Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.7780647Z template friend class std::hash; 2022-11-23T00:54:53.7781123Z  ^ 2022-11-23T00:54:53.7781880Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.7782394Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.7782793Z  ^ 2022-11-23T00:54:53.7783517Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.7784078Z template friend class std::hash; 2022-11-23T00:54:53.7784567Z  ^~~~~ 2022-11-23T00:54:53.7785169Z  struct 2022-11-23T00:54:53.7785546Z 1 warning generated. 2022-11-23T00:54:53.7838629Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:53.8106055Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.cpp:4: 2022-11-23T00:54:53.8106748Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h:4: 2022-11-23T00:54:53.8107342Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:54:53.8108017Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:54:53.8109262Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.8109905Z template friend class std::hash; 2022-11-23T00:54:53.8110292Z  ^ 2022-11-23T00:54:53.8110919Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.8111236Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.8111557Z  ^ 2022-11-23T00:54:53.8112168Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.8112677Z template friend class std::hash; 2022-11-23T00:54:53.8113082Z  ^~~~~ 2022-11-23T00:54:53.8113442Z  struct 2022-11-23T00:54:53.8113700Z 1 warning generated. 2022-11-23T00:54:53.8139920Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.cpp:1: 2022-11-23T00:54:53.8141602Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.h:4: 2022-11-23T00:54:53.8142241Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h:4: 2022-11-23T00:54:53.8142796Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:53.8143395Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:53.8144586Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:53.8145264Z template friend class std::hash; 2022-11-23T00:54:53.8145753Z  ^ 2022-11-23T00:54:53.8146394Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:53.8146687Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:53.8146904Z  ^ 2022-11-23T00:54:53.8147289Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:53.8147684Z template friend class std::hash; 2022-11-23T00:54:53.8147931Z  ^~~~~ 2022-11-23T00:54:53.8148171Z  struct 2022-11-23T00:54:53.8148393Z 1 warning generated. 2022-11-23T00:54:53.8196765Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T00:54:53.8201416Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:53.8729889Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T00:54:53.8896186Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T00:54:53.9141272Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.0316420Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.1438536Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.1543710Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.cpp:4: 2022-11-23T00:54:54.1544412Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h:4: 2022-11-23T00:54:54.1546172Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:54:54.1546808Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:54:54.1548084Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:54.1548816Z template friend class std::hash; 2022-11-23T00:54:54.1549285Z  ^ 2022-11-23T00:54:54.1550038Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:54.1550568Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:54.1550938Z  ^ 2022-11-23T00:54:54.1551655Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:54.1552247Z template friend class std::hash; 2022-11-23T00:54:54.1552714Z  ^~~~~ 2022-11-23T00:54:54.1553144Z  struct 2022-11-23T00:54:54.1553536Z 1 warning generated. 2022-11-23T00:54:54.1660173Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.2673167Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.2683295Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T00:54:54.2724509Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.3219321Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.3834062Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T00:54:54.3903128Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.4008540Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T00:54:54.4558955Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T00:54:54.4922216Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.5208210Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T00:54:54.5755494Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.6805760Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.7437673Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.8128558Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T00:54:54.8482573Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.8948053Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.9286596Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T00:54:55.0352267Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:55.0352925Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T00:54:55.0380001Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:54:55.1189300Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T00:54:55.1346460Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T00:54:55.1463803Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T00:54:55.1974116Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:55.2099583Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:55.2654249Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.cpp:20: 2022-11-23T00:54:55.2655060Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h:6: 2022-11-23T00:54:55.2655687Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:54:55.2656304Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:54:55.2656871Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:54:55.2657435Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:55.2658192Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:55.2658615Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:55.2659630Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:55.2660254Z template friend class std::hash; 2022-11-23T00:54:55.2660650Z  ^ 2022-11-23T00:54:55.2661316Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:55.2661769Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:55.2662068Z  ^ 2022-11-23T00:54:55.2662655Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:55.2662971Z template friend class std::hash; 2022-11-23T00:54:55.2663356Z  ^~~~~ 2022-11-23T00:54:55.2663602Z  struct 2022-11-23T00:54:55.2663811Z 1 warning generated. 2022-11-23T00:54:55.2730713Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T00:54:55.2993340Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:55.3023620Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T00:54:55.3501621Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T00:54:55.4797488Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:55.5861430Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:55.6156224Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.cpp:1: 2022-11-23T00:54:55.6156890Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.h:3: 2022-11-23T00:54:55.6157495Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:55.6158033Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:55.6159246Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:55.6159985Z template friend class std::hash; 2022-11-23T00:54:55.6160470Z  ^ 2022-11-23T00:54:55.6161188Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:55.6161722Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:55.6162107Z  ^ 2022-11-23T00:54:55.6162793Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:55.6163228Z template friend class std::hash; 2022-11-23T00:54:55.6163574Z  ^~~~~ 2022-11-23T00:54:55.6163984Z  struct 2022-11-23T00:54:55.6164205Z 1 warning generated. 2022-11-23T00:54:55.6214801Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:55.6300244Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T00:54:55.6786170Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T00:54:55.7623144Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:55.8600912Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:55.8665537Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T00:54:55.9019987Z [ 65%] 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:54:55.9870886Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T00:54:56.0090710Z [ 65%] 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:54:56.0249007Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T00:54:56.1236654Z [ 65%] 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:54:56.2231579Z [ 65%] 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:54:56.2313149Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:54:56.2403316Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:54:56.3136853Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T00:54:56.3142612Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T00:54:56.3442910Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:54:56.3862474Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:54:56.3913868Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:54:56.4062680Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:54:56.4248889Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T00:54:56.4752659Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T00:54:56.4947368Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T00:54:56.5162609Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T00:54:56.5252923Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:54:56.6369028Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T00:54:56.6526813Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.cpp:2: 2022-11-23T00:54:56.6527546Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h:4: 2022-11-23T00:54:56.6528952Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:56.6529617Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:56.6531750Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:56.6532560Z template friend class std::hash; 2022-11-23T00:54:56.6533014Z  ^ 2022-11-23T00:54:56.6533769Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:56.6534300Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:56.6534693Z  ^ 2022-11-23T00:54:56.6535409Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:56.6535997Z template friend class std::hash; 2022-11-23T00:54:56.6536482Z  ^~~~~ 2022-11-23T00:54:56.6536909Z  struct 2022-11-23T00:54:56.6537324Z 1 warning generated. 2022-11-23T00:54:56.6619955Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T00:54:56.6679527Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T00:54:56.7445776Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T00:54:56.8510748Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T00:54:56.9828556Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T00:54:57.0346240Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T00:54:57.1089284Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T00:54:57.1401984Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T00:54:57.1616504Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T00:54:57.1665081Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T00:54:57.2066412Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.cpp:3: 2022-11-23T00:54:57.2067095Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h:6: 2022-11-23T00:54:57.2067752Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:57.2068363Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:57.2069548Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:57.2069969Z template friend class std::hash; 2022-11-23T00:54:57.2070235Z  ^ 2022-11-23T00:54:57.2070630Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:57.2070920Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:57.2071136Z  ^ 2022-11-23T00:54:57.2071519Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:57.2071823Z template friend class std::hash; 2022-11-23T00:54:57.2072260Z  ^~~~~ 2022-11-23T00:54:57.2072635Z  struct 2022-11-23T00:54:57.2072982Z 1 warning generated. 2022-11-23T00:54:57.2185411Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T00:54:57.2337164Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T00:54:57.2446968Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.cpp:4: 2022-11-23T00:54:57.2447593Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h:3: 2022-11-23T00:54:57.2448188Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h:4: 2022-11-23T00:54:57.2448753Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h:6: 2022-11-23T00:54:57.2449295Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:57.2449785Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:57.2451041Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:57.2451702Z template friend class std::hash; 2022-11-23T00:54:57.2452118Z  ^ 2022-11-23T00:54:57.2452772Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:57.2453252Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:57.2453605Z  ^ 2022-11-23T00:54:57.2454230Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:57.2454759Z template friend class std::hash; 2022-11-23T00:54:57.2455178Z  ^~~~~ 2022-11-23T00:54:57.2455557Z  struct 2022-11-23T00:54:57.2455911Z 1 warning generated. 2022-11-23T00:54:57.2562233Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T00:54:57.3000981Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T00:54:57.3122244Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T00:54:57.4650633Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T00:54:57.4728011Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T00:54:57.5903129Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T00:54:57.6968383Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.cpp:2: 2022-11-23T00:54:57.6969096Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.h:3: 2022-11-23T00:54:57.6969731Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h:4: 2022-11-23T00:54:57.6970324Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:57.6970910Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:57.6972123Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:57.6973090Z template friend class std::hash; 2022-11-23T00:54:57.6973551Z  ^ 2022-11-23T00:54:57.6974317Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:57.6974841Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:57.6975246Z  ^ 2022-11-23T00:54:57.6975951Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:57.6976527Z template friend class std::hash; 2022-11-23T00:54:57.6977011Z  ^~~~~ 2022-11-23T00:54:57.6977422Z  struct 2022-11-23T00:54:57.6977812Z 1 warning generated. 2022-11-23T00:54:57.7043493Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T00:54:57.7697551Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T00:54:57.8198612Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:54:57.8263296Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.cpp:1: 2022-11-23T00:54:57.8264032Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h:4: 2022-11-23T00:54:57.8264674Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h:6: 2022-11-23T00:54:57.8265253Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:57.8265826Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:57.8267001Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:57.8267820Z template friend class std::hash; 2022-11-23T00:54:57.8268281Z  ^ 2022-11-23T00:54:57.8269025Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:57.8269541Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:57.8269912Z  ^ 2022-11-23T00:54:57.8270626Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:57.8271212Z template friend class std::hash; 2022-11-23T00:54:57.8271678Z  ^~~~~ 2022-11-23T00:54:57.8272092Z  struct 2022-11-23T00:54:57.8272485Z 1 warning generated. 2022-11-23T00:54:57.8341744Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T00:54:57.9548432Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.cpp:2: 2022-11-23T00:54:57.9549039Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h:4: 2022-11-23T00:54:57.9549557Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:57.9550085Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:57.9551001Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:57.9551416Z template friend class std::hash; 2022-11-23T00:54:57.9551660Z  ^ 2022-11-23T00:54:57.9552230Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:57.9552537Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:57.9552741Z  ^ 2022-11-23T00:54:57.9553133Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:57.9553455Z template friend class std::hash; 2022-11-23T00:54:57.9553700Z  ^~~~~ 2022-11-23T00:54:57.9553940Z  struct 2022-11-23T00:54:57.9554163Z 1 warning generated. 2022-11-23T00:54:57.9603398Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:54:57.9764718Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T00:54:57.9923196Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T00:54:58.0017921Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.cpp:1: 2022-11-23T00:54:58.0018646Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h:4: 2022-11-23T00:54:58.0019198Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h:6: 2022-11-23T00:54:58.0019795Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:58.0020385Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:58.0021446Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:58.0021878Z template friend class std::hash; 2022-11-23T00:54:58.0022280Z  ^ 2022-11-23T00:54:58.0022739Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:58.0023035Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:58.0023257Z  ^ 2022-11-23T00:54:58.0023845Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:58.0024434Z template friend class std::hash; 2022-11-23T00:54:58.0024885Z  ^~~~~ 2022-11-23T00:54:58.0025242Z  struct 2022-11-23T00:54:58.0025473Z 1 warning generated. 2022-11-23T00:54:58.0098944Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T00:54:58.0767564Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.cpp:3: 2022-11-23T00:54:58.0768311Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h:4: 2022-11-23T00:54:58.0768927Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h:6: 2022-11-23T00:54:58.0769456Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:58.0770003Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:58.0771206Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:58.0771958Z template friend class std::hash; 2022-11-23T00:54:58.0772415Z  ^ 2022-11-23T00:54:58.0773322Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:58.0773860Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:58.0774229Z  ^ 2022-11-23T00:54:58.0774928Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:58.0775517Z template friend class std::hash; 2022-11-23T00:54:58.0775992Z  ^~~~~ 2022-11-23T00:54:58.0776394Z  struct 2022-11-23T00:54:58.0776786Z 1 warning generated. 2022-11-23T00:54:58.0855093Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:54:58.1013092Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T00:54:58.1301653Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T00:54:58.2140778Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T00:54:58.2722438Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:54:58.2763970Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T00:54:58.4313342Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.cpp:1: 2022-11-23T00:54:58.4314139Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.h:3: 2022-11-23T00:54:58.4314806Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h:4: 2022-11-23T00:54:58.4315353Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:58.4315950Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:58.4317190Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:58.4317934Z template friend class std::hash; 2022-11-23T00:54:58.4318381Z  ^ 2022-11-23T00:54:58.4319139Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:58.4319670Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:58.4320039Z  ^ 2022-11-23T00:54:58.4320757Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:58.4321331Z template friend class std::hash; 2022-11-23T00:54:58.4321799Z  ^~~~~ 2022-11-23T00:54:58.4322241Z  struct 2022-11-23T00:54:58.4322639Z 1 warning generated. 2022-11-23T00:54:58.4364818Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T00:54:58.4530436Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T00:54:58.4737764Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T00:54:58.6028271Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.cpp:1: 2022-11-23T00:54:58.6029063Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.h:3: 2022-11-23T00:54:58.6029680Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h:4: 2022-11-23T00:54:58.6030448Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:58.6030897Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:58.6031709Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:58.6032198Z template friend class std::hash; 2022-11-23T00:54:58.6032556Z  ^ 2022-11-23T00:54:58.6032989Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:58.6033302Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:58.6033541Z  ^ 2022-11-23T00:54:58.6033926Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:58.6034296Z template friend class std::hash; 2022-11-23T00:54:58.6034639Z  ^~~~~ 2022-11-23T00:54:58.6034923Z  struct 2022-11-23T00:54:58.6035145Z 1 warning generated. 2022-11-23T00:54:58.6082896Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:54:58.6356540Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:54:58.6670843Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:54:58.6860829Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:54:58.6952869Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T00:54:58.7100039Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T00:54:58.7815065Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:58.7816553Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:58.7856845Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:58.8139463Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:58.9007607Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T00:54:58.9428110Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T00:54:58.9569195Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T00:54:58.9625517Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.0993234Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.1039345Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.cpp:1: 2022-11-23T00:54:59.1039927Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.h:3: 2022-11-23T00:54:59.1040550Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:54:59.1041377Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:54:59.1041981Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.1042429Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.1043077Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.1043484Z template friend class std::hash; 2022-11-23T00:54:59.1043830Z  ^ 2022-11-23T00:54:59.1044262Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.1044555Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.1044771Z  ^ 2022-11-23T00:54:59.1045167Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.1045554Z template friend class std::hash; 2022-11-23T00:54:59.1045811Z  ^~~~~ 2022-11-23T00:54:59.1046050Z  struct 2022-11-23T00:54:59.1046260Z 1 warning generated. 2022-11-23T00:54:59.1113539Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.1566103Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.cpp:18: 2022-11-23T00:54:59.1566757Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.1567347Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.1568587Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.1569338Z template friend class std::hash; 2022-11-23T00:54:59.1569810Z  ^ 2022-11-23T00:54:59.1570548Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.1571077Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.1571466Z  ^ 2022-11-23T00:54:59.1572170Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.1572750Z template friend class std::hash; 2022-11-23T00:54:59.1573196Z  ^~~~~ 2022-11-23T00:54:59.1573630Z  struct 2022-11-23T00:54:59.1574011Z 1 warning generated. 2022-11-23T00:54:59.1661414Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.2261756Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T00:54:59.2495017Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T00:54:59.2797655Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.cpp:1: 2022-11-23T00:54:59.2798335Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:54:59.2798965Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:54:59.2799438Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:59.2799786Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:59.2800431Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.2800929Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.2801887Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.2802555Z template friend class std::hash; 2022-11-23T00:54:59.2802961Z  ^ 2022-11-23T00:54:59.2803584Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.2804128Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.2804355Z  ^ 2022-11-23T00:54:59.2804849Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.2805318Z template friend class std::hash; 2022-11-23T00:54:59.2805710Z  ^~~~~ 2022-11-23T00:54:59.2805949Z  struct 2022-11-23T00:54:59.2806157Z 1 warning generated. 2022-11-23T00:54:59.2850893Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.3074341Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T00:54:59.3291002Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.cpp:7: 2022-11-23T00:54:59.3291678Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:54:59.3292303Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:54:59.3292943Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:59.3293606Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:59.3294209Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.3294802Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.3296012Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.3296732Z template friend class std::hash; 2022-11-23T00:54:59.3297213Z  ^ 2022-11-23T00:54:59.3297970Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.3298499Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.3298899Z  ^ 2022-11-23T00:54:59.3299629Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.3300206Z template friend class std::hash; 2022-11-23T00:54:59.3300662Z  ^~~~~ 2022-11-23T00:54:59.3301098Z  struct 2022-11-23T00:54:59.3301497Z 1 warning generated. 2022-11-23T00:54:59.3379027Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.3617075Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.cpp:1: 2022-11-23T00:54:59.3617504Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h:9: 2022-11-23T00:54:59.3618020Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:54:59.3618397Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:59.3618739Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:59.3619118Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.3619434Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.3620148Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.3620601Z template friend class std::hash; 2022-11-23T00:54:59.3620865Z  ^ 2022-11-23T00:54:59.3621307Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.3621595Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.3621879Z  ^ 2022-11-23T00:54:59.3622323Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.3622638Z template friend class std::hash; 2022-11-23T00:54:59.3622944Z  ^~~~~ 2022-11-23T00:54:59.3623182Z  struct 2022-11-23T00:54:59.3623401Z 1 warning generated. 2022-11-23T00:54:59.3704365Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T00:54:59.3756682Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.4059692Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T00:54:59.5049174Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T00:54:59.5616330Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.6509074Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.6710590Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.cpp:2: 2022-11-23T00:54:59.6711298Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h:7: 2022-11-23T00:54:59.6711874Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:54:59.6712508Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:54:59.6713074Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:59.6713689Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:59.6715392Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.6716144Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.6717283Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.6717951Z template friend class std::hash; 2022-11-23T00:54:59.6718401Z  ^ 2022-11-23T00:54:59.6719103Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.6719553Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.6719902Z  ^ 2022-11-23T00:54:59.6720750Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.6721285Z template friend class std::hash; 2022-11-23T00:54:59.6721725Z  ^~~~~ 2022-11-23T00:54:59.6722128Z  struct 2022-11-23T00:54:59.6722470Z 1 warning generated. 2022-11-23T00:54:59.6810822Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.7092137Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.cpp:1: 2022-11-23T00:54:59.7092745Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.h:8: 2022-11-23T00:54:59.7093285Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:59.7093872Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:59.7094390Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.7095078Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.7096138Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.7096784Z template friend class std::hash; 2022-11-23T00:54:59.7097184Z  ^ 2022-11-23T00:54:59.7097859Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.7098307Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.7098630Z  ^ 2022-11-23T00:54:59.7111658Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.7112029Z template friend class std::hash; 2022-11-23T00:54:59.7112298Z  ^~~~~ 2022-11-23T00:54:59.7112542Z  struct 2022-11-23T00:54:59.7112754Z 1 warning generated. 2022-11-23T00:54:59.7168258Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.7285806Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T00:54:59.7639800Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.cpp:1: 2022-11-23T00:54:59.7640465Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:54:59.7640969Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:54:59.7641319Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:59.7641676Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:59.7642006Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.7642325Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.7643040Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.7643459Z template friend class std::hash; 2022-11-23T00:54:59.7643854Z  ^ 2022-11-23T00:54:59.7644326Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.7644793Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.7645021Z  ^ 2022-11-23T00:54:59.7645422Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.7645783Z template friend class std::hash; 2022-11-23T00:54:59.7646031Z  ^~~~~ 2022-11-23T00:54:59.7646326Z  struct 2022-11-23T00:54:59.7646554Z 1 warning generated. 2022-11-23T00:54:59.7748786Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.7758055Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T00:54:59.8151008Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T00:54:59.8721966Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T00:54:59.8751370Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.cpp:1: 2022-11-23T00:54:59.8752075Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.h:3: 2022-11-23T00:54:59.8752932Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:54:59.8753534Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:54:59.8754349Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:54:59.8754977Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:54:59.8755574Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:54:59.8756802Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:54:59.8757513Z template friend class std::hash; 2022-11-23T00:54:59.8757945Z  ^ 2022-11-23T00:54:59.8758655Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:54:59.8759145Z struct hash : __hash_enum<_Tp> 2022-11-23T00:54:59.8759540Z  ^ 2022-11-23T00:54:59.8760228Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:54:59.8760804Z template friend class std::hash; 2022-11-23T00:54:59.8761256Z  ^~~~~ 2022-11-23T00:54:59.8761684Z  struct 2022-11-23T00:54:59.8762076Z 1 warning generated. 2022-11-23T00:54:59.8848781Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:59.9214090Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T00:55:00.0416935Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.0704187Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T00:55:00.0887494Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.cpp:2: 2022-11-23T00:55:00.0888155Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h:7: 2022-11-23T00:55:00.0888742Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:00.0889578Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:00.0890174Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.0890785Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.0891382Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.0891927Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.0893136Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.0893864Z template friend class std::hash; 2022-11-23T00:55:00.0894330Z  ^ 2022-11-23T00:55:00.0895063Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.0895602Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.0896110Z  ^ 2022-11-23T00:55:00.0896807Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.0897396Z template friend class std::hash; 2022-11-23T00:55:00.0897869Z  ^~~~~ 2022-11-23T00:55:00.0898292Z  struct 2022-11-23T00:55:00.0898676Z 1 warning generated. 2022-11-23T00:55:00.0963855Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.1617990Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.cpp:1: 2022-11-23T00:55:00.1619593Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.h:6: 2022-11-23T00:55:00.1620138Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:55:00.1620499Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.1620862Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.1621180Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.1621498Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.1622243Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.1622714Z template friend class std::hash; 2022-11-23T00:55:00.1622962Z  ^ 2022-11-23T00:55:00.1623436Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.1623731Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.1623990Z  ^ 2022-11-23T00:55:00.1624376Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.1624773Z template friend class std::hash; 2022-11-23T00:55:00.1625163Z  ^~~~~ 2022-11-23T00:55:00.1625511Z  struct 2022-11-23T00:55:00.1625851Z 1 warning generated. 2022-11-23T00:55:00.1673605Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.1959263Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T00:55:00.2028186Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.cpp:5: 2022-11-23T00:55:00.2029104Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:55:00.2029768Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:00.2030363Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.2031008Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.2031621Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.2032216Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.2033428Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.2034160Z template friend class std::hash; 2022-11-23T00:55:00.2034635Z  ^ 2022-11-23T00:55:00.2035382Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.2035990Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.2036384Z  ^ 2022-11-23T00:55:00.2037104Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.2037678Z template friend class std::hash; 2022-11-23T00:55:00.2038148Z  ^~~~~ 2022-11-23T00:55:00.2038579Z  struct 2022-11-23T00:55:00.2038978Z 1 warning generated. 2022-11-23T00:55:00.2046842Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.cpp:1: 2022-11-23T00:55:00.2047557Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.h:4: 2022-11-23T00:55:00.2048897Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h:9: 2022-11-23T00:55:00.2050453Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:00.2051056Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.2051697Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.2053188Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.2053768Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.2054930Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.2055661Z template friend class std::hash; 2022-11-23T00:55:00.2056115Z  ^ 2022-11-23T00:55:00.2056832Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.2057324Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.2057703Z  ^ 2022-11-23T00:55:00.2058400Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.2058939Z template friend class std::hash; 2022-11-23T00:55:00.2059387Z  ^~~~~ 2022-11-23T00:55:00.2059804Z  struct 2022-11-23T00:55:00.2060178Z 1 warning generated. 2022-11-23T00:55:00.2097395Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.2145853Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.2146878Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T00:55:00.3461716Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T00:55:00.3599620Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T00:55:00.3704049Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp:1: 2022-11-23T00:55:00.3704685Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h:3: 2022-11-23T00:55:00.3705200Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:55:00.3705702Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.3706164Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.3706845Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.3707475Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.3708711Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.3709320Z template friend class std::hash; 2022-11-23T00:55:00.3709590Z  ^ 2022-11-23T00:55:00.3710043Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.3710349Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.3710594Z  ^ 2022-11-23T00:55:00.3710999Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.3711348Z template friend class std::hash; 2022-11-23T00:55:00.3711637Z  ^~~~~ 2022-11-23T00:55:00.3711876Z  struct 2022-11-23T00:55:00.3712104Z 1 warning generated. 2022-11-23T00:55:00.3767492Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.3812277Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.3891189Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T00:55:00.5234721Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T00:55:00.5510926Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.cpp:3: 2022-11-23T00:55:00.5511610Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.h:3: 2022-11-23T00:55:00.5512337Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h:3: 2022-11-23T00:55:00.5513001Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:55:00.5513604Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:00.5514214Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.5514849Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.5515443Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.5516344Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.5517568Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.5518305Z template friend class std::hash; 2022-11-23T00:55:00.5518756Z  ^ 2022-11-23T00:55:00.5519503Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.5520029Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.5520429Z  ^ 2022-11-23T00:55:00.5521123Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.5521707Z template friend class std::hash; 2022-11-23T00:55:00.5522172Z  ^~~~~ 2022-11-23T00:55:00.5522595Z  struct 2022-11-23T00:55:00.5523112Z 1 warning generated. 2022-11-23T00:55:00.5549999Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.5606742Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.6818491Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.cpp:2: 2022-11-23T00:55:00.6823426Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.6824079Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.6824638Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.6825115Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.6826162Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.6826773Z template friend class std::hash; 2022-11-23T00:55:00.6827194Z  ^ 2022-11-23T00:55:00.6827947Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.6828425Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.6828761Z  ^ 2022-11-23T00:55:00.6829393Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.6829879Z template friend class std::hash; 2022-11-23T00:55:00.6830271Z  ^~~~~ 2022-11-23T00:55:00.6830633Z  struct 2022-11-23T00:55:00.6830951Z 1 warning generated. 2022-11-23T00:55:00.6889660Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:00.7131015Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.cpp:2: 2022-11-23T00:55:00.7131693Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:00.7132291Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:00.7132939Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.7133587Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.7134187Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.7134983Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.7136209Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.7136951Z template friend class std::hash; 2022-11-23T00:55:00.7137428Z  ^ 2022-11-23T00:55:00.7138182Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.7138713Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.7139112Z  ^ 2022-11-23T00:55:00.7139833Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.7140509Z template friend class std::hash; 2022-11-23T00:55:00.7141006Z  ^~~~~ 2022-11-23T00:55:00.7141419Z  struct 2022-11-23T00:55:00.7142018Z 1 warning generated. 2022-11-23T00:55:00.7200682Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T00:55:00.7277497Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T00:55:00.7422772Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T00:55:00.8260253Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T00:55:00.8395587Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:55:00.9203385Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.cpp:1: 2022-11-23T00:55:00.9204451Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.h:7: 2022-11-23T00:55:00.9204814Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:00.9205128Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:00.9205463Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:00.9205812Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:00.9206140Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:00.9206448Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:00.9207131Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:00.9207538Z template friend class std::hash; 2022-11-23T00:55:00.9207858Z  ^ 2022-11-23T00:55:00.9208450Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:00.9208907Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:00.9209242Z  ^ 2022-11-23T00:55:00.9209874Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:00.9210355Z template friend class std::hash; 2022-11-23T00:55:00.9210801Z  ^~~~~ 2022-11-23T00:55:00.9211212Z  struct 2022-11-23T00:55:00.9211610Z 1 warning generated. 2022-11-23T00:55:00.9266148Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:00.9280210Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:00.9552916Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T00:55:01.1069570Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:01.1070105Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T00:55:01.1246343Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:01.1457083Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.cpp:50: 2022-11-23T00:55:01.1457863Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.h:10: 2022-11-23T00:55:01.1458525Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:01.1459117Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:01.1459661Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:01.1460159Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:01.1460673Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:01.1461445Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:01.1461839Z template friend class std::hash; 2022-11-23T00:55:01.1462099Z  ^ 2022-11-23T00:55:01.1462515Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:01.1462809Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:01.1463017Z  ^ 2022-11-23T00:55:01.1463404Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:01.1463722Z template friend class std::hash; 2022-11-23T00:55:01.1463972Z  ^~~~~ 2022-11-23T00:55:01.1464214Z  struct 2022-11-23T00:55:01.1464437Z 1 warning generated. 2022-11-23T00:55:01.1526831Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:01.1594043Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.cpp:1: 2022-11-23T00:55:01.1594702Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h:3: 2022-11-23T00:55:01.1595390Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:55:01.1596039Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:01.1596624Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:01.1597073Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:01.1597405Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:01.1597709Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:01.1598363Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:01.1598768Z template friend class std::hash; 2022-11-23T00:55:01.1599030Z  ^ 2022-11-23T00:55:01.1599596Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:01.1599903Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:01.1600125Z  ^ 2022-11-23T00:55:01.1600498Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:01.1600819Z template friend class std::hash; 2022-11-23T00:55:01.1601084Z  ^~~~~ 2022-11-23T00:55:01.1601326Z  struct 2022-11-23T00:55:01.1601534Z 1 warning generated. 2022-11-23T00:55:01.1652875Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:01.2521787Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:01.2572026Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T00:55:01.2841135Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.cpp:1: 2022-11-23T00:55:01.2841521Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.h:7: 2022-11-23T00:55:01.2842134Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:55:01.2842710Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:01.2843343Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:01.2844033Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:01.2844521Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:01.2845509Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:01.2845931Z template friend class std::hash; 2022-11-23T00:55:01.2846192Z  ^ 2022-11-23T00:55:01.2846587Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:01.2846881Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:01.2847097Z  ^ 2022-11-23T00:55:01.2847467Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:01.2847788Z template friend class std::hash; 2022-11-23T00:55:01.2848049Z  ^~~~~ 2022-11-23T00:55:01.2848274Z  struct 2022-11-23T00:55:01.2848500Z 1 warning generated. 2022-11-23T00:55:01.2861297Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T00:55:01.2892771Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T00:55:01.3050762Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:01.3333866Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T00:55:01.3858708Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T00:55:01.4397456Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T00:55:01.5121142Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T00:55:01.6091856Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:55:01.6508214Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T00:55:01.6589094Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T00:55:01.6987646Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:55:01.7240356Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T00:55:01.7513697Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T00:55:01.7767542Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T00:55:01.7812899Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:55:01.8066613Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T00:55:01.8746052Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T00:55:01.9280041Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:55:01.9514599Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T00:55:01.9957091Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T00:55:02.0079875Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T00:55:02.0597300Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T00:55:02.0763227Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:55:02.1028980Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T00:55:02.1508012Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:55:02.1626054Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T00:55:02.1861721Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T00:55:02.2651923Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T00:55:02.2704911Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T00:55:02.2810714Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:55:02.3468439Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T00:55:02.3816890Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:55:02.4102884Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T00:55:02.4200499Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T00:55:02.5110970Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T00:55:02.5383105Z In file included from /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.cpp:1: 2022-11-23T00:55:02.5384319Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:02.5385068Z template friend class std::hash; 2022-11-23T00:55:02.5385561Z  ^ 2022-11-23T00:55:02.5386281Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:02.5386735Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:02.5387137Z  ^ 2022-11-23T00:55:02.5387949Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:02.5388531Z template friend class std::hash; 2022-11-23T00:55:02.5389037Z  ^~~~~ 2022-11-23T00:55:02.5389277Z  struct 2022-11-23T00:55:02.5389486Z 1 warning generated. 2022-11-23T00:55:02.5432954Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T00:55:02.5434372Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:55:02.5491755Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T00:55:02.7037707Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T00:55:02.7752496Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:55:02.7930475Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T00:55:02.8426964Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T00:55:02.9152740Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T00:55:02.9540035Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:55:03.0135172Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.cpp:1: 2022-11-23T00:55:03.0135584Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.h:3: 2022-11-23T00:55:03.0135904Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:03.0136249Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.0136932Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.0137341Z template friend class std::hash; 2022-11-23T00:55:03.0137599Z  ^ 2022-11-23T00:55:03.0138005Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.0138281Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.0138494Z  ^ 2022-11-23T00:55:03.0138879Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.0139184Z template friend class std::hash; 2022-11-23T00:55:03.0139613Z  ^~~~~ 2022-11-23T00:55:03.0139861Z  struct 2022-11-23T00:55:03.0140082Z 1 warning generated. 2022-11-23T00:55:03.0182945Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T00:55:03.1135143Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T00:55:03.1323651Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.cpp:1: 2022-11-23T00:55:03.1324471Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.h:3: 2022-11-23T00:55:03.1325044Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:03.1325627Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.1326802Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.1327717Z template friend class std::hash; 2022-11-23T00:55:03.1328137Z  ^ 2022-11-23T00:55:03.1328828Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.1329311Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.1329652Z  ^ 2022-11-23T00:55:03.1330319Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.1330877Z template friend class std::hash; 2022-11-23T00:55:03.1331331Z  ^~~~~ 2022-11-23T00:55:03.1331722Z  struct 2022-11-23T00:55:03.1332110Z 1 warning generated. 2022-11-23T00:55:03.1396358Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T00:55:03.2290932Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.cpp:2: 2022-11-23T00:55:03.2291651Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.h:4: 2022-11-23T00:55:03.2292184Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:03.2292762Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.2293896Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.2294613Z template friend class std::hash; 2022-11-23T00:55:03.2295072Z  ^ 2022-11-23T00:55:03.2295820Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.2296332Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.2296719Z  ^ 2022-11-23T00:55:03.2297421Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.2297976Z template friend class std::hash; 2022-11-23T00:55:03.2298457Z  ^~~~~ 2022-11-23T00:55:03.2298881Z  struct 2022-11-23T00:55:03.2299263Z 1 warning generated. 2022-11-23T00:55:03.2363898Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T00:55:03.2633077Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:55:03.2869988Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.cpp:1: 2022-11-23T00:55:03.2871697Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h:4: 2022-11-23T00:55:03.2872324Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.h:5: 2022-11-23T00:55:03.2872997Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_all_nodes.h:3: 2022-11-23T00:55:03.2873644Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.h:9: 2022-11-23T00:55:03.2874277Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.h:6: 2022-11-23T00:55:03.2874845Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:03.2875440Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.2876678Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.2877647Z template friend class std::hash; 2022-11-23T00:55:03.2878136Z  ^ 2022-11-23T00:55:03.2878907Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.2879450Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.2879821Z  ^ 2022-11-23T00:55:03.2880491Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.2881069Z template friend class std::hash; 2022-11-23T00:55:03.2881522Z  ^~~~~ 2022-11-23T00:55:03.2881948Z  struct 2022-11-23T00:55:03.2882344Z 1 warning generated. 2022-11-23T00:55:03.2951567Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T00:55:03.3148574Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.cpp:1: 2022-11-23T00:55:03.3149495Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.h:4: 2022-11-23T00:55:03.3150295Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:03.3151060Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.3152217Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.3152940Z template friend class std::hash; 2022-11-23T00:55:03.3153432Z  ^ 2022-11-23T00:55:03.3154160Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.3154694Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.3155086Z  ^ 2022-11-23T00:55:03.3155810Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.3156385Z template friend class std::hash; 2022-11-23T00:55:03.3156869Z  ^~~~~ 2022-11-23T00:55:03.3157299Z  struct 2022-11-23T00:55:03.3157684Z 1 warning generated. 2022-11-23T00:55:03.3261051Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:55:03.3871793Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T00:55:03.3875736Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_c10_ops.cpp:2: 2022-11-23T00:55:03.3877747Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.3878499Z template friend class std::hash; 2022-11-23T00:55:03.3878968Z  ^ 2022-11-23T00:55:03.3879727Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.3880264Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.3880674Z  ^ 2022-11-23T00:55:03.3881390Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.3881950Z template friend class std::hash; 2022-11-23T00:55:03.3882625Z  ^~~~~ 2022-11-23T00:55:03.3883017Z  struct 2022-11-23T00:55:03.3883400Z 1 warning generated. 2022-11-23T00:55:03.3941759Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T00:55:03.4212552Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T00:55:03.4799729Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T00:55:03.6007231Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:55:03.6468992Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T00:55:03.7360486Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops.cpp:5: 2022-11-23T00:55:03.7361115Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/custom_operator.h:5: 2022-11-23T00:55:03.7361673Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.7362910Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.7363642Z template friend class std::hash; 2022-11-23T00:55:03.7364233Z  ^ 2022-11-23T00:55:03.7364998Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.7365478Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.7365825Z  ^ 2022-11-23T00:55:03.7366435Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.7366998Z template friend class std::hash; 2022-11-23T00:55:03.7367509Z  ^~~~~ 2022-11-23T00:55:03.7367952Z  struct 2022-11-23T00:55:03.7368341Z 1 warning generated. 2022-11-23T00:55:03.7368819Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.cpp:1: 2022-11-23T00:55:03.7369455Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.h:16: 2022-11-23T00:55:03.7370039Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/dynamic_ir.h:17: 2022-11-23T00:55:03.7370585Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:55:03.7371237Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:03.7371787Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:03.7372319Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:03.7372805Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.7373523Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.7373910Z template friend class std::hash; 2022-11-23T00:55:03.7374222Z  ^ 2022-11-23T00:55:03.7374637Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.7374983Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.7375193Z  ^ 2022-11-23T00:55:03.7375744Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.7376068Z template friend class std::hash; 2022-11-23T00:55:03.7376315Z  ^~~~~ 2022-11-23T00:55:03.7376609Z  struct 2022-11-23T00:55:03.7376832Z 1 warning generated. 2022-11-23T00:55:03.7436840Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T00:55:03.7437879Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T00:55:03.7710509Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T00:55:03.8559442Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp:1: 2022-11-23T00:55:03.8560879Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h:10: 2022-11-23T00:55:03.8561709Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:03.8562756Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:03.8563268Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:03.8563919Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:03.8566377Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.8567453Z template friend class std::hash; 2022-11-23T00:55:03.8568258Z  ^ 2022-11-23T00:55:03.8569034Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.8569573Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.8569960Z  ^ 2022-11-23T00:55:03.8570707Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.8571303Z template friend class std::hash; 2022-11-23T00:55:03.8571793Z  ^~~~~ 2022-11-23T00:55:03.8572210Z  struct 2022-11-23T00:55:03.8572612Z 1 warning generated. 2022-11-23T00:55:03.8635688Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:55:03.8944480Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T00:55:03.9889309Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_special_ops.cpp:8: 2022-11-23T00:55:03.9890043Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/utils.h:5: 2022-11-23T00:55:03.9890642Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:03.9891870Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:03.9892587Z template friend class std::hash; 2022-11-23T00:55:03.9893053Z  ^ 2022-11-23T00:55:03.9893800Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:03.9894329Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:03.9894709Z  ^ 2022-11-23T00:55:03.9895397Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:03.9896167Z template friend class std::hash; 2022-11-23T00:55:03.9896637Z  ^~~~~ 2022-11-23T00:55:03.9897057Z  struct 2022-11-23T00:55:03.9897458Z 1 warning generated. 2022-11-23T00:55:03.9944829Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T00:55:03.9962268Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T00:55:04.0073332Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.cpp:1: 2022-11-23T00:55:04.0074019Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.h:3: 2022-11-23T00:55:04.0074659Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:04.0075229Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:04.0075823Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:04.0076422Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:04.0076979Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:04.0078100Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.0078813Z template friend class std::hash; 2022-11-23T00:55:04.0079275Z  ^ 2022-11-23T00:55:04.0079975Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.0080475Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.0080835Z  ^ 2022-11-23T00:55:04.0081502Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.0082017Z template friend class std::hash; 2022-11-23T00:55:04.0082422Z  ^~~~~ 2022-11-23T00:55:04.0082802Z  struct 2022-11-23T00:55:04.0083145Z 1 warning generated. 2022-11-23T00:55:04.0225193Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:55:04.0696416Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.cpp:2: 2022-11-23T00:55:04.0697082Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.h:3: 2022-11-23T00:55:04.0697484Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h:4: 2022-11-23T00:55:04.0697973Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:04.0698295Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:04.0698654Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:04.0699392Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.0699807Z template friend class std::hash; 2022-11-23T00:55:04.0700120Z  ^ 2022-11-23T00:55:04.0700528Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.0700964Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.0701182Z  ^ 2022-11-23T00:55:04.0701620Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.0701930Z template friend class std::hash; 2022-11-23T00:55:04.0702191Z  ^~~~~ 2022-11-23T00:55:04.0702482Z  struct 2022-11-23T00:55:04.0702689Z 1 warning generated. 2022-11-23T00:55:04.0787167Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T00:55:04.1338625Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T00:55:04.1627961Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.cpp:1: 2022-11-23T00:55:04.1631050Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.h:3: 2022-11-23T00:55:04.1631710Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h:4: 2022-11-23T00:55:04.1632330Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:04.1632919Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:04.1633494Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:04.1634712Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.1635461Z template friend class std::hash; 2022-11-23T00:55:04.1635934Z  ^ 2022-11-23T00:55:04.1636670Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.1637208Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.1637603Z  ^ 2022-11-23T00:55:04.1638306Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.1638897Z template friend class std::hash; 2022-11-23T00:55:04.1639371Z  ^~~~~ 2022-11-23T00:55:04.1639811Z  struct 2022-11-23T00:55:04.1640205Z 1 warning generated. 2022-11-23T00:55:04.1702720Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:55:04.1839934Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T00:55:04.2053161Z [ 68%] 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:04.2813233Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp:1: 2022-11-23T00:55:04.2813804Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.h:3: 2022-11-23T00:55:04.2814188Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:04.2814803Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:04.2815337Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:04.2815940Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:04.2816524Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:04.2817277Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:04.2818735Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.2819462Z template friend class std::hash; 2022-11-23T00:55:04.2819929Z  ^ 2022-11-23T00:55:04.2820687Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.2821221Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.2821581Z  ^ 2022-11-23T00:55:04.2822029Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.2822387Z template friend class std::hash; 2022-11-23T00:55:04.2822654Z  ^~~~~ 2022-11-23T00:55:04.2822898Z  struct 2022-11-23T00:55:04.2823152Z 1 warning generated. 2022-11-23T00:55:04.2887919Z [ 68%] 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:04.3248913Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T00:55:04.3941414Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp:2: 2022-11-23T00:55:04.3942156Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/CPUFallback.h:6: 2022-11-23T00:55:04.3943314Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.3944060Z template friend class std::hash; 2022-11-23T00:55:04.3944518Z  ^ 2022-11-23T00:55:04.3945270Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.3945801Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.3946192Z  ^ 2022-11-23T00:55:04.3946889Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.3947552Z template friend class std::hash; 2022-11-23T00:55:04.3948011Z  ^~~~~ 2022-11-23T00:55:04.3948420Z  struct 2022-11-23T00:55:04.3948813Z 1 warning generated. 2022-11-23T00:55:04.4019822Z [ 68%] 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:04.4341378Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T00:55:04.4541769Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T00:55:04.5857580Z [ 68%] 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:04.6187831Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp:2: 2022-11-23T00:55:04.6188549Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h:3: 2022-11-23T00:55:04.6189150Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:55:04.6189748Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:04.6190364Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:04.6190939Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:04.6191748Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:04.6192316Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:04.6193515Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.6194220Z template friend class std::hash; 2022-11-23T00:55:04.6194666Z  ^ 2022-11-23T00:55:04.6195413Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.6195947Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.6196261Z  ^ 2022-11-23T00:55:04.6196631Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.6197004Z template friend class std::hash; 2022-11-23T00:55:04.6197264Z  ^~~~~ 2022-11-23T00:55:04.6197490Z  struct 2022-11-23T00:55:04.6197761Z 1 warning generated. 2022-11-23T00:55:04.6233958Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp:1: 2022-11-23T00:55:04.6234654Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.h:3: 2022-11-23T00:55:04.6235986Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.6236630Z template friend class std::hash; 2022-11-23T00:55:04.6237212Z  ^ 2022-11-23T00:55:04.6237965Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.6238501Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.6239798Z  ^ 2022-11-23T00:55:04.6240505Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.6242241Z template friend class std::hash; 2022-11-23T00:55:04.6242713Z  ^~~~~ 2022-11-23T00:55:04.6243139Z  struct 2022-11-23T00:55:04.6243521Z 1 warning generated. 2022-11-23T00:55:04.6265325Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T00:55:04.6325020Z [ 68%] 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:04.7218171Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp:1: 2022-11-23T00:55:04.7218868Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h:3: 2022-11-23T00:55:04.7219491Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:55:04.7220126Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:04.7220641Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:04.7221278Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:04.7221872Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:04.7222480Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:04.7223886Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.7224612Z template friend class std::hash; 2022-11-23T00:55:04.7225079Z  ^ 2022-11-23T00:55:04.7225850Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.7226372Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.7226764Z  ^ 2022-11-23T00:55:04.7227344Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.7227736Z template friend class std::hash; 2022-11-23T00:55:04.7228001Z  ^~~~~ 2022-11-23T00:55:04.7228241Z  struct 2022-11-23T00:55:04.7228450Z 1 warning generated. 2022-11-23T00:55:04.7241533Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T00:55:04.7295240Z [ 68%] 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:04.7670290Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T00:55:04.8713473Z [ 68%] 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:04.8903781Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.cpp:1: 2022-11-23T00:55:04.8905072Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h:7: 2022-11-23T00:55:04.8906069Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:04.8907058Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:04.8907925Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:04.8908848Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:04.8909509Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:04.8910160Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:04.8911376Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:04.8912122Z template friend class std::hash; 2022-11-23T00:55:04.8912795Z  ^ 2022-11-23T00:55:04.8913547Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:04.8914082Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:04.8914472Z  ^ 2022-11-23T00:55:04.8915192Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:04.8915761Z template friend class std::hash; 2022-11-23T00:55:04.8916237Z  ^~~~~ 2022-11-23T00:55:04.8916660Z  struct 2022-11-23T00:55:04.8917045Z 1 warning generated. 2022-11-23T00:55:04.8972983Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T00:55:05.0747856Z [ 68%] 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:05.1084156Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp:1: 2022-11-23T00:55:05.1084849Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.h:3: 2022-11-23T00:55:05.1085468Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h:4: 2022-11-23T00:55:05.1086081Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:05.1086653Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:05.1087125Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:05.1087444Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:05.1087753Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:05.1088082Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:05.1088763Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.1089170Z template friend class std::hash; 2022-11-23T00:55:05.1089427Z  ^ 2022-11-23T00:55:05.1089835Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.1090111Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.1090323Z  ^ 2022-11-23T00:55:05.1090703Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.1091004Z template friend class std::hash; 2022-11-23T00:55:05.1091381Z  ^~~~~ 2022-11-23T00:55:05.1091744Z  struct 2022-11-23T00:55:05.1092073Z 1 warning generated. 2022-11-23T00:55:05.1093229Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.cpp:9: 2022-11-23T00:55:05.1093824Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:05.1094934Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.1095605Z template friend class std::hash; 2022-11-23T00:55:05.1095862Z  ^ 2022-11-23T00:55:05.1096266Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.1096554Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.1096902Z  ^ 2022-11-23T00:55:05.1097289Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.1097605Z template friend class std::hash; 2022-11-23T00:55:05.1097850Z  ^~~~~ 2022-11-23T00:55:05.1098092Z  struct 2022-11-23T00:55:05.1098352Z 1 warning generated. 2022-11-23T00:55:05.1138887Z [ 68%] 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:05.1163368Z [ 68%] 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:05.1211576Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_native_functions.cpp:1: 2022-11-23T00:55:05.1213199Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:55:05.1214112Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.1214846Z template friend class std::hash; 2022-11-23T00:55:05.1215117Z  ^ 2022-11-23T00:55:05.1215531Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.1215821Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.1216024Z  ^ 2022-11-23T00:55:05.1216412Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.1216726Z template friend class std::hash; 2022-11-23T00:55:05.1216975Z  ^~~~~ 2022-11-23T00:55:05.1217210Z  struct 2022-11-23T00:55:05.1217435Z 1 warning generated. 2022-11-23T00:55:05.1278309Z [ 68%] 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:05.1559662Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.cpp:1: 2022-11-23T00:55:05.1560967Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h:2: 2022-11-23T00:55:05.1561905Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:05.1562662Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:05.1563300Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:05.1564112Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:05.1564705Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:05.1565316Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:05.1566472Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.1567118Z template friend class std::hash; 2022-11-23T00:55:05.1567573Z  ^ 2022-11-23T00:55:05.1568321Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.1568858Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.1569224Z  ^ 2022-11-23T00:55:05.1569946Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.1570713Z template friend class std::hash; 2022-11-23T00:55:05.1571182Z  ^~~~~ 2022-11-23T00:55:05.1571605Z  struct 2022-11-23T00:55:05.1572011Z 1 warning generated. 2022-11-23T00:55:05.1659711Z [ 68%] 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:05.2141261Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T00:55:05.2332557Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T00:55:05.2480228Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T00:55:05.2657107Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T00:55:05.3066803Z [ 68%] 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:05.3986111Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.cpp:1: 2022-11-23T00:55:05.3986848Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.h:6: 2022-11-23T00:55:05.3987515Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:05.3988141Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:05.3988754Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:05.3989376Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:05.3989959Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:05.3990560Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:05.3991754Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.3992506Z template friend class std::hash; 2022-11-23T00:55:05.3992980Z  ^ 2022-11-23T00:55:05.3993743Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.3994264Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.3994663Z  ^ 2022-11-23T00:55:05.3995387Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.3995950Z template friend class std::hash; 2022-11-23T00:55:05.3996431Z  ^~~~~ 2022-11-23T00:55:05.3996867Z  struct 2022-11-23T00:55:05.3997258Z 1 warning generated. 2022-11-23T00:55:05.4041457Z [ 68%] 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:05.4443220Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T00:55:05.5435096Z [ 68%] 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:05.5655109Z [ 68%] 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:05.5780697Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.cpp:1: 2022-11-23T00:55:05.5781358Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:05.5782213Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:05.5782828Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:05.5783400Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:05.5783989Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:05.5784513Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:05.5785711Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.5786428Z template friend class std::hash; 2022-11-23T00:55:05.5786904Z  ^ 2022-11-23T00:55:05.5787731Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.5788376Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.5788678Z  ^ 2022-11-23T00:55:05.5789061Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.5789383Z template friend class std::hash; 2022-11-23T00:55:05.5789627Z  ^~~~~ 2022-11-23T00:55:05.5789863Z  struct 2022-11-23T00:55:05.5790080Z 1 warning generated. 2022-11-23T00:55:05.5846127Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T00:55:05.5969495Z [ 68%] 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:05.6646567Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T00:55:05.7000810Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp:4: 2022-11-23T00:55:05.7001540Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:05.7002196Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:05.7002780Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:05.7003371Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:05.7004717Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.7005451Z template friend class std::hash; 2022-11-23T00:55:05.7005927Z  ^ 2022-11-23T00:55:05.7006691Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.7007211Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.7007597Z  ^ 2022-11-23T00:55:05.7008312Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.7008874Z template friend class std::hash; 2022-11-23T00:55:05.7009362Z  ^~~~~ 2022-11-23T00:55:05.7009789Z  struct 2022-11-23T00:55:05.7010175Z 1 warning generated. 2022-11-23T00:55:05.7075078Z [ 68%] 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:05.7125994Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T00:55:05.7660979Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T00:55:05.8236481Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T00:55:05.8729220Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:55:05.9209255Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.cpp:1: 2022-11-23T00:55:05.9209915Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h:13: 2022-11-23T00:55:05.9210509Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:05.9211093Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:05.9211709Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:05.9212314Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:05.9213058Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:05.9213645Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:05.9214849Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:05.9215595Z template friend class std::hash; 2022-11-23T00:55:05.9216060Z  ^ 2022-11-23T00:55:05.9216800Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:05.9217283Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:05.9217675Z  ^ 2022-11-23T00:55:05.9218339Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:05.9218932Z template friend class std::hash; 2022-11-23T00:55:05.9219413Z  ^~~~~ 2022-11-23T00:55:05.9219825Z  struct 2022-11-23T00:55:05.9220219Z 1 warning generated. 2022-11-23T00:55:05.9300951Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T00:55:05.9539906Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T00:55:06.0201005Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:55:06.0464503Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T00:55:06.0776992Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T00:55:06.0946419Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.cpp:2: 2022-11-23T00:55:06.0947084Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:06.0947699Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:06.0948313Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:06.0948945Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:06.0949526Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:06.0950046Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:06.0950930Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:06.0951528Z template friend class std::hash; 2022-11-23T00:55:06.0951845Z  ^ 2022-11-23T00:55:06.0952257Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:06.0952548Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:06.0952750Z  ^ 2022-11-23T00:55:06.0953131Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:06.0953447Z template friend class std::hash; 2022-11-23T00:55:06.0953703Z  ^~~~~ 2022-11-23T00:55:06.0953934Z  struct 2022-11-23T00:55:06.0954154Z 1 warning generated. 2022-11-23T00:55:06.1011391Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.cpp:1: 2022-11-23T00:55:06.1012012Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.h:3: 2022-11-23T00:55:06.1012578Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:06.1013128Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:06.1013685Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:06.1014241Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:06.1016336Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:06.1019219Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:06.1021727Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:06.1022628Z template friend class std::hash; 2022-11-23T00:55:06.1023107Z  ^ 2022-11-23T00:55:06.1023877Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:06.1024407Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:06.1024800Z  ^ 2022-11-23T00:55:06.1025524Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:06.1026142Z template friend class std::hash; 2022-11-23T00:55:06.1026605Z  ^~~~~ 2022-11-23T00:55:06.1027044Z  struct 2022-11-23T00:55:06.1027541Z 1 warning generated. 2022-11-23T00:55:06.1028516Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:55:06.1094361Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T00:55:06.1365647Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T00:55:06.1989960Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T00:55:06.2562273Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T00:55:06.2826718Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:55:06.4821931Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T00:55:06.5825141Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.cpp:1: 2022-11-23T00:55:06.5825780Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.h:4: 2022-11-23T00:55:06.5826399Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h:4: 2022-11-23T00:55:06.5827047Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:06.5827900Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:06.5828302Z template friend class std::hash; 2022-11-23T00:55:06.5828544Z  ^ 2022-11-23T00:55:06.5828968Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:06.5829507Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:06.5829818Z  ^ 2022-11-23T00:55:06.5830440Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:06.5830952Z template friend class std::hash; 2022-11-23T00:55:06.5831368Z  ^~~~~ 2022-11-23T00:55:06.5831657Z  struct 2022-11-23T00:55:06.5831880Z 1 warning generated. 2022-11-23T00:55:06.5895440Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:55:06.6012663Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.cpp:1: 2022-11-23T00:55:06.6013309Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.h:4: 2022-11-23T00:55:06.6013870Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:06.6014262Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:06.6014656Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:06.6015017Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:06.6015500Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:06.6016517Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:06.6017169Z template friend class std::hash; 2022-11-23T00:55:06.6017548Z  ^ 2022-11-23T00:55:06.6017964Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:06.6018257Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:06.6018460Z  ^ 2022-11-23T00:55:06.6018880Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:06.6019368Z template friend class std::hash; 2022-11-23T00:55:06.6019764Z  ^~~~~ 2022-11-23T00:55:06.6020139Z  struct 2022-11-23T00:55:06.6020477Z 1 warning generated. 2022-11-23T00:55:06.6023153Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.cpp:1: 2022-11-23T00:55:06.6023956Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.h:4: 2022-11-23T00:55:06.6024566Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h:4: 2022-11-23T00:55:06.6025179Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:06.6026195Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:06.6026725Z template friend class std::hash; 2022-11-23T00:55:06.6026989Z  ^ 2022-11-23T00:55:06.6027470Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:06.6027764Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:06.6027965Z  ^ 2022-11-23T00:55:06.6028356Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:06.6028778Z template friend class std::hash; 2022-11-23T00:55:06.6029024Z  ^~~~~ 2022-11-23T00:55:06.6029261Z  struct 2022-11-23T00:55:06.6029511Z 1 warning generated. 2022-11-23T00:55:06.6074136Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:55:06.6081056Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T00:55:06.6468951Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.cpp:2: 2022-11-23T00:55:06.6469588Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:06.6470188Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:06.6470776Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:06.6471196Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:06.6471778Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:06.6472896Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:06.6473412Z template friend class std::hash; 2022-11-23T00:55:06.6473709Z  ^ 2022-11-23T00:55:06.6474371Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:06.6474807Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:06.6475134Z  ^ 2022-11-23T00:55:06.6475711Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:06.6476121Z template friend class std::hash; 2022-11-23T00:55:06.6476540Z  ^~~~~ 2022-11-23T00:55:06.6476925Z  struct 2022-11-23T00:55:06.6477292Z 1 warning generated. 2022-11-23T00:55:06.6522389Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T00:55:06.6802029Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T00:55:06.7035065Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T00:55:06.7151431Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T00:55:06.7382279Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T00:55:06.7593109Z [ 68%] 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:06.8791327Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T00:55:06.8794430Z [ 68%] 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:07.0042827Z [ 68%] 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:07.0339289Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp:7: 2022-11-23T00:55:07.0339956Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:07.0340561Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:07.0341779Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:07.0342711Z template friend class std::hash; 2022-11-23T00:55:07.0343181Z  ^ 2022-11-23T00:55:07.0343926Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:07.0344444Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:07.0344843Z  ^ 2022-11-23T00:55:07.0345551Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:07.0346125Z template friend class std::hash; 2022-11-23T00:55:07.0346604Z  ^~~~~ 2022-11-23T00:55:07.0347030Z  struct 2022-11-23T00:55:07.0347493Z 1 warning generated. 2022-11-23T00:55:07.0407681Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T00:55:07.0416499Z [ 68%] 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:07.0454647Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T00:55:07.1264471Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T00:55:07.2609732Z [ 68%] 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:07.3131354Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T00:55:07.3332668Z [ 68%] 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:07.3624680Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp:8: 2022-11-23T00:55:07.3625404Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h:6: 2022-11-23T00:55:07.3626488Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:07.3627214Z template friend class std::hash; 2022-11-23T00:55:07.3627741Z  ^ 2022-11-23T00:55:07.3628147Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:07.3628621Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:07.3628838Z  ^ 2022-11-23T00:55:07.3629228Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:07.3629646Z template friend class std::hash; 2022-11-23T00:55:07.3630057Z  ^~~~~ 2022-11-23T00:55:07.3630422Z  struct 2022-11-23T00:55:07.3630745Z 1 warning generated. 2022-11-23T00:55:07.3665096Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/jit.cpp:1: 2022-11-23T00:55:07.3665738Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h:4: 2022-11-23T00:55:07.3666499Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:07.3667149Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:07.3667776Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:07.3668539Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:07.3669103Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:07.3669689Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:07.3670856Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:07.3671567Z template friend class std::hash; 2022-11-23T00:55:07.3672003Z  ^ 2022-11-23T00:55:07.3672736Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:07.3673252Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:07.3673622Z  ^ 2022-11-23T00:55:07.3674303Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:07.3674858Z template friend class std::hash; 2022-11-23T00:55:07.3675306Z  ^~~~~ 2022-11-23T00:55:07.3675701Z  struct 2022-11-23T00:55:07.3676085Z 1 warning generated. 2022-11-23T00:55:07.3686646Z [ 68%] 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:07.3779344Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T00:55:07.3820703Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T00:55:07.4379845Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.cpp:7: 2022-11-23T00:55:07.4380558Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h:2: 2022-11-23T00:55:07.4381165Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:07.4381799Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:07.4382314Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:07.4382819Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:07.4383303Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:07.4383793Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:07.4385038Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:07.4385770Z template friend class std::hash; 2022-11-23T00:55:07.4386257Z  ^ 2022-11-23T00:55:07.4387008Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:07.4387623Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:07.4388022Z  ^ 2022-11-23T00:55:07.4388752Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:07.4389333Z template friend class std::hash; 2022-11-23T00:55:07.4389805Z  ^~~~~ 2022-11-23T00:55:07.4390236Z  struct 2022-11-23T00:55:07.4390641Z 1 warning generated. 2022-11-23T00:55:07.4432776Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T00:55:07.4605072Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T00:55:07.5269762Z [ 68%] 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:07.6727274Z [ 68%] 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:07.7370794Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.cpp:1: 2022-11-23T00:55:07.7371293Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.h:10: 2022-11-23T00:55:07.7371715Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h:4: 2022-11-23T00:55:07.7372105Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h:3: 2022-11-23T00:55:07.7372485Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:07.7372798Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:07.7373151Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:07.7373470Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:07.7373818Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:07.7374135Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:07.7374866Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:07.7375326Z template friend class std::hash; 2022-11-23T00:55:07.7375573Z  ^ 2022-11-23T00:55:07.7376029Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:07.7376332Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:07.7376537Z  ^ 2022-11-23T00:55:07.7376974Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:07.7377289Z template friend class std::hash; 2022-11-23T00:55:07.7377586Z  ^~~~~ 2022-11-23T00:55:07.7377828Z  struct 2022-11-23T00:55:07.7378047Z 1 warning generated. 2022-11-23T00:55:07.7443943Z [ 68%] 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:07.7793269Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.cpp:2: 2022-11-23T00:55:07.7793977Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.h:4: 2022-11-23T00:55:07.7794524Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:07.7795088Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:07.7797276Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:07.7798015Z template friend class std::hash; 2022-11-23T00:55:07.7798465Z  ^ 2022-11-23T00:55:07.7799195Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:07.7799681Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:07.7800068Z  ^ 2022-11-23T00:55:07.7800945Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:07.7801503Z template friend class std::hash; 2022-11-23T00:55:07.7801975Z  ^~~~~ 2022-11-23T00:55:07.7802407Z  struct 2022-11-23T00:55:07.7802798Z 1 warning generated. 2022-11-23T00:55:07.7919880Z [ 68%] 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:07.8190573Z [ 68%] 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:07.8664278Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T00:55:07.9901003Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T00:55:08.0221103Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_module.cpp:1: 2022-11-23T00:55:08.0221771Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h:4: 2022-11-23T00:55:08.0222322Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:08.0222927Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:08.0223435Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:08.0224036Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:08.0224386Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:08.0224712Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:08.0225410Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:08.0225826Z template friend class std::hash; 2022-11-23T00:55:08.0226073Z  ^ 2022-11-23T00:55:08.0226485Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:08.0226779Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:08.0226981Z  ^ 2022-11-23T00:55:08.0227373Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:08.0227771Z template friend class std::hash; 2022-11-23T00:55:08.0228210Z  ^~~~~ 2022-11-23T00:55:08.0228443Z  struct 2022-11-23T00:55:08.0228669Z 1 warning generated. 2022-11-23T00:55:08.0263050Z [ 69%] 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:08.0282872Z [ 69%] 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:08.0744322Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.cpp:1: 2022-11-23T00:55:08.0745630Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h:11: 2022-11-23T00:55:08.0746516Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:08.0747332Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:08.0748383Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:08.0749272Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:08.0749862Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:08.0750456Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:08.0751644Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:08.0752384Z template friend class std::hash; 2022-11-23T00:55:08.0752852Z  ^ 2022-11-23T00:55:08.0753535Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:08.0754050Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:08.0754458Z  ^ 2022-11-23T00:55:08.0755171Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:08.0755726Z template friend class std::hash; 2022-11-23T00:55:08.0756191Z  ^~~~~ 2022-11-23T00:55:08.0756602Z  struct 2022-11-23T00:55:08.0756994Z 1 warning generated. 2022-11-23T00:55:08.0814600Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T00:55:08.0983596Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.cpp:1: 2022-11-23T00:55:08.0984259Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h:4: 2022-11-23T00:55:08.0984869Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:08.0985470Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:08.0986066Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:08.0986654Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:08.0987238Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:08.0987906Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:08.0989086Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:08.0989818Z template friend class std::hash; 2022-11-23T00:55:08.0990293Z  ^ 2022-11-23T00:55:08.0991225Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:08.0991746Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:08.0992139Z  ^ 2022-11-23T00:55:08.0992851Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:08.0993452Z template friend class std::hash; 2022-11-23T00:55:08.0993923Z  ^~~~~ 2022-11-23T00:55:08.0994360Z  struct 2022-11-23T00:55:08.0994767Z 1 warning generated. 2022-11-23T00:55:08.1056511Z [ 69%] 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:08.1622347Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T00:55:08.2024248Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T00:55:08.2314595Z [ 69%] 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:08.2464068Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp:1: 2022-11-23T00:55:08.2466379Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h:3: 2022-11-23T00:55:08.2467333Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h:11: 2022-11-23T00:55:08.2468403Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:55:08.2469005Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:55:08.2469552Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:55:08.2470144Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:08.2470654Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:08.2471174Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:08.2472277Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:08.2472939Z template friend class std::hash; 2022-11-23T00:55:08.2473350Z  ^ 2022-11-23T00:55:08.2474025Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:08.2474496Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:08.2474824Z  ^ 2022-11-23T00:55:08.2475477Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:08.2475999Z template friend class std::hash; 2022-11-23T00:55:08.2476420Z  ^~~~~ 2022-11-23T00:55:08.2476788Z  struct 2022-11-23T00:55:08.2477180Z 1 warning generated. 2022-11-23T00:55:08.2623268Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T00:55:08.3559081Z [ 69%] 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:08.3899945Z [ 69%] 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:08.5009117Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module_save.cpp:1: 2022-11-23T00:55:08.5010008Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:08.5010568Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:08.5011158Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:08.5011743Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:08.5012319Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:08.5012896Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:08.5014117Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:08.5014822Z template friend class std::hash; 2022-11-23T00:55:08.5015277Z  ^ 2022-11-23T00:55:08.5016024Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:08.5016681Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:08.5017077Z  ^ 2022-11-23T00:55:08.5017788Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:08.5018384Z template friend class std::hash; 2022-11-23T00:55:08.5018843Z  ^~~~~ 2022-11-23T00:55:08.5019230Z  struct 2022-11-23T00:55:08.5031046Z 1 warning generated. 2022-11-23T00:55:08.5035567Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T00:55:08.5052898Z [ 69%] 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:08.5082743Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T00:55:08.6298381Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp:7: 2022-11-23T00:55:08.6299503Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h:7: 2022-11-23T00:55:08.6300280Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h:6: 2022-11-23T00:55:08.6301227Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:08.6301810Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:08.6302721Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:08.6303184Z template friend class std::hash; 2022-11-23T00:55:08.6303445Z  ^ 2022-11-23T00:55:08.6304056Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:08.6304562Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:08.6304933Z  ^ 2022-11-23T00:55:08.6305575Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:08.6306034Z template friend class std::hash; 2022-11-23T00:55:08.6306305Z  ^~~~~ 2022-11-23T00:55:08.6306547Z  struct 2022-11-23T00:55:08.6306757Z 1 warning generated. 2022-11-23T00:55:08.6357210Z [ 69%] 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:08.6358688Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T00:55:08.6722868Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:55:08.7276076Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T00:55:08.7540820Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T00:55:08.7697169Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T00:55:08.8042335Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T00:55:08.8457198Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:55:08.8772610Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T00:55:08.9808259Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T00:55:09.0594350Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:55:09.0616452Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T00:55:09.0826583Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T00:55:09.1440264Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.cpp:3: 2022-11-23T00:55:09.1442823Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:09.1446003Z template friend class std::hash; 2022-11-23T00:55:09.1447555Z  ^ 2022-11-23T00:55:09.1450510Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:09.1452020Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:09.1452533Z  ^ 2022-11-23T00:55:09.1453498Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:09.1454382Z template friend class std::hash; 2022-11-23T00:55:09.1455372Z  ^~~~~ 2022-11-23T00:55:09.1455869Z  struct 2022-11-23T00:55:09.1456136Z 1 warning generated. 2022-11-23T00:55:09.1528377Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:55:09.1740111Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T00:55:09.2209893Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T00:55:09.2424998Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T00:55:09.2913515Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T00:55:09.3486101Z [ 69%] 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:09.3563298Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T00:55:09.5012409Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T00:55:09.5258453Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T00:55:09.6439585Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T00:55:09.6605758Z [ 70%] 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:09.7070990Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T00:55:09.7312603Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T00:55:09.7453454Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T00:55:09.7792883Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T00:55:09.8455250Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T00:55:09.8733834Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T00:55:09.9162702Z [ 70%] 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:09.9396781Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T00:55:10.0158064Z [ 70%] 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:10.0331381Z [ 70%] 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:10.0495192Z [ 70%] 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:10.1069325Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T00:55:10.1688569Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T00:55:10.1927903Z [ 70%] 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:10.2984595Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.cpp:8: 2022-11-23T00:55:10.2985303Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp:23: 2022-11-23T00:55:10.2986025Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:10.2986723Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:10.2987471Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:10.2988077Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:10.2988692Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:10.2989916Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:10.2990665Z template friend class std::hash; 2022-11-23T00:55:10.2991140Z  ^ 2022-11-23T00:55:10.2992061Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:10.2992591Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:10.2992983Z  ^ 2022-11-23T00:55:10.2993692Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:10.2994294Z template friend class std::hash; 2022-11-23T00:55:10.2994780Z  ^~~~~ 2022-11-23T00:55:10.2995217Z  struct 2022-11-23T00:55:10.2995605Z 1 warning generated. 2022-11-23T00:55:10.3053397Z [ 70%] 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:10.3055640Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T00:55:10.3101580Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T00:55:10.4241421Z [ 70%] 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:10.4824005Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T00:55:10.5390209Z [ 70%] 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:10.6477484Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.cpp:8: 2022-11-23T00:55:10.6478057Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:10.6478620Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:10.6479152Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:10.6479682Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:10.6480230Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:10.6480841Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:10.6481365Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:10.6481873Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:10.6482931Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:10.6483591Z template friend class std::hash; 2022-11-23T00:55:10.6484188Z  ^ 2022-11-23T00:55:10.6484824Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:10.6485282Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:10.6485637Z  ^ 2022-11-23T00:55:10.6486306Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:10.6486814Z template friend class std::hash; 2022-11-23T00:55:10.6487285Z  ^~~~~ 2022-11-23T00:55:10.6487673Z  struct 2022-11-23T00:55:10.6488020Z 1 warning generated. 2022-11-23T00:55:10.6548045Z [ 70%] 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:10.6573572Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T00:55:10.8025237Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.cpp:5: 2022-11-23T00:55:10.8025855Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.hpp:2: 2022-11-23T00:55:10.8026400Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp:23: 2022-11-23T00:55:10.8027037Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:10.8027633Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:10.8027994Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:10.8028525Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:10.8029210Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:10.8030112Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:10.8030724Z template friend class std::hash; 2022-11-23T00:55:10.8030995Z  ^ 2022-11-23T00:55:10.8031410Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:10.8031703Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:10.8031906Z  ^ 2022-11-23T00:55:10.8032293Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:10.8032609Z template friend class std::hash; 2022-11-23T00:55:10.8032852Z  ^~~~~ 2022-11-23T00:55:10.8033091Z  struct 2022-11-23T00:55:10.8033314Z 1 warning generated. 2022-11-23T00:55:10.8092494Z [ 70%] 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:10.8374545Z [ 70%] 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:10.8392948Z [ 70%] 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:10.8844041Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.cpp:1: 2022-11-23T00:55:10.8844749Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp:23: 2022-11-23T00:55:10.8845228Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:10.8845929Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:10.8846565Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:10.8847171Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:10.8847731Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:10.8848963Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:10.8849686Z template friend class std::hash; 2022-11-23T00:55:10.8850082Z  ^ 2022-11-23T00:55:10.8850726Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:10.8851184Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:10.8851415Z  ^ 2022-11-23T00:55:10.8851790Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:10.8852115Z template friend class std::hash; 2022-11-23T00:55:10.8852375Z  ^~~~~ 2022-11-23T00:55:10.8852614Z  struct 2022-11-23T00:55:10.8852826Z 1 warning generated. 2022-11-23T00:55:10.8902643Z [ 70%] 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:10.9180735Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T00:55:10.9209005Z [ 70%] 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:10.9442263Z [ 70%] 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:10.9492199Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T00:55:10.9531866Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T00:55:10.9814622Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T00:55:11.0485664Z [ 70%] 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:11.0805384Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T00:55:11.2164035Z [ 70%] 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:11.3199421Z [ 70%] 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:11.3866866Z [ 70%] 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:11.4092110Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T00:55:11.4733050Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.cpp:2: 2022-11-23T00:55:11.4733768Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h:3: 2022-11-23T00:55:11.4734350Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:55:11.4734979Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:11.4735675Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:11.4736310Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:11.4736790Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:11.4737162Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:11.4737886Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:11.4738355Z template friend class std::hash; 2022-11-23T00:55:11.4738617Z  ^ 2022-11-23T00:55:11.4739261Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:11.4739581Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:11.4739844Z  ^ 2022-11-23T00:55:11.4740216Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:11.4740594Z template friend class std::hash; 2022-11-23T00:55:11.4740857Z  ^~~~~ 2022-11-23T00:55:11.4741093Z  struct 2022-11-23T00:55:11.4741356Z 1 warning generated. 2022-11-23T00:55:11.4790149Z [ 70%] 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:11.4835821Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.cpp:1: 2022-11-23T00:55:11.4836528Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:55:11.4837350Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:11.4837991Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:11.4838627Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:11.4839168Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:11.4839722Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:11.4840790Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:11.4841495Z template friend class std::hash; 2022-11-23T00:55:11.4841959Z  ^ 2022-11-23T00:55:11.4843473Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:11.4844137Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:11.4845271Z  ^ 2022-11-23T00:55:11.4846424Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:11.4846981Z template friend class std::hash; 2022-11-23T00:55:11.4847423Z  ^~~~~ 2022-11-23T00:55:11.4847800Z  struct 2022-11-23T00:55:11.4848187Z 1 warning generated. 2022-11-23T00:55:11.4971002Z [ 70%] 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:11.5092885Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T00:55:11.6051159Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T00:55:11.6077229Z [ 70%] 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:11.6391813Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.cpp:5: 2022-11-23T00:55:11.6394324Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:55:11.6395084Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:11.6395947Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:11.6397126Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:11.6398804Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:11.6399436Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:11.6400629Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:11.6401375Z template friend class std::hash; 2022-11-23T00:55:11.6401832Z  ^ 2022-11-23T00:55:11.6402583Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:11.6403122Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:11.6403496Z  ^ 2022-11-23T00:55:11.6404431Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:11.6405258Z template friend class std::hash; 2022-11-23T00:55:11.6405736Z  ^~~~~ 2022-11-23T00:55:11.6406150Z  struct 2022-11-23T00:55:11.6406535Z 1 warning generated. 2022-11-23T00:55:11.6471932Z [ 70%] 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:11.7515942Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.cpp:1: 2022-11-23T00:55:11.7518963Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:11.7519706Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:11.7520417Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:11.7521015Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:11.7521620Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:11.7522817Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:11.7523559Z template friend class std::hash; 2022-11-23T00:55:11.7524640Z  ^ 2022-11-23T00:55:11.7525327Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:11.7525757Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:11.7526098Z  ^ 2022-11-23T00:55:11.7526726Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:11.7527269Z template friend class std::hash; 2022-11-23T00:55:11.7527719Z  ^~~~~ 2022-11-23T00:55:11.7528121Z  struct 2022-11-23T00:55:11.7528337Z 1 warning generated. 2022-11-23T00:55:11.7528800Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T00:55:11.7529685Z [ 70%] 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:11.7585316Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T00:55:11.8251074Z [ 70%] 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:11.8887321Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T00:55:11.9057877Z [ 70%] 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:11.9394587Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T00:55:11.9406478Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.cpp:9: 2022-11-23T00:55:11.9407211Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:55:11.9407870Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:11.9408614Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:11.9409456Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:11.9410064Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:11.9410678Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:11.9411855Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:11.9412592Z template friend class std::hash; 2022-11-23T00:55:11.9413040Z  ^ 2022-11-23T00:55:11.9413789Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:11.9414333Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:11.9414707Z  ^ 2022-11-23T00:55:11.9415426Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:11.9416010Z template friend class std::hash; 2022-11-23T00:55:11.9416489Z  ^~~~~ 2022-11-23T00:55:11.9416895Z  struct 2022-11-23T00:55:11.9417292Z 1 warning generated. 2022-11-23T00:55:11.9516164Z [ 70%] 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:11.9966269Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T00:55:12.0503021Z [ 70%] 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:12.1072510Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp:3: 2022-11-23T00:55:12.1073319Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:4: 2022-11-23T00:55:12.1074034Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:10: 2022-11-23T00:55:12.1074694Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:12.1075327Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:12.1075950Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:12.1077155Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:12.1078063Z template friend class std::hash; 2022-11-23T00:55:12.1078560Z  ^ 2022-11-23T00:55:12.1079311Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:12.1079824Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:12.1080210Z  ^ 2022-11-23T00:55:12.1080910Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:12.1081449Z template friend class std::hash; 2022-11-23T00:55:12.1081909Z  ^~~~~ 2022-11-23T00:55:12.1082332Z  struct 2022-11-23T00:55:12.1082720Z 1 warning generated. 2022-11-23T00:55:12.1166171Z [ 70%] 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:12.1317242Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T00:55:12.2123530Z [ 70%] 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:12.3120481Z [ 70%] 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:12.4015516Z [ 70%] 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:12.4840596Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp:1: 2022-11-23T00:55:12.4841320Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h:4: 2022-11-23T00:55:12.4841971Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:12.4843058Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:12.4844139Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:12.4844562Z template friend class std::hash; 2022-11-23T00:55:12.4844884Z  ^ 2022-11-23T00:55:12.4845501Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:12.4845977Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:12.4846313Z  ^ 2022-11-23T00:55:12.4846955Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:12.4847360Z template friend class std::hash; 2022-11-23T00:55:12.4847630Z  ^~~~~ 2022-11-23T00:55:12.4847876Z  struct 2022-11-23T00:55:12.4848086Z 1 warning generated. 2022-11-23T00:55:12.4912095Z [ 70%] 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:12.4918789Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T00:55:12.5752332Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp:1: 2022-11-23T00:55:12.5753169Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h:3: 2022-11-23T00:55:12.5753869Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:12.5754229Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:12.5754933Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:12.5755349Z template friend class std::hash; 2022-11-23T00:55:12.5755597Z  ^ 2022-11-23T00:55:12.5756013Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:12.5756308Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:12.5756512Z  ^ 2022-11-23T00:55:12.5756904Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:12.5757228Z template friend class std::hash; 2022-11-23T00:55:12.5757536Z  ^~~~~ 2022-11-23T00:55:12.5757777Z  struct 2022-11-23T00:55:12.5758000Z 1 warning generated. 2022-11-23T00:55:12.5782003Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp:1: 2022-11-23T00:55:12.5782457Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h:3: 2022-11-23T00:55:12.5783188Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:12.5784329Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:12.5785057Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:12.5786873Z template friend class std::hash; 2022-11-23T00:55:12.5787782Z  ^ 2022-11-23T00:55:12.5789488Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:12.5789810Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:12.5790049Z  ^ 2022-11-23T00:55:12.5790441Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:12.5790757Z template friend class std::hash; 2022-11-23T00:55:12.5791017Z  ^~~~~ 2022-11-23T00:55:12.5791258Z  struct 2022-11-23T00:55:12.5791532Z 1 warning generated. 2022-11-23T00:55:12.5817497Z [ 70%] 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:12.5849563Z [ 70%] 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:12.5959394Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp:1: 2022-11-23T00:55:12.5960192Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h:4: 2022-11-23T00:55:12.5960882Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:12.5961490Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:12.5962658Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:12.5963575Z template friend class std::hash; 2022-11-23T00:55:12.5964198Z  ^ 2022-11-23T00:55:12.5964929Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:12.5965449Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:12.5965826Z  ^ 2022-11-23T00:55:12.5966617Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:12.5967193Z template friend class std::hash; 2022-11-23T00:55:12.5967650Z  ^~~~~ 2022-11-23T00:55:12.5968077Z  struct 2022-11-23T00:55:12.5968476Z 1 warning generated. 2022-11-23T00:55:12.6070363Z [ 70%] 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:12.6272248Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T00:55:12.6805218Z [ 70%] 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:12.6807796Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T00:55:12.7070772Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T00:55:12.7162438Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp:2: 2022-11-23T00:55:12.7163172Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h:4: 2022-11-23T00:55:12.7164030Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:12.7164681Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:12.7165248Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:12.7166296Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:12.7166876Z template friend class std::hash; 2022-11-23T00:55:12.7167266Z  ^ 2022-11-23T00:55:12.7167872Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:12.7168341Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:12.7168678Z  ^ 2022-11-23T00:55:12.7169309Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:12.7169792Z template friend class std::hash; 2022-11-23T00:55:12.7170083Z  ^~~~~ 2022-11-23T00:55:12.7170321Z  struct 2022-11-23T00:55:12.7170528Z 1 warning generated. 2022-11-23T00:55:12.7245438Z [ 70%] 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:12.7894149Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T00:55:12.8500925Z [ 70%] 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:12.9770387Z [ 70%] 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:13.0727697Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp:1: 2022-11-23T00:55:13.0728549Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h:4: 2022-11-23T00:55:13.0729244Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:13.0729870Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:13.0731076Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:13.0731825Z template friend class std::hash; 2022-11-23T00:55:13.0732290Z  ^ 2022-11-23T00:55:13.0733031Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:13.0733813Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:13.0734209Z  ^ 2022-11-23T00:55:13.0734910Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:13.0735504Z template friend class std::hash; 2022-11-23T00:55:13.0735982Z  ^~~~~ 2022-11-23T00:55:13.0736412Z  struct 2022-11-23T00:55:13.0736788Z 1 warning generated. 2022-11-23T00:55:13.0800113Z [ 70%] 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:13.0997410Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T00:55:13.1625283Z [ 70%] 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:13.1789814Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp:1: 2022-11-23T00:55:13.1790589Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h:3: 2022-11-23T00:55:13.1791207Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:13.1791746Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:13.1792737Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:13.1793351Z template friend class std::hash; 2022-11-23T00:55:13.1793781Z  ^ 2022-11-23T00:55:13.1794399Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:13.1794828Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:13.1795154Z  ^ 2022-11-23T00:55:13.1795677Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:13.1795981Z template friend class std::hash; 2022-11-23T00:55:13.1796299Z  ^~~~~ 2022-11-23T00:55:13.1796540Z  struct 2022-11-23T00:55:13.1796747Z 1 warning generated. 2022-11-23T00:55:13.1860548Z [ 70%] 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:13.1861997Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T00:55:13.2666144Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp:1: 2022-11-23T00:55:13.2666882Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h:3: 2022-11-23T00:55:13.2667539Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:13.2668080Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:13.2669241Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:13.2670078Z template friend class std::hash; 2022-11-23T00:55:13.2670468Z  ^ 2022-11-23T00:55:13.2671201Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:13.2671835Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:13.2672125Z  ^ 2022-11-23T00:55:13.2672689Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:13.2673168Z template friend class std::hash; 2022-11-23T00:55:13.2673582Z  ^~~~~ 2022-11-23T00:55:13.2673918Z  struct 2022-11-23T00:55:13.2674255Z 1 warning generated. 2022-11-23T00:55:13.2722819Z [ 70%] 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:13.2778175Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T00:55:13.2872630Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp:2: 2022-11-23T00:55:13.2873424Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h:4: 2022-11-23T00:55:13.2874012Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:13.2874584Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:13.2875673Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:13.2876386Z template friend class std::hash; 2022-11-23T00:55:13.2876853Z  ^ 2022-11-23T00:55:13.2877586Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:13.2878095Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:13.2878446Z  ^ 2022-11-23T00:55:13.2879085Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:13.2879587Z template friend class std::hash; 2022-11-23T00:55:13.2880070Z  ^~~~~ 2022-11-23T00:55:13.2880490Z  struct 2022-11-23T00:55:13.2880882Z 1 warning generated. 2022-11-23T00:55:13.2945948Z [ 70%] 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:13.2985429Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T00:55:13.3865958Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T00:55:13.4561355Z [ 70%] 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:13.5710517Z [ 70%] 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:13.7291334Z [ 70%] 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:13.7302336Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T00:55:13.7559276Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.cpp:2: 2022-11-23T00:55:13.7560005Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.h:4: 2022-11-23T00:55:13.7560658Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h:7: 2022-11-23T00:55:13.7561487Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:55:13.7562099Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:13.7562711Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:13.7564095Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:13.7564874Z template friend class std::hash; 2022-11-23T00:55:13.7565335Z  ^ 2022-11-23T00:55:13.7566075Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:13.7566632Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:13.7567021Z  ^ 2022-11-23T00:55:13.7567716Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:13.7568302Z template friend class std::hash; 2022-11-23T00:55:13.7568771Z  ^~~~~ 2022-11-23T00:55:13.7569185Z  struct 2022-11-23T00:55:13.7569594Z 1 warning generated. 2022-11-23T00:55:13.7602514Z [ 70%] 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:13.7635248Z [ 70%] 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:13.7758745Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.cpp:1: 2022-11-23T00:55:13.7759397Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:13.7759983Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:13.7761104Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:13.7761779Z template friend class std::hash; 2022-11-23T00:55:13.7762216Z  ^ 2022-11-23T00:55:13.7762910Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:13.7763376Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:13.7763929Z  ^ 2022-11-23T00:55:13.7764611Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:13.7765367Z template friend class std::hash; 2022-11-23T00:55:13.7765804Z  ^~~~~ 2022-11-23T00:55:13.7766202Z  struct 2022-11-23T00:55:13.7766577Z 1 warning generated. 2022-11-23T00:55:13.7868360Z [ 70%] 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:13.8399762Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp:2: 2022-11-23T00:55:13.8400417Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:13.8400968Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:13.8401534Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:13.8402385Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:13.8402969Z template friend class std::hash; 2022-11-23T00:55:13.8403233Z  ^ 2022-11-23T00:55:13.8403634Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:13.8404129Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:13.8404354Z  ^ 2022-11-23T00:55:13.8404786Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:13.8405110Z template friend class std::hash; 2022-11-23T00:55:13.8405378Z  ^~~~~ 2022-11-23T00:55:13.8405668Z  struct 2022-11-23T00:55:13.8405905Z 1 warning generated. 2022-11-23T00:55:13.8454074Z [ 70%] 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:13.8596573Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T00:55:13.8651848Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T00:55:13.8761071Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T00:55:13.8810234Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T00:55:13.9564591Z [ 70%] 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:14.1101224Z [ 70%] 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:14.2551347Z [ 70%] 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:14.3355436Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.cpp:1: 2022-11-23T00:55:14.3356179Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.h:3: 2022-11-23T00:55:14.3356822Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:55:14.3357473Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:14.3358095Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:14.3359518Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:14.3360284Z template friend class std::hash; 2022-11-23T00:55:14.3360744Z  ^ 2022-11-23T00:55:14.3361355Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:14.3361646Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:14.3361864Z  ^ 2022-11-23T00:55:14.3362247Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:14.3362550Z template friend class std::hash; 2022-11-23T00:55:14.3362809Z  ^~~~~ 2022-11-23T00:55:14.3363048Z  struct 2022-11-23T00:55:14.3363256Z 1 warning generated. 2022-11-23T00:55:14.3414664Z [ 70%] 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:14.3837790Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.cpp:1: 2022-11-23T00:55:14.3838517Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.h:3: 2022-11-23T00:55:14.3839148Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:14.3839816Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:14.3840518Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:14.3840928Z template friend class std::hash; 2022-11-23T00:55:14.3841173Z  ^ 2022-11-23T00:55:14.3841595Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:14.3841889Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:14.3842094Z  ^ 2022-11-23T00:55:14.3842476Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:14.3842793Z template friend class std::hash; 2022-11-23T00:55:14.3843079Z  ^~~~~ 2022-11-23T00:55:14.3843363Z  struct 2022-11-23T00:55:14.3843583Z 1 warning generated. 2022-11-23T00:55:14.3891763Z [ 71%] 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:14.4012544Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.cpp:1: 2022-11-23T00:55:14.4013273Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.h:3: 2022-11-23T00:55:14.4013948Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:14.4014579Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:14.4015769Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:14.4016499Z template friend class std::hash; 2022-11-23T00:55:14.4016979Z  ^ 2022-11-23T00:55:14.4017610Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:14.4018054Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:14.4018402Z  ^ 2022-11-23T00:55:14.4024751Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:14.4025463Z template friend class std::hash; 2022-11-23T00:55:14.4026068Z  ^~~~~ 2022-11-23T00:55:14.4026523Z  struct 2022-11-23T00:55:14.4026933Z 1 warning generated. 2022-11-23T00:55:14.4027490Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.cpp:1: 2022-11-23T00:55:14.4028162Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.h:3: 2022-11-23T00:55:14.4028773Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:55:14.4029399Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:14.4030035Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:14.4031108Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:14.4031942Z template friend class std::hash; 2022-11-23T00:55:14.4032397Z  ^ 2022-11-23T00:55:14.4033086Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:14.4033545Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:14.4033911Z  ^ 2022-11-23T00:55:14.4034572Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:14.4035108Z template friend class std::hash; 2022-11-23T00:55:14.4035582Z  ^~~~~ 2022-11-23T00:55:14.4035996Z  struct 2022-11-23T00:55:14.4036407Z 1 warning generated. 2022-11-23T00:55:14.4075593Z [ 71%] 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:14.4078583Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T00:55:14.4126076Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T00:55:14.4741150Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T00:55:14.4786244Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T00:55:14.5208288Z [ 71%] 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:14.5892993Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.cpp:1: 2022-11-23T00:55:14.5893791Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.h:3: 2022-11-23T00:55:14.5894829Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:14.5895389Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:14.5896430Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:14.5897058Z template friend class std::hash; 2022-11-23T00:55:14.5897491Z  ^ 2022-11-23T00:55:14.5898375Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:14.5898746Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:14.5898975Z  ^ 2022-11-23T00:55:14.5902782Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:14.5903490Z template friend class std::hash; 2022-11-23T00:55:14.5904153Z  ^~~~~ 2022-11-23T00:55:14.5904963Z  struct 2022-11-23T00:55:14.5905359Z 1 warning generated. 2022-11-23T00:55:14.5948642Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T00:55:14.6353133Z [ 72%] 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:14.7450750Z [ 72%] 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:14.8531102Z [ 72%] 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:14.9413481Z [ 72%] 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:14.9946126Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.cpp:2: 2022-11-23T00:55:14.9946690Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:14.9947716Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:14.9948737Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:14.9950042Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:14.9950682Z template friend class std::hash; 2022-11-23T00:55:14.9951082Z  ^ 2022-11-23T00:55:14.9951699Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:14.9952093Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:14.9952347Z  ^ 2022-11-23T00:55:14.9953033Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:14.9953485Z template friend class std::hash; 2022-11-23T00:55:14.9953745Z  ^~~~~ 2022-11-23T00:55:14.9953982Z  struct 2022-11-23T00:55:14.9954188Z 1 warning generated. 2022-11-23T00:55:15.0005223Z [ 72%] 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:15.0563473Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.cpp:1: 2022-11-23T00:55:15.0564575Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:15.0565597Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.0566153Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.0567280Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.0568043Z template friend class std::hash; 2022-11-23T00:55:15.0568508Z  ^ 2022-11-23T00:55:15.0569491Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.0570037Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.0570413Z  ^ 2022-11-23T00:55:15.0571141Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.0571732Z template friend class std::hash; 2022-11-23T00:55:15.0572192Z  ^~~~~ 2022-11-23T00:55:15.0572618Z  struct 2022-11-23T00:55:15.0573014Z 1 warning generated. 2022-11-23T00:55:15.0625221Z [ 72%] 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:15.1015680Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T00:55:15.1334088Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.cpp:1: 2022-11-23T00:55:15.1334882Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:15.1335470Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.1336080Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.1337302Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.1337817Z template friend class std::hash; 2022-11-23T00:55:15.1338229Z  ^ 2022-11-23T00:55:15.1338898Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.1339357Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.1339692Z  ^ 2022-11-23T00:55:15.1340191Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.1340512Z template friend class std::hash; 2022-11-23T00:55:15.1340770Z  ^~~~~ 2022-11-23T00:55:15.1340996Z  struct 2022-11-23T00:55:15.1341222Z 1 warning generated. 2022-11-23T00:55:15.1407465Z [ 72%] 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:15.1551368Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T00:55:15.1592151Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T00:55:15.1926065Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp:1: 2022-11-23T00:55:15.1926813Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h:4: 2022-11-23T00:55:15.1927355Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.1927951Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.1929085Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.1929827Z template friend class std::hash; 2022-11-23T00:55:15.1930302Z  ^ 2022-11-23T00:55:15.1931278Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.1931809Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.1932227Z  ^ 2022-11-23T00:55:15.1932871Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.1933368Z template friend class std::hash; 2022-11-23T00:55:15.1933777Z  ^~~~~ 2022-11-23T00:55:15.1934041Z  struct 2022-11-23T00:55:15.1934252Z 1 warning generated. 2022-11-23T00:55:15.1982928Z [ 72%] 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:15.2363163Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.cpp:1: 2022-11-23T00:55:15.2363963Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h:7: 2022-11-23T00:55:15.2364463Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.2365249Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.2366405Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.2367078Z template friend class std::hash; 2022-11-23T00:55:15.2367520Z  ^ 2022-11-23T00:55:15.2368264Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.2368806Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.2369199Z  ^ 2022-11-23T00:55:15.2369927Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.2370515Z template friend class std::hash; 2022-11-23T00:55:15.2370987Z  ^~~~~ 2022-11-23T00:55:15.2371399Z  struct 2022-11-23T00:55:15.2371796Z 1 warning generated. 2022-11-23T00:55:15.2460134Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T00:55:15.2915806Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T00:55:15.3209137Z [ 72%] 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:15.4099450Z [ 72%] 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:15.5676435Z [ 72%] 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:15.6999581Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.cpp:1: 2022-11-23T00:55:15.7000252Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.h:3: 2022-11-23T00:55:15.7000845Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.7001472Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.7002647Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.7003380Z template friend class std::hash; 2022-11-23T00:55:15.7003987Z  ^ 2022-11-23T00:55:15.7004957Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.7005490Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.7005860Z  ^ 2022-11-23T00:55:15.7006547Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.7007135Z template friend class std::hash; 2022-11-23T00:55:15.7007607Z  ^~~~~ 2022-11-23T00:55:15.7008016Z  struct 2022-11-23T00:55:15.7008408Z 1 warning generated. 2022-11-23T00:55:15.7066539Z [ 72%] 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:15.7343350Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.cpp:1: 2022-11-23T00:55:15.7344117Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.h:11: 2022-11-23T00:55:15.7344968Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:15.7345576Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.7346153Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.7347333Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.7348144Z template friend class std::hash; 2022-11-23T00:55:15.7348601Z  ^ 2022-11-23T00:55:15.7349350Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.7349871Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.7350224Z  ^ 2022-11-23T00:55:15.7350913Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.7351493Z template friend class std::hash; 2022-11-23T00:55:15.7351948Z  ^~~~~ 2022-11-23T00:55:15.7352359Z  struct 2022-11-23T00:55:15.7352738Z 1 warning generated. 2022-11-23T00:55:15.7402889Z [ 72%] 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:15.7814610Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T00:55:15.8117894Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.cpp:1: 2022-11-23T00:55:15.8118586Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:15.8119172Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.8119750Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.8120875Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.8121533Z template friend class std::hash; 2022-11-23T00:55:15.8121968Z  ^ 2022-11-23T00:55:15.8122650Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.8123136Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.8123693Z  ^ 2022-11-23T00:55:15.8124589Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.8125168Z template friend class std::hash; 2022-11-23T00:55:15.8125592Z  ^~~~~ 2022-11-23T00:55:15.8125967Z  struct 2022-11-23T00:55:15.8126343Z 1 warning generated. 2022-11-23T00:55:15.8134011Z [ 72%] 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:15.8237818Z [ 72%] 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:15.8854889Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp:3: 2022-11-23T00:55:15.8855656Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h:5: 2022-11-23T00:55:15.8856451Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.8857057Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.8858219Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.8858933Z template friend class std::hash; 2022-11-23T00:55:15.8859386Z  ^ 2022-11-23T00:55:15.8860083Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.8860584Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.8860958Z  ^ 2022-11-23T00:55:15.8861642Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.8862202Z template friend class std::hash; 2022-11-23T00:55:15.8862655Z  ^~~~~ 2022-11-23T00:55:15.8863049Z  struct 2022-11-23T00:55:15.8863436Z 1 warning generated. 2022-11-23T00:55:15.8885554Z [ 72%] 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:15.8921371Z [ 72%] 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:15.9210440Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T00:55:15.9777032Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.cpp:1: 2022-11-23T00:55:15.9777687Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h:5: 2022-11-23T00:55:15.9778257Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h:7: 2022-11-23T00:55:15.9778801Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:55:15.9779154Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:15.9779490Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:15.9780168Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:15.9780576Z template friend class std::hash; 2022-11-23T00:55:15.9780837Z  ^ 2022-11-23T00:55:15.9781396Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:15.9781698Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:15.9781917Z  ^ 2022-11-23T00:55:15.9782302Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:15.9782607Z template friend class std::hash; 2022-11-23T00:55:15.9782867Z  ^~~~~ 2022-11-23T00:55:15.9783108Z  struct 2022-11-23T00:55:15.9783317Z 1 warning generated. 2022-11-23T00:55:15.9828598Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:15.9995329Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:16.0005291Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T00:55:16.0428156Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:16.1456438Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T00:55:16.1523882Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T00:55:16.1760810Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:16.2133215Z [ 72%] 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:16.3434506Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T00:55:16.3469015Z [ 72%] 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:16.4026688Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.cpp:4: 2022-11-23T00:55:16.4027458Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.h:3: 2022-11-23T00:55:16.4028086Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:16.4028794Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:16.4029462Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:16.4030044Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:16.4030632Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:16.4031810Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:16.4032554Z template friend class std::hash; 2022-11-23T00:55:16.4033012Z  ^ 2022-11-23T00:55:16.4033750Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:16.4034281Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:16.4034632Z  ^ 2022-11-23T00:55:16.4035358Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:16.4035959Z template friend class std::hash; 2022-11-23T00:55:16.4036436Z  ^~~~~ 2022-11-23T00:55:16.4037044Z  struct 2022-11-23T00:55:16.4037450Z 1 warning generated. 2022-11-23T00:55:16.4089395Z [ 72%] 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:16.4095583Z [ 72%] 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:16.4591000Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T00:55:16.5139087Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T00:55:16.5655869Z [ 72%] 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:16.5881908Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp:1: 2022-11-23T00:55:16.5882605Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h:7: 2022-11-23T00:55:16.5883460Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:55:16.5884202Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:16.5884772Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:16.5886000Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:16.5886737Z template friend class std::hash; 2022-11-23T00:55:16.5887211Z  ^ 2022-11-23T00:55:16.5887955Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:16.5888495Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:16.5888893Z  ^ 2022-11-23T00:55:16.5889614Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:16.5890186Z template friend class std::hash; 2022-11-23T00:55:16.5890660Z  ^~~~~ 2022-11-23T00:55:16.5891090Z  struct 2022-11-23T00:55:16.5891475Z 1 warning generated. 2022-11-23T00:55:16.6066774Z [ 72%] 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:16.6536470Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/data/datasets/mnist.cpp:1: 2022-11-23T00:55:16.6537138Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/mnist.h:3: 2022-11-23T00:55:16.6537675Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/base.h:3: 2022-11-23T00:55:16.6538087Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/example.h:3: 2022-11-23T00:55:16.6538547Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:16.6539386Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:16.6539846Z template friend class std::hash; 2022-11-23T00:55:16.6540110Z  ^ 2022-11-23T00:55:16.6540582Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:16.6540861Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:16.6541108Z  ^ 2022-11-23T00:55:16.6541671Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:16.6542055Z template friend class std::hash; 2022-11-23T00:55:16.6542307Z  ^~~~~ 2022-11-23T00:55:16.6542547Z  struct 2022-11-23T00:55:16.6542824Z 1 warning generated. 2022-11-23T00:55:16.6546399Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T00:55:16.6586411Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T00:55:16.6934543Z [ 72%] 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:16.7820048Z [ 72%] 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:16.8312317Z [ 72%] 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:16.8845299Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T00:55:16.9209065Z [ 72%] 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:17.0372080Z [ 72%] 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:17.0508621Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/distributed.cpp:2: 2022-11-23T00:55:17.0509342Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/distributed.h:4: 2022-11-23T00:55:17.0509956Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h:4: 2022-11-23T00:55:17.0510582Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.0511668Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.0512319Z template friend class std::hash; 2022-11-23T00:55:17.0512729Z  ^ 2022-11-23T00:55:17.0513391Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.0513847Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.0514179Z  ^ 2022-11-23T00:55:17.0514802Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.0515320Z template friend class std::hash; 2022-11-23T00:55:17.0515740Z  ^~~~~ 2022-11-23T00:55:17.0516126Z  struct 2022-11-23T00:55:17.0516478Z 1 warning generated. 2022-11-23T00:55:17.0586625Z [ 72%] 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:17.0612809Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/random.cpp:1: 2022-11-23T00:55:17.0613424Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/random.h:4: 2022-11-23T00:55:17.0614099Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h:4: 2022-11-23T00:55:17.0614744Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.0616174Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.0616691Z template friend class std::hash; 2022-11-23T00:55:17.0616940Z  ^ 2022-11-23T00:55:17.0617349Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.0617641Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.0617845Z  ^ 2022-11-23T00:55:17.0618227Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.0618542Z template friend class std::hash; 2022-11-23T00:55:17.0618800Z  ^~~~~ 2022-11-23T00:55:17.0619025Z  struct 2022-11-23T00:55:17.0619295Z 1 warning generated. 2022-11-23T00:55:17.0726555Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T00:55:17.1851035Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T00:55:17.2020368Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/sequential.cpp:1: 2022-11-23T00:55:17.2021164Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/sequential.h:4: 2022-11-23T00:55:17.2021853Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h:4: 2022-11-23T00:55:17.2022517Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.2023695Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.2024315Z template friend class std::hash; 2022-11-23T00:55:17.2024708Z  ^ 2022-11-23T00:55:17.2025432Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.2025929Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.2026173Z  ^ 2022-11-23T00:55:17.2026724Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.2027189Z template friend class std::hash; 2022-11-23T00:55:17.2027573Z  ^~~~~ 2022-11-23T00:55:17.2027818Z  struct 2022-11-23T00:55:17.2028028Z 1 warning generated. 2022-11-23T00:55:17.2055082Z [ 72%] 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:17.2060324Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/stream.cpp:1: 2022-11-23T00:55:17.2060991Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/stream.h:4: 2022-11-23T00:55:17.2061650Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h:4: 2022-11-23T00:55:17.2062307Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.2063340Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.2063726Z template friend class std::hash; 2022-11-23T00:55:17.2063981Z  ^ 2022-11-23T00:55:17.2064530Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.2064823Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.2065029Z  ^ 2022-11-23T00:55:17.2065413Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.2065727Z template friend class std::hash; 2022-11-23T00:55:17.2065968Z  ^~~~~ 2022-11-23T00:55:17.2066202Z  struct 2022-11-23T00:55:17.2066418Z 1 warning generated. 2022-11-23T00:55:17.2106551Z [ 72%] 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:17.2168876Z [ 72%] 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:17.2180884Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T00:55:17.3022595Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T00:55:17.3161922Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T00:55:17.3300255Z [ 72%] 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:17.4592822Z [ 72%] 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:17.5703769Z [ 72%] 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:17.6892963Z [ 72%] 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:17.7226017Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/module.cpp:1: 2022-11-23T00:55:17.7226625Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:17.7227251Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:17.7227989Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:17.7228590Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:17.7229132Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.7230243Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.7230897Z template friend class std::hash; 2022-11-23T00:55:17.7231370Z  ^ 2022-11-23T00:55:17.7232075Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.7232574Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.7232968Z  ^ 2022-11-23T00:55:17.7233647Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.7234212Z template friend class std::hash; 2022-11-23T00:55:17.7234651Z  ^~~~~ 2022-11-23T00:55:17.7235039Z  struct 2022-11-23T00:55:17.7235391Z 1 warning generated. 2022-11-23T00:55:17.7295953Z [ 72%] 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:17.7504736Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/serialize.cpp:1: 2022-11-23T00:55:17.7505424Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h:8: 2022-11-23T00:55:17.7505877Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h:7: 2022-11-23T00:55:17.7506223Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h:4: 2022-11-23T00:55:17.7506558Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h:5: 2022-11-23T00:55:17.7506883Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:55:17.7507206Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:17.7507589Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:17.7507897Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:17.7508203Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:17.7508593Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:17.7508902Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:17.7509562Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.7509965Z template friend class std::hash; 2022-11-23T00:55:17.7510221Z  ^ 2022-11-23T00:55:17.7510784Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.7511195Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.7511496Z  ^ 2022-11-23T00:55:17.7512110Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.7512591Z template friend class std::hash; 2022-11-23T00:55:17.7512987Z  ^~~~~ 2022-11-23T00:55:17.7513357Z  struct 2022-11-23T00:55:17.7513730Z 1 warning generated. 2022-11-23T00:55:17.7684663Z [ 72%] 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:17.8326476Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T00:55:17.8910412Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T00:55:17.9193808Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp:1: 2022-11-23T00:55:17.9194382Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h:5: 2022-11-23T00:55:17.9195022Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.9196299Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.9197025Z template friend class std::hash; 2022-11-23T00:55:17.9197452Z  ^ 2022-11-23T00:55:17.9198157Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.9198455Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.9198672Z  ^ 2022-11-23T00:55:17.9199199Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.9199522Z template friend class std::hash; 2022-11-23T00:55:17.9199786Z  ^~~~~ 2022-11-23T00:55:17.9200012Z  struct 2022-11-23T00:55:17.9200231Z 1 warning generated. 2022-11-23T00:55:17.9246566Z [ 72%] 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:17.9251754Z [ 72%] 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:17.9273119Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/_functions.cpp:2: 2022-11-23T00:55:17.9273792Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/_functions.h:5: 2022-11-23T00:55:17.9274486Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h:5: 2022-11-23T00:55:17.9275153Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.9276422Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.9277156Z template friend class std::hash; 2022-11-23T00:55:17.9277629Z  ^ 2022-11-23T00:55:17.9278365Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.9278889Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.9279277Z  ^ 2022-11-23T00:55:17.9279960Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.9280533Z template friend class std::hash; 2022-11-23T00:55:17.9281015Z  ^~~~~ 2022-11-23T00:55:17.9281449Z  struct 2022-11-23T00:55:17.9281813Z 1 warning generated. 2022-11-23T00:55:17.9346469Z [ 72%] 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:17.9583420Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/activation.cpp:1: 2022-11-23T00:55:17.9584132Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/activation.h:4: 2022-11-23T00:55:17.9584806Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h:3: 2022-11-23T00:55:17.9585472Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h:5: 2022-11-23T00:55:17.9586109Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:17.9587311Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:17.9588139Z template friend class std::hash; 2022-11-23T00:55:17.9588613Z  ^ 2022-11-23T00:55:17.9589361Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:17.9589889Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:17.9590261Z  ^ 2022-11-23T00:55:17.9590973Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:17.9591553Z template friend class std::hash; 2022-11-23T00:55:17.9592017Z  ^~~~~ 2022-11-23T00:55:17.9592675Z  struct 2022-11-23T00:55:17.9593087Z 1 warning generated. 2022-11-23T00:55:17.9660112Z [ 72%] 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:18.0130514Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T00:55:18.0304827Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T00:55:18.0435477Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T00:55:18.0742934Z [ 72%] 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:18.1619769Z [ 72%] 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:18.2851900Z [ 72%] 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:18.3774360Z [ 72%] 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:18.4097216Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/batchnorm.cpp:1: 2022-11-23T00:55:18.4097889Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/batchnorm.h:4: 2022-11-23T00:55:18.4098494Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h:5: 2022-11-23T00:55:18.4099168Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:18.4100387Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:18.4101125Z template friend class std::hash; 2022-11-23T00:55:18.4101559Z  ^ 2022-11-23T00:55:18.4102326Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:18.4102833Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:18.4103222Z  ^ 2022-11-23T00:55:18.4103872Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:18.4104336Z template friend class std::hash; 2022-11-23T00:55:18.4104743Z  ^~~~~ 2022-11-23T00:55:18.4105140Z  struct 2022-11-23T00:55:18.4105502Z 1 warning generated. 2022-11-23T00:55:18.4165021Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T00:55:18.5163478Z [ 72%] 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:18.6056352Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/adaptive.cpp:2: 2022-11-23T00:55:18.6056955Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/adaptive.h:3: 2022-11-23T00:55:18.6057597Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:18.6058236Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:18.6058960Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:18.6059674Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:18.6060578Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:18.6061198Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:18.6062359Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:18.6063037Z template friend class std::hash; 2022-11-23T00:55:18.6063499Z  ^ 2022-11-23T00:55:18.6064262Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:18.6064791Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:18.6065156Z  ^ 2022-11-23T00:55:18.6065877Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:18.6066618Z template friend class std::hash; 2022-11-23T00:55:18.6067093Z  ^~~~~ 2022-11-23T00:55:18.6067595Z  struct 2022-11-23T00:55:18.6067994Z 1 warning generated. 2022-11-23T00:55:18.6069155Z [ 72%] 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:18.6113622Z [ 72%] 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:18.7147040Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/normalization.cpp:1: 2022-11-23T00:55:18.7148158Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/normalization.h:3: 2022-11-23T00:55:18.7149028Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:18.7149835Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:18.7150699Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:18.7151543Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:18.7152229Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:18.7152769Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:18.7153914Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:18.7154636Z template friend class std::hash; 2022-11-23T00:55:18.7155090Z  ^ 2022-11-23T00:55:18.7155828Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:18.7156347Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:18.7156736Z  ^ 2022-11-23T00:55:18.7157438Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:18.7158011Z template friend class std::hash; 2022-11-23T00:55:18.7158484Z  ^~~~~ 2022-11-23T00:55:18.7158889Z  struct 2022-11-23T00:55:18.7159286Z 1 warning generated. 2022-11-23T00:55:18.7201187Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T00:55:18.7216509Z [ 72%] 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:18.7233585Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T00:55:18.7887978Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/instancenorm.cpp:1: 2022-11-23T00:55:18.7888602Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/instancenorm.h:3: 2022-11-23T00:55:18.7889244Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h:5: 2022-11-23T00:55:18.7889844Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h:5: 2022-11-23T00:55:18.7890392Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:18.7891145Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:18.7891848Z template friend class std::hash; 2022-11-23T00:55:18.7892102Z  ^ 2022-11-23T00:55:18.7892514Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:18.7892804Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:18.7893027Z  ^ 2022-11-23T00:55:18.7893397Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:18.7893713Z template friend class std::hash; 2022-11-23T00:55:18.7893969Z  ^~~~~ 2022-11-23T00:55:18.7894193Z  struct 2022-11-23T00:55:18.7894410Z 1 warning generated. 2022-11-23T00:55:18.7948808Z [ 72%] 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:18.8209001Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T00:55:18.8295759Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/conv.cpp:1: 2022-11-23T00:55:18.8298464Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/conv.h:3: 2022-11-23T00:55:18.8299138Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h:7: 2022-11-23T00:55:18.8299679Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:18.8300511Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:18.8300946Z template friend class std::hash; 2022-11-23T00:55:18.8301215Z  ^ 2022-11-23T00:55:18.8301636Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:18.8301911Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:18.8302128Z  ^ 2022-11-23T00:55:18.8302516Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:18.8302817Z template friend class std::hash; 2022-11-23T00:55:18.8303077Z  ^~~~~ 2022-11-23T00:55:18.8303318Z  struct 2022-11-23T00:55:18.8303528Z 1 warning generated. 2022-11-23T00:55:18.8459343Z [ 72%] 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:18.9073113Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T00:55:18.9386833Z [ 72%] 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:19.0230448Z [ 72%] 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:19.0682164Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/dropout.cpp:1: 2022-11-23T00:55:19.0682862Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h:3: 2022-11-23T00:55:19.0683568Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h:5: 2022-11-23T00:55:19.0684633Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:19.0685860Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:19.0686823Z template friend class std::hash; 2022-11-23T00:55:19.0687314Z  ^ 2022-11-23T00:55:19.0688076Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:19.0688607Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:19.0688992Z  ^ 2022-11-23T00:55:19.0689714Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:19.0690290Z template friend class std::hash; 2022-11-23T00:55:19.0690751Z  ^~~~~ 2022-11-23T00:55:19.0691183Z  struct 2022-11-23T00:55:19.0691585Z 1 warning generated. 2022-11-23T00:55:19.0758160Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T00:55:19.1187674Z [ 73%] 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:19.2026598Z [ 73%] 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:19.3162576Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/distance.cpp:1: 2022-11-23T00:55:19.3163283Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/distance.h:3: 2022-11-23T00:55:19.3166767Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:19.3167335Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:19.3167921Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:19.3168530Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:19.3172715Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:19.3173305Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:19.3174444Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:19.3175114Z template friend class std::hash; 2022-11-23T00:55:19.3175574Z  ^ 2022-11-23T00:55:19.3176493Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:19.3176965Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:19.3177199Z  ^ 2022-11-23T00:55:19.3177574Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:19.3177899Z template friend class std::hash; 2022-11-23T00:55:19.3178165Z  ^~~~~ 2022-11-23T00:55:19.3178390Z  struct 2022-11-23T00:55:19.3178609Z 1 warning generated. 2022-11-23T00:55:19.3178906Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/embedding.cpp:1: 2022-11-23T00:55:19.3179270Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/embedding.h:3: 2022-11-23T00:55:19.3179614Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:19.3179957Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:19.3180408Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:19.3180797Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:19.3181149Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:19.3181487Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:19.3182061Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:19.3182449Z template friend class std::hash; 2022-11-23T00:55:19.3182692Z  ^ 2022-11-23T00:55:19.3183091Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:19.3183382Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:19.3183582Z  ^ 2022-11-23T00:55:19.3183962Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:19.3184273Z template friend class std::hash; 2022-11-23T00:55:19.3184528Z  ^~~~~ 2022-11-23T00:55:19.3184753Z  struct 2022-11-23T00:55:19.3184973Z 1 warning generated. 2022-11-23T00:55:19.3232016Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T00:55:19.3251108Z [ 73%] 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:19.3693023Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T00:55:19.4398847Z [ 73%] 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:19.5037331Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/fold.cpp:1: 2022-11-23T00:55:19.5038026Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/fold.h:4: 2022-11-23T00:55:19.5038702Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:19.5039333Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:19.5040004Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:19.5040931Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:19.5041611Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:19.5042251Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:19.5043463Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:19.5044389Z template friend class std::hash; 2022-11-23T00:55:19.5044858Z  ^ 2022-11-23T00:55:19.5045613Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:19.5046130Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:19.5046534Z  ^ 2022-11-23T00:55:19.5047217Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:19.5059224Z template friend class std::hash; 2022-11-23T00:55:19.5059875Z  ^~~~~ 2022-11-23T00:55:19.5060300Z  struct 2022-11-23T00:55:19.5060702Z 1 warning generated. 2022-11-23T00:55:19.5094679Z [ 73%] 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:19.5205364Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T00:55:19.6154631Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/linear.cpp:1: 2022-11-23T00:55:19.6155368Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/linear.h:3: 2022-11-23T00:55:19.6156067Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:19.6157290Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:19.6158027Z template friend class std::hash; 2022-11-23T00:55:19.6158498Z  ^ 2022-11-23T00:55:19.6159251Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:19.6159768Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:19.6160158Z  ^ 2022-11-23T00:55:19.6160879Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:19.6161469Z template friend class std::hash; 2022-11-23T00:55:19.6161923Z  ^~~~~ 2022-11-23T00:55:19.6162355Z  struct 2022-11-23T00:55:19.6162702Z 1 warning generated. 2022-11-23T00:55:19.6223043Z [ 73%] 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:19.6421835Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T00:55:19.7157360Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/loss.cpp:1: 2022-11-23T00:55:19.7158058Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/loss.h:4: 2022-11-23T00:55:19.7158679Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:19.7159319Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:19.7160162Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:19.7160870Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:19.7161512Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:19.7162113Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:19.7163283Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:19.7164197Z template friend class std::hash; 2022-11-23T00:55:19.7164658Z  ^ 2022-11-23T00:55:19.7165398Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:19.7166079Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:19.7166455Z  ^ 2022-11-23T00:55:19.7167155Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:19.7167738Z template friend class std::hash; 2022-11-23T00:55:19.7168208Z  ^~~~~ 2022-11-23T00:55:19.7168624Z  struct 2022-11-23T00:55:19.7169022Z 1 warning generated. 2022-11-23T00:55:19.7227928Z [ 73%] 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:19.7237545Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T00:55:19.8636281Z [ 73%] 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:19.9091092Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/padding.cpp:1: 2022-11-23T00:55:19.9091783Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/padding.h:4: 2022-11-23T00:55:19.9092468Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:19.9092890Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:19.9093279Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:19.9093686Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:19.9094087Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:19.9094451Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:19.9095193Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:19.9095701Z template friend class std::hash; 2022-11-23T00:55:19.9096106Z  ^ 2022-11-23T00:55:19.9096771Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:19.9097083Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:19.9097387Z  ^ 2022-11-23T00:55:19.9098022Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:19.9098544Z template friend class std::hash; 2022-11-23T00:55:19.9099182Z  ^~~~~ 2022-11-23T00:55:19.9099578Z  struct 2022-11-23T00:55:19.9099933Z 1 warning generated. 2022-11-23T00:55:19.9181812Z [ 73%] 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:19.9849167Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T00:55:20.0655862Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pooling.cpp:1: 2022-11-23T00:55:20.0656483Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pooling.h:4: 2022-11-23T00:55:20.0656832Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:20.0657186Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:20.0657599Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:20.0658179Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:20.0658534Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:20.0658880Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.0659579Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.0660103Z template friend class std::hash; 2022-11-23T00:55:20.0660487Z  ^ 2022-11-23T00:55:20.0661146Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.0661619Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.0661948Z  ^ 2022-11-23T00:55:20.0662555Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.0663056Z template friend class std::hash; 2022-11-23T00:55:20.0663492Z  ^~~~~ 2022-11-23T00:55:20.0663870Z  struct 2022-11-23T00:55:20.0664223Z 1 warning generated. 2022-11-23T00:55:20.0678446Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pixelshuffle.cpp:1: 2022-11-23T00:55:20.0679219Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h:3: 2022-11-23T00:55:20.0679887Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:20.0680545Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:20.0681267Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:20.0681974Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:20.0682599Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:20.0683228Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.0684590Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.0685273Z template friend class std::hash; 2022-11-23T00:55:20.0685943Z  ^ 2022-11-23T00:55:20.0686713Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.0687259Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.0687638Z  ^ 2022-11-23T00:55:20.0688360Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.0688956Z template friend class std::hash; 2022-11-23T00:55:20.0689414Z  ^~~~~ 2022-11-23T00:55:20.0689845Z  struct 2022-11-23T00:55:20.0690244Z 1 warning generated. 2022-11-23T00:55:20.0731751Z [ 73%] 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:20.0750668Z [ 73%] 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:20.0887627Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T00:55:20.1613685Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T00:55:20.1749084Z [ 73%] 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:20.2875169Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/upsampling.cpp:1: 2022-11-23T00:55:20.2875879Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/upsampling.h:3: 2022-11-23T00:55:20.2876571Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:20.2877264Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:20.2877969Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:20.2878679Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:20.2879326Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:20.2879955Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.2881116Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.2881835Z template friend class std::hash; 2022-11-23T00:55:20.2882288Z  ^ 2022-11-23T00:55:20.2883034Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.2883532Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.2884109Z  ^ 2022-11-23T00:55:20.2884784Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.2885303Z template friend class std::hash; 2022-11-23T00:55:20.2885755Z  ^~~~~ 2022-11-23T00:55:20.2886174Z  struct 2022-11-23T00:55:20.2886562Z 1 warning generated. 2022-11-23T00:55:20.2946994Z [ 73%] 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:20.3167515Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T00:55:20.3514729Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/rnn.cpp:1: 2022-11-23T00:55:20.3515461Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/rnn.h:3: 2022-11-23T00:55:20.3516134Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:20.3516788Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:20.3517471Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:20.3518200Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:20.3518867Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:20.3519502Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.3520722Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.3521571Z template friend class std::hash; 2022-11-23T00:55:20.3522036Z  ^ 2022-11-23T00:55:20.3522794Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.3523313Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.3523692Z  ^ 2022-11-23T00:55:20.3524642Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.3525234Z template friend class std::hash; 2022-11-23T00:55:20.3525716Z  ^~~~~ 2022-11-23T00:55:20.3526129Z  struct 2022-11-23T00:55:20.3526539Z 1 warning generated. 2022-11-23T00:55:20.3588566Z [ 73%] 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:20.4091278Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T00:55:20.4650851Z [ 73%] 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:20.5779524Z [ 73%] 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:20.7005960Z [ 73%] 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:20.7012375Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/container/functional.cpp:1: 2022-11-23T00:55:20.7013104Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/functional.h:5: 2022-11-23T00:55:20.7013790Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:20.7014431Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:20.7015067Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:20.7015708Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:20.7016313Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:20.7016864Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.7018141Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.7018869Z template friend class std::hash; 2022-11-23T00:55:20.7019320Z  ^ 2022-11-23T00:55:20.7020027Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.7020540Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.7020917Z  ^ 2022-11-23T00:55:20.7021606Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.7022182Z template friend class std::hash; 2022-11-23T00:55:20.7022663Z  ^~~~~ 2022-11-23T00:55:20.7023083Z  struct 2022-11-23T00:55:20.7023447Z 1 warning generated. 2022-11-23T00:55:20.7078253Z [ 73%] 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:20.7173767Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/transformer.cpp:2: 2022-11-23T00:55:20.7174498Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h:5: 2022-11-23T00:55:20.7175111Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.7176267Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.7177011Z template friend class std::hash; 2022-11-23T00:55:20.7177467Z  ^ 2022-11-23T00:55:20.7178225Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.7178751Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.7179151Z  ^ 2022-11-23T00:55:20.7179844Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.7180422Z template friend class std::hash; 2022-11-23T00:55:20.7180902Z  ^~~~~ 2022-11-23T00:55:20.7181319Z  struct 2022-11-23T00:55:20.7181715Z 1 warning generated. 2022-11-23T00:55:20.7279549Z [ 73%] 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:20.7956984Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T00:55:20.8172538Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T00:55:20.8203432Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/activation.cpp:1: 2022-11-23T00:55:20.8204337Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/activation.h:6: 2022-11-23T00:55:20.8205149Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.8206632Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.8207240Z template friend class std::hash; 2022-11-23T00:55:20.8207510Z  ^ 2022-11-23T00:55:20.8207977Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.8208407Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.8208634Z  ^ 2022-11-23T00:55:20.8209029Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.8209381Z template friend class std::hash; 2022-11-23T00:55:20.8209646Z  ^~~~~ 2022-11-23T00:55:20.8209888Z  struct 2022-11-23T00:55:20.8210137Z 1 warning generated. 2022-11-23T00:55:20.8365483Z [ 73%] 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:20.8648962Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T00:55:20.8869102Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/adaptive.cpp:1: 2022-11-23T00:55:20.8869836Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/adaptive.h:5: 2022-11-23T00:55:20.8870630Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:20.8871827Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:20.8872538Z template friend class std::hash; 2022-11-23T00:55:20.8873009Z  ^ 2022-11-23T00:55:20.8873749Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:20.8874270Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:20.8874651Z  ^ 2022-11-23T00:55:20.8875339Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:20.8875924Z template friend class std::hash; 2022-11-23T00:55:20.8876397Z  ^~~~~ 2022-11-23T00:55:20.8876805Z  struct 2022-11-23T00:55:20.8877206Z 1 warning generated. 2022-11-23T00:55:20.8951611Z [ 73%] 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:20.9436466Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T00:55:20.9982033Z [ 73%] 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:21.0308956Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/batchnorm.cpp:1: 2022-11-23T00:55:21.0309936Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h:5: 2022-11-23T00:55:21.0314615Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.0315833Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.0316572Z template friend class std::hash; 2022-11-23T00:55:21.0317035Z  ^ 2022-11-23T00:55:21.0317770Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.0318296Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.0318681Z  ^ 2022-11-23T00:55:21.0319367Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.0319952Z template friend class std::hash; 2022-11-23T00:55:21.0320617Z  ^~~~~ 2022-11-23T00:55:21.0321056Z  struct 2022-11-23T00:55:21.0321442Z 1 warning generated. 2022-11-23T00:55:21.0378238Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T00:55:21.0882982Z [ 73%] 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:21.2329810Z [ 73%] 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:21.2853693Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/instancenorm.cpp:1: 2022-11-23T00:55:21.2854491Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h:5: 2022-11-23T00:55:21.2855220Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h:5: 2022-11-23T00:55:21.2855885Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.2857321Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.2858050Z template friend class std::hash; 2022-11-23T00:55:21.2858526Z  ^ 2022-11-23T00:55:21.2859263Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.2859788Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.2860171Z  ^ 2022-11-23T00:55:21.2860873Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.2861426Z template friend class std::hash; 2022-11-23T00:55:21.2861904Z  ^~~~~ 2022-11-23T00:55:21.2862338Z  struct 2022-11-23T00:55:21.2862729Z 1 warning generated. 2022-11-23T00:55:21.2926770Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T00:55:21.3638308Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/embedding.cpp:1: 2022-11-23T00:55:21.3638990Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/embedding.h:6: 2022-11-23T00:55:21.3639637Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.3640880Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.3641631Z template friend class std::hash; 2022-11-23T00:55:21.3642097Z  ^ 2022-11-23T00:55:21.3642819Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.3643330Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.3643685Z  ^ 2022-11-23T00:55:21.3644405Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.3644714Z template friend class std::hash; 2022-11-23T00:55:21.3644976Z  ^~~~~ 2022-11-23T00:55:21.3645220Z  struct 2022-11-23T00:55:21.3645430Z 1 warning generated. 2022-11-23T00:55:21.3709803Z [ 73%] 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:21.3892010Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T00:55:21.4096284Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/normalization.cpp:1: 2022-11-23T00:55:21.4096994Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h:5: 2022-11-23T00:55:21.4097586Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.4098789Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.4099502Z template friend class std::hash; 2022-11-23T00:55:21.4099954Z  ^ 2022-11-23T00:55:21.4100696Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.4101441Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.4101842Z  ^ 2022-11-23T00:55:21.4102556Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.4103155Z template friend class std::hash; 2022-11-23T00:55:21.4103629Z  ^~~~~ 2022-11-23T00:55:21.4104053Z  struct 2022-11-23T00:55:21.4104435Z 1 warning generated. 2022-11-23T00:55:21.4202735Z [ 73%] 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:21.5122093Z [ 73%] 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:21.5224360Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/conv.cpp:1: 2022-11-23T00:55:21.5224758Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h:7: 2022-11-23T00:55:21.5225123Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.5225801Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.5226206Z template friend class std::hash; 2022-11-23T00:55:21.5226451Z  ^ 2022-11-23T00:55:21.5226864Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.5227152Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.5227354Z  ^ 2022-11-23T00:55:21.5227822Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.5228144Z template friend class std::hash; 2022-11-23T00:55:21.5228404Z  ^~~~~ 2022-11-23T00:55:21.5228630Z  struct 2022-11-23T00:55:21.5228851Z 1 warning generated. 2022-11-23T00:55:21.5298437Z [ 73%] 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:21.5753880Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T00:55:21.5922742Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T00:55:21.6053210Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/dropout.cpp:1: 2022-11-23T00:55:21.6054148Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h:5: 2022-11-23T00:55:21.6054808Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.6056042Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.6056779Z template friend class std::hash; 2022-11-23T00:55:21.6057245Z  ^ 2022-11-23T00:55:21.6057985Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.6058503Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.6058888Z  ^ 2022-11-23T00:55:21.6059599Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.6060173Z template friend class std::hash; 2022-11-23T00:55:21.6060771Z  ^~~~~ 2022-11-23T00:55:21.6061186Z  struct 2022-11-23T00:55:21.6061573Z 1 warning generated. 2022-11-23T00:55:21.6181627Z [ 73%] 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:21.6322608Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T00:55:21.7163664Z [ 73%] 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:21.7995226Z [ 73%] 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:21.8119144Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/linear.cpp:1: 2022-11-23T00:55:21.8119820Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/linear.h:6: 2022-11-23T00:55:21.8120431Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.8121672Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.8122408Z template friend class std::hash; 2022-11-23T00:55:21.8122884Z  ^ 2022-11-23T00:55:21.8123632Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.8124291Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.8124688Z  ^ 2022-11-23T00:55:21.8125378Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.8125954Z template friend class std::hash; 2022-11-23T00:55:21.8126405Z  ^~~~~ 2022-11-23T00:55:21.8126816Z  struct 2022-11-23T00:55:21.8127234Z 1 warning generated. 2022-11-23T00:55:21.8210755Z [ 73%] 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:21.9151594Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/padding.cpp:1: 2022-11-23T00:55:21.9152264Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/padding.h:8: 2022-11-23T00:55:21.9152951Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:21.9154389Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:21.9155127Z template friend class std::hash; 2022-11-23T00:55:21.9155609Z  ^ 2022-11-23T00:55:21.9156257Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:21.9156714Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:21.9157055Z  ^ 2022-11-23T00:55:21.9157677Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:21.9158152Z template friend class std::hash; 2022-11-23T00:55:21.9158514Z  ^~~~~ 2022-11-23T00:55:21.9158865Z  struct 2022-11-23T00:55:21.9159214Z 1 warning generated. 2022-11-23T00:55:21.9210401Z [ 73%] 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:21.9469526Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T00:55:21.9661186Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T00:55:22.0594629Z [ 73%] 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:22.1621484Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/vision.cpp:1: 2022-11-23T00:55:22.1622192Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/vision.h:6: 2022-11-23T00:55:22.1622849Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.1624079Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.1624845Z template friend class std::hash; 2022-11-23T00:55:22.1625299Z  ^ 2022-11-23T00:55:22.1626056Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.1626585Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.1626964Z  ^ 2022-11-23T00:55:22.1627774Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.1628365Z template friend class std::hash; 2022-11-23T00:55:22.1628830Z  ^~~~~ 2022-11-23T00:55:22.1629264Z  struct 2022-11-23T00:55:22.1629668Z 1 warning generated. 2022-11-23T00:55:22.1691996Z [ 73%] 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:22.2389723Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T00:55:22.2408515Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/rnn.cpp:1: 2022-11-23T00:55:22.2409210Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/rnn.h:6: 2022-11-23T00:55:22.2409870Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.2411010Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.2411769Z template friend class std::hash; 2022-11-23T00:55:22.2412453Z  ^ 2022-11-23T00:55:22.2413220Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.2413731Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.2414126Z  ^ 2022-11-23T00:55:22.2414836Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.2415413Z template friend class std::hash; 2022-11-23T00:55:22.2415905Z  ^~~~~ 2022-11-23T00:55:22.2416336Z  struct 2022-11-23T00:55:22.2416743Z 1 warning generated. 2022-11-23T00:55:22.2469126Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T00:55:22.2505107Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/pooling.cpp:1: 2022-11-23T00:55:22.2505811Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pooling.h:6: 2022-11-23T00:55:22.2506713Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.2507816Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.2508235Z template friend class std::hash; 2022-11-23T00:55:22.2508503Z  ^ 2022-11-23T00:55:22.2508907Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.2509203Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.2509416Z  ^ 2022-11-23T00:55:22.2509805Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.2510113Z template friend class std::hash; 2022-11-23T00:55:22.2510369Z  ^~~~~ 2022-11-23T00:55:22.2510604Z  struct 2022-11-23T00:55:22.2510811Z 1 warning generated. 2022-11-23T00:55:22.2578436Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T00:55:22.2601197Z [ 73%] 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:22.3781503Z [ 73%] 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:22.4773570Z [ 73%] 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:22.6187061Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adagrad.cpp:1: 2022-11-23T00:55:22.6187815Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adagrad.h:3: 2022-11-23T00:55:22.6188447Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl.h:4: 2022-11-23T00:55:22.6189109Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:22.6189698Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.6190819Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.6191452Z template friend class std::hash; 2022-11-23T00:55:22.6191758Z  ^ 2022-11-23T00:55:22.6192333Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.6192632Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.6192836Z  ^ 2022-11-23T00:55:22.6193223Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.6193542Z template friend class std::hash; 2022-11-23T00:55:22.6193790Z  ^~~~~ 2022-11-23T00:55:22.6194028Z  struct 2022-11-23T00:55:22.6194274Z 1 warning generated. 2022-11-23T00:55:22.6258136Z [ 73%] 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:22.6378729Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/transformer.cpp:1: 2022-11-23T00:55:22.6379484Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformer.h:6: 2022-11-23T00:55:22.6380374Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.6381573Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.6382299Z template friend class std::hash; 2022-11-23T00:55:22.6382772Z  ^ 2022-11-23T00:55:22.6383528Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.6384029Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.6384421Z  ^ 2022-11-23T00:55:22.6385132Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.6385724Z template friend class std::hash; 2022-11-23T00:55:22.6386189Z  ^~~~~ 2022-11-23T00:55:22.6386626Z  struct 2022-11-23T00:55:22.6387023Z 1 warning generated. 2022-11-23T00:55:22.6450419Z [ 73%] 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:22.6581565Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T00:55:22.7228880Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T00:55:22.7514638Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adam.cpp:1: 2022-11-23T00:55:22.7515438Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adam.h:3: 2022-11-23T00:55:22.7515996Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:22.7516594Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:22.7517195Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:22.7517622Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:22.7517964Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.7518835Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.7519243Z template friend class std::hash; 2022-11-23T00:55:22.7519489Z  ^ 2022-11-23T00:55:22.7520075Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.7520375Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.7520685Z  ^ 2022-11-23T00:55:22.7521279Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.7521804Z template friend class std::hash; 2022-11-23T00:55:22.7522240Z  ^~~~~ 2022-11-23T00:55:22.7522635Z  struct 2022-11-23T00:55:22.7523022Z 1 warning generated. 2022-11-23T00:55:22.7584865Z [ 73%] 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:22.7912688Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T00:55:22.7947909Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/lbfgs.cpp:1: 2022-11-23T00:55:22.7948797Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/lbfgs.h:3: 2022-11-23T00:55:22.7949450Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:22.7950144Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:22.7950916Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:22.7951584Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:22.7952220Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.7953416Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.7954146Z template friend class std::hash; 2022-11-23T00:55:22.7954614Z  ^ 2022-11-23T00:55:22.7955361Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.7955865Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.7956262Z  ^ 2022-11-23T00:55:22.7956971Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.7957551Z template friend class std::hash; 2022-11-23T00:55:22.7958005Z  ^~~~~ 2022-11-23T00:55:22.7958427Z  struct 2022-11-23T00:55:22.7958829Z 1 warning generated. 2022-11-23T00:55:22.8007736Z [ 73%] 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:22.8620750Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adamw.cpp:1: 2022-11-23T00:55:22.8621460Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adamw.h:3: 2022-11-23T00:55:22.8622097Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:22.8622784Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:22.8623520Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:22.8624206Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:22.8625088Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:22.8626286Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:22.8627032Z template friend class std::hash; 2022-11-23T00:55:22.8627577Z  ^ 2022-11-23T00:55:22.8628332Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:22.8628837Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:22.8629229Z  ^ 2022-11-23T00:55:22.8629954Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:22.8630527Z template friend class std::hash; 2022-11-23T00:55:22.8630998Z  ^~~~~ 2022-11-23T00:55:22.8631422Z  struct 2022-11-23T00:55:22.8631929Z 1 warning generated. 2022-11-23T00:55:22.8706503Z [ 73%] 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:22.8710180Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T00:55:22.9366736Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T00:55:22.9908606Z [ 74%] 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:23.1773864Z [ 74%] 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:23.2077760Z [ 74%] 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:23.2259013Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/optimizer.cpp:5: 2022-11-23T00:55:23.2259947Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:23.2261148Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:23.2261829Z template friend class std::hash; 2022-11-23T00:55:23.2262273Z  ^ 2022-11-23T00:55:23.2262962Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:23.2263448Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:23.2263807Z  ^ 2022-11-23T00:55:23.2264486Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:23.2265049Z template friend class std::hash; 2022-11-23T00:55:23.2265495Z  ^~~~~ 2022-11-23T00:55:23.2265892Z  struct 2022-11-23T00:55:23.2266264Z 1 warning generated. 2022-11-23T00:55:23.2347577Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:23.2848509Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/rmsprop.cpp:1: 2022-11-23T00:55:23.2849208Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/rmsprop.h:3: 2022-11-23T00:55:23.2849866Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:23.2850771Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:23.2851522Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:23.2852203Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:23.2852831Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:23.2854071Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:23.2854817Z template friend class std::hash; 2022-11-23T00:55:23.2855272Z  ^ 2022-11-23T00:55:23.2856022Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:23.2856554Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:23.2857032Z  ^ 2022-11-23T00:55:23.2857756Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:23.2858347Z template friend class std::hash; 2022-11-23T00:55:23.2858850Z  ^~~~~ 2022-11-23T00:55:23.2859266Z  struct 2022-11-23T00:55:23.2859660Z 1 warning generated. 2022-11-23T00:55:23.2908382Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T00:55:23.2946708Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:23.3810240Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T00:55:23.3867219Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T00:55:23.4106202Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:23.4171387Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/serialize.cpp:1: 2022-11-23T00:55:23.4172064Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/serialize.h:5: 2022-11-23T00:55:23.4172720Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/archive.h:3: 2022-11-23T00:55:23.4173662Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h:6: 2022-11-23T00:55:23.4174290Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:23.4174846Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:23.4175404Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:23.4175974Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:23.4176538Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:23.4177087Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:23.4178167Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:23.4178861Z template friend class std::hash; 2022-11-23T00:55:23.4179309Z  ^ 2022-11-23T00:55:23.4180014Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:23.4180741Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:23.4181106Z  ^ 2022-11-23T00:55:23.4181770Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:23.4182289Z template friend class std::hash; 2022-11-23T00:55:23.4182731Z  ^~~~~ 2022-11-23T00:55:23.4183097Z  struct 2022-11-23T00:55:23.4183451Z 1 warning generated. 2022-11-23T00:55:23.4276702Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:23.5528883Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/optim/sgd.cpp:1: 2022-11-23T00:55:23.5529562Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/sgd.h:3: 2022-11-23T00:55:23.5530217Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:23.5530935Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:23.5531856Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:23.5532524Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:23.5533151Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:23.5534303Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:23.5535012Z template friend class std::hash; 2022-11-23T00:55:23.5535446Z  ^ 2022-11-23T00:55:23.5536189Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:23.5536702Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:23.5537065Z  ^ 2022-11-23T00:55:23.5537750Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:23.5538293Z template friend class std::hash; 2022-11-23T00:55:23.5538731Z  ^~~~~ 2022-11-23T00:55:23.5539158Z  struct 2022-11-23T00:55:23.5539542Z 1 warning generated. 2022-11-23T00:55:23.5551374Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T00:55:23.5591560Z [ 74%] 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:23.5714842Z [ 74%] 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:23.5913000Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T00:55:23.6731854Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T00:55:23.6867669Z [ 74%] 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:23.7921225Z [ 74%] 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:23.8492910Z [ 74%] 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:23.9133801Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-11-23T00:55:23.9914601Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/input-archive.cpp:1: 2022-11-23T00:55:23.9915603Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h:6: 2022-11-23T00:55:23.9916229Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:23.9916793Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:23.9917323Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:23.9917903Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:23.9918493Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:23.9919075Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:23.9920204Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:23.9921163Z template friend class std::hash; 2022-11-23T00:55:23.9921626Z  ^ 2022-11-23T00:55:23.9922337Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:23.9922841Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:23.9923216Z  ^ 2022-11-23T00:55:23.9924106Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:23.9924702Z template friend class std::hash; 2022-11-23T00:55:23.9925187Z  ^~~~~ 2022-11-23T00:55:23.9925629Z  struct 2022-11-23T00:55:23.9926016Z 1 warning generated. 2022-11-23T00:55:23.9961647Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/output-archive.cpp:1: 2022-11-23T00:55:23.9962607Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/output-archive.h:4: 2022-11-23T00:55:23.9963247Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:23.9964033Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:23.9964613Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:23.9965214Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:23.9965773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:23.9966360Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:23.9967489Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:23.9968233Z template friend class std::hash; 2022-11-23T00:55:23.9968691Z  ^ 2022-11-23T00:55:23.9969436Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:23.9969973Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:23.9970349Z  ^ 2022-11-23T00:55:23.9971076Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:23.9971669Z template friend class std::hash; 2022-11-23T00:55:23.9972150Z  ^~~~~ 2022-11-23T00:55:23.9972740Z  struct 2022-11-23T00:55:23.9973145Z 1 warning generated. 2022-11-23T00:55:23.9977088Z [ 74%] 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:24.0032516Z [ 74%] 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:24.0219433Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-11-23T00:55:24.0771819Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:55:24.1008340Z [ 74%] 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:24.1057006Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:55:24.2117512Z [ 74%] 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:24.2251175Z [ 74%] 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:24.3322367Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:55:24.3394735Z [ 74%] 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:24.4240247Z [ 75%] 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:24.4619068Z [ 75%] 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:24.5374636Z [ 75%] 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:24.5634172Z [ 75%] 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:24.5664692Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T00:55:24.5767605Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:24.6036550Z [ 75%] 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:24.6390517Z [ 75%] 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:24.6989677Z [ 75%] 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:24.7182664Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:24.7366891Z [ 75%] 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:24.7786366Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:24.8148573Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:24.8192145Z [ 75%] 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:24.8811974Z [ 75%] 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:24.9542869Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T00:55:24.9896681Z [ 75%] 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:25.1353679Z [ 75%] 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:25.1967177Z [ 75%] 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:25.2234068Z [ 75%] 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:25.2318932Z [ 75%] 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:25.2411190Z [ 75%] 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:25.2436907Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.2443918Z [ 75%] 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:25.3141806Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.3147833Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.3335608Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.3370367Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T00:55:25.3430557Z [ 75%] 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:25.4338810Z [ 75%] 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:25.5274613Z [ 75%] 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:25.6303517Z [ 75%] 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:25.6569191Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.6896854Z [ 75%] 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:25.7274022Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.8091926Z [ 75%] 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:25.8117833Z [ 75%] 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:25.8229586Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.9111100Z [ 75%] 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:25.9218248Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:25.9800213Z [ 75%] 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:26.0389260Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.0788532Z [ 75%] 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:26.1415555Z [ 75%] 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:26.2001718Z [ 75%] 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:26.2207335Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.2224565Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.2513710Z [ 75%] 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:26.2584362Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.3241410Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.3434972Z [ 75%] 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:26.4794945Z [ 75%] 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:26.5536871Z [ 75%] 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:26.5816884Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.6011147Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.6019674Z [ 75%] 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:26.6439355Z [ 75%] 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:26.6555271Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.6828343Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T00:55:26.7246411Z [ 75%] 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:26.7372224Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:26.8675983Z [ 75%] 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:26.9000080Z [ 75%] 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:26.9853633Z [ 75%] 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:27.0498093Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.0852993Z [ 75%] 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:27.0917003Z [ 75%] 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:27.1037934Z [ 75%] 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:27.1154131Z [ 75%] 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:27.1223418Z [ 75%] 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:27.1864970Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.2113849Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.2186321Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.2323905Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.2505798Z [ 75%] 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:27.3434570Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T00:55:27.4823252Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T00:55:27.4915669Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.5302688Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T00:55:27.5882161Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:55:27.6237978Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:55:27.6552710Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.6904516Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:55:27.7093084Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:55:27.7560039Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T00:55:27.7653258Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.8101122Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.8176687Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:27.8517770Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T00:55:27.9813536Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T00:55:28.0266486Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T00:55:28.1029109Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.1617965Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:55:28.2232059Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T00:55:28.3145899Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.3557297Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T00:55:28.3944863Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T00:55:28.4223592Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:55:28.4548370Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T00:55:28.5163126Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.5425573Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:55:28.5513300Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.6280606Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.7091584Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T00:55:28.7188226Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:55:28.7286977Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T00:55:28.8344020Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.8425545Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:55:28.8582639Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T00:55:28.8701936Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.9021297Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:28.9676795Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T00:55:28.9715485Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:55:29.0053278Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T00:55:29.1256201Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T00:55:29.2395864Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T00:55:29.2702999Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T00:55:29.2727034Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2022-11-23T00:55:29.3268529Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T00:55:29.3608277Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2022-11-23T00:55:29.3622265Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T00:55:29.4224921Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2022-11-23T00:55:29.4562829Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T00:55:29.4758316Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2022-11-23T00:55:29.4774200Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2022-11-23T00:55:29.6010465Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T00:55:29.6397988Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T00:55:29.7604285Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T00:55:29.7943009Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T00:55:29.8554455Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T00:55:29.8895815Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T00:55:29.8921635Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.0077050Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.0201226Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2022-11-23T00:55:30.0330319Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.0378598Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:55:30.1577465Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T00:55:30.2101998Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.3575309Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.3667215Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:55:30.3672562Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.4987711Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T00:55:30.5266334Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T00:55:30.5392770Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2022-11-23T00:55:30.5981920Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T00:55:30.6227019Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.6756426Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.7914104Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T00:55:30.8011488Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T00:55:30.8326149Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T00:55:30.8650453Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T00:55:30.9290577Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.9678911Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:30.9768366Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2022-11-23T00:55:30.9851279Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T00:55:31.1818708Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T00:55:31.2160093Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:55:31.2682443Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T00:55:31.2841034Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:55:31.3267637Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.3310150Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T00:55:31.3681447Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.3939483Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:55:31.4044855Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:55:31.4108172Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.4559745Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.5190027Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.5704231Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:55:31.6332691Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T00:55:31.7128413Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.7466870Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.7489949Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T00:55:31.8054975Z [ 77%] 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:31.8646196Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:31.8988581Z [ 77%] 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:31.9915390Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.0271361Z [ 77%] 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:32.0776722Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.2245505Z [ 77%] 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:32.2420445Z [ 77%] 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:32.2522382Z [ 77%] 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:32.2661864Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.3161635Z [ 77%] 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:32.3786633Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.3909402Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2022-11-23T00:55:32.3960036Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.4148509Z [ 77%] 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:32.4423729Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.6113071Z [ 77%] 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:32.6904852Z [ 77%] 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:32.7113785Z [ 77%] 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:32.7201624Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.7731766Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.8342626Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:32.8409370Z [ 77%] 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:32.8776233Z [ 77%] 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:32.9014245Z [ 77%] 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:32.9969554Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.0218357Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.0250881Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.1103807Z [ 77%] 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:33.2012615Z [ 77%] 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:33.2139989Z [ 77%] 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:33.2542470Z [ 77%] 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:33.2770165Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2022-11-23T00:55:33.3474326Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.3487543Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.3714029Z [ 77%] 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:33.3892877Z [ 77%] 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:33.4140844Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.5585642Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.5647376Z [ 77%] 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:33.6635848Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:33.7204002Z [ 77%] 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:33.8423203Z [ 78%] 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:33.8676853Z [ 78%] 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:33.9187956Z [ 78%] 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:33.9648915Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:34.0275803Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:34.0710260Z [ 78%] 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:34.0881216Z [ 78%] 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:34.1287039Z [ 78%] 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:34.2557704Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:34.2821800Z [ 78%] 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:34.2822925Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:34.3064123Z [ 78%] 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:34.3122278Z [ 78%] 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:34.3823080Z [ 78%] 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:34.4512476Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:34.4547938Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:34.4551238Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:55:34.5452210Z [ 78%] 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:34.5740203Z [ 78%] 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:34.7073285Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2022-11-23T00:55:34.7156742Z [ 78%] 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:34.8257507Z [ 78%] 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:34.8286612Z [ 78%] 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:34.8543989Z [ 78%] 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:34.9215637Z [ 78%] 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:34.9220095Z [ 78%] 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:34.9574898Z [ 78%] 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:34.9938455Z [ 78%] 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:35.0439861Z [ 78%] 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:35.0606629Z [ 78%] 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:35.0987181Z [ 78%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T00:55:35.1127732Z [ 78%] 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:35.1219818Z [ 78%] 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:35.1425111Z [ 78%] 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:35.2004138Z [ 78%] 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:35.2566119Z [ 78%] 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:35.2630027Z [ 78%] 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:35.2796532Z [ 78%] 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:35.2853298Z [ 78%] 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:35.3481321Z [ 78%] 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:35.4026763Z [ 78%] 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:35.4046425Z [ 78%] 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:35.4099187Z [ 78%] 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:35.4403499Z [ 78%] 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:35.4894056Z [ 78%] 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:35.5358841Z [ 78%] 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:35.5555907Z [ 78%] 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:35.5685069Z [ 78%] 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:35.6201891Z [ 78%] 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:35.6238583Z [ 78%] 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:35.6731928Z [ 78%] 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:35.7017517Z [ 78%] 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:35.7326829Z [ 78%] 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:35.7671848Z [ 78%] 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:35.7673032Z [ 78%] 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:35.8367503Z [ 78%] 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:35.8594164Z [ 78%] 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:35.9053182Z [ 78%] 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:35.9130911Z [ 78%] 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:35.9367310Z [ 78%] 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:35.9895485Z [ 78%] 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:35.9979734Z [ 78%] 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:36.0578868Z [ 78%] 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:36.0618176Z [ 78%] 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:36.1245807Z [ 78%] 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:36.1672150Z [ 78%] 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:36.1855720Z [ 78%] 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:36.1864787Z [ 78%] 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:36.2143642Z [ 78%] 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:36.2788280Z [ 78%] 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:36.3255065Z [ 79%] 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:36.3438400Z [ 79%] 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:36.3554629Z [ 79%] 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:36.3822469Z [ 79%] 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:36.4453648Z [ 79%] 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:36.4504397Z [ 79%] 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:36.4937284Z [ 79%] 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:36.5112079Z [ 79%] 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:36.5555944Z [ 79%] 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:36.5779561Z [ 79%] 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:36.6132378Z [ 79%] 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:36.6288833Z [ 79%] 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:36.6416384Z [ 79%] 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:36.6877090Z [ 79%] 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:36.7368974Z [ 79%] 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:36.7625454Z [ 79%] 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:36.7658665Z [ 79%] 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:36.8352418Z [ 79%] 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:36.8409944Z [ 79%] 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:36.9153310Z [ 79%] 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:36.9243980Z [ 79%] 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:36.9328346Z [ 79%] 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:36.9728093Z [ 79%] 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:36.9888963Z [ 79%] 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:37.0577729Z [ 79%] 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:37.0613881Z [ 79%] 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:37.0924135Z [ 79%] 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:37.1145592Z [ 79%] 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:37.1648070Z [ 79%] 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:37.2043465Z [ 79%] 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:37.2201763Z [ 79%] 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:37.2512434Z [ 79%] 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:37.2555068Z [ 79%] 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:37.2944841Z [ 79%] 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:37.3602469Z [ 79%] 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:37.3729888Z [ 79%] 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:37.3814441Z [ 79%] 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:37.3908210Z [ 79%] 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:37.4387116Z [ 79%] 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:37.4958423Z [ 79%] 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:37.5158823Z [ 79%] 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:37.5194568Z [ 79%] 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:37.5280368Z [ 79%] 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:37.5741040Z [ 79%] 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:37.6283927Z [ 79%] 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:37.6388149Z [ 79%] 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:37.6773231Z [ 79%] 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:37.6939242Z [ 79%] 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:37.7137312Z [ 79%] 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:37.7787939Z [ 79%] 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:37.7852447Z [ 79%] 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:37.8162580Z [ 79%] 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:37.8191895Z [ 79%] 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:37.8966430Z [ 79%] 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:37.9190097Z [ 79%] 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:37.9410847Z [ 79%] 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:37.9517852Z [ 79%] 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:37.9895179Z [ 79%] 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:38.0369266Z [ 79%] 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:38.0483990Z [ 79%] 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:38.0785326Z [ 79%] 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:38.0899823Z [ 80%] 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:38.1347233Z [ 80%] 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:38.1956835Z [ 80%] 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:38.1970625Z [ 80%] 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:38.2070967Z [ 80%] 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:38.2326370Z [ 80%] 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:38.3153826Z [ 80%] 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:38.3177916Z [ 80%] 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:38.3343820Z [ 80%] 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:38.3610100Z [ 80%] 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:38.3929969Z [ 80%] 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:38.4447885Z [ 80%] 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:38.4763936Z [ 80%] 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:38.4866163Z [ 80%] 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:38.4904001Z [ 80%] 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:38.5739447Z [ 80%] 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:38.5962982Z [ 80%] 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:38.5965938Z [ 80%] 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:38.6183293Z [ 80%] 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:38.6184386Z [ 80%] 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:38.7304783Z [ 80%] 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:38.7461132Z [ 80%] 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:38.7625755Z [ 80%] 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:38.7733120Z [ 80%] 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:38.7766193Z [ 80%] 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:38.8806381Z [ 80%] 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:38.8832061Z [ 80%] 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:38.9018307Z [ 80%] 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:38.9257169Z [ 80%] 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:38.9300292Z [ 80%] 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:39.0123133Z [ 80%] 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:39.0386734Z [ 80%] 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:39.0424613Z [ 80%] 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:39.0809304Z [ 80%] 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:39.1034782Z [ 80%] 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:39.1483552Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.1822354Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T00:55:39.2065924Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.2411491Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T00:55:39.2836501Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.3171550Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T00:55:39.3188481Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.3561933Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:55:39.3777620Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.4222322Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:55:39.4335172Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.4828346Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:55:39.4971559Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.5076248Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:55:39.5769030Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.6249344Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T00:55:39.6382907Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.6522522Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T00:55:39.6624838Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.7457311Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T00:55:39.7541029Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.7698392Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T00:55:39.7896901Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:39.7917426Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T00:55:39.9022775Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:55:39.9082413Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T00:55:39.9132085Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:55:39.9314033Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T00:55:39.9553981Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.0173742Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T00:55:40.0315501Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.0525592Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T00:55:40.0583834Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.1048795Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T00:55:40.1583918Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.1762899Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:55:40.2030913Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.2159835Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:55:40.2454468Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.3161135Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:55:40.3633941Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.3644078Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:55:40.3708995Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:40.4058375Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T00:55:40.4535707Z [ 81%] 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:40.4899649Z [ 81%] 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:40.5103546Z [ 81%] 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:40.5162547Z [ 81%] 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:40.5755111Z [ 81%] 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:40.5941173Z [ 81%] 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:40.6321302Z [ 81%] 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:40.6848881Z [ 81%] 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:40.7192745Z [ 81%] 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:40.7223992Z [ 81%] 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:40.7649759Z [ 81%] 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:40.8268561Z [ 81%] 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:40.8290579Z [ 81%] 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:40.8487079Z [ 81%] 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:40.8919165Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:40.9049983Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:40.9918952Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.0072739Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.0301957Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.0304632Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.0419984Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.1309676Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.1523047Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.1744918Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.1764425Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.2382020Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.2742288Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.2884731Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.3360476Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.3375854Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.3613293Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.3997446Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.4625095Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.4891629Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.5103357Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.5278398Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.5369443Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.6052274Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.6282907Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.6399200Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.6665238Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.6811118Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:41.7245731Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T00:55:41.7678244Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:55:41.7817554Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T00:55:41.8229581Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T00:55:41.8474745Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T00:55:41.8874288Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T00:55:41.9102608Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T00:55:41.9137324Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T00:55:41.9452303Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T00:55:41.9841253Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T00:55:41.9993250Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T00:55:42.0573548Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T00:55:42.0686156Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T00:55:42.0793665Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.1148402Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.1221974Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.1879475Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.2079289Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.2333937Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.2633929Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.2688835Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.3181448Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.3819074Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.3841374Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.3842716Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.4107015Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.4966081Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.4968621Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.5367863Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.5577264Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.5870292Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:42.6366628Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:42.6707090Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:42.6961638Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T00:55:42.7199495Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:55:42.7321955Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:42.7988565Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:42.8114637Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T00:55:42.8313574Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:55:42.8490738Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T00:55:42.8543347Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T00:55:42.9374040Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T00:55:42.9388053Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T00:55:42.9671603Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T00:55:42.9698335Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T00:55:42.9942559Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T00:55:43.0622034Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T00:55:43.0622669Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T00:55:43.1078176Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T00:55:43.1242247Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T00:55:43.1458285Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T00:55:43.1844245Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T00:55:43.1995221Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T00:55:43.2493405Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T00:55:43.2654642Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T00:55:43.2695690Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T00:55:43.3142575Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T00:55:43.3301745Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T00:55:43.3870679Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T00:55:43.3931877Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T00:55:43.4212961Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T00:55:43.4541278Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T00:55:43.4928360Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T00:55:43.5098454Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T00:55:43.5369734Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T00:55:43.5737750Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T00:55:43.6117139Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T00:55:43.6266588Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T00:55:43.6682862Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T00:55:43.6881372Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T00:55:43.7163681Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T00:55:43.7181281Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T00:55:43.7417657Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T00:55:43.7793725Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T00:55:43.8144469Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T00:55:43.8259747Z [ 83%] 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:55:43.8341798Z [ 83%] 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:55:43.8621263Z [ 83%] 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:55:43.9216069Z [ 83%] 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:55:43.9514024Z [ 83%] 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:55:43.9664598Z [ 83%] 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:55:43.9906099Z [ 83%] 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:55:43.9934286Z [ 83%] 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:55:44.0671431Z [ 83%] 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:55:44.0676154Z [ 83%] 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:55:44.0901725Z [ 83%] 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:55:44.1138140Z [ 83%] 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:55:44.1249208Z [ 83%] 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:55:44.2054589Z [ 83%] 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:55:44.2253064Z [ 83%] 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:55:44.2319821Z [ 83%] 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:55:44.2550155Z [ 83%] 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:55:44.2551211Z [ 83%] 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:55:44.3332572Z [ 83%] 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:55:44.3699636Z [ 83%] 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:55:44.3771304Z [ 83%] 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:55:44.3799224Z [ 83%] 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:55:44.4249811Z [ 83%] 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:55:44.4766604Z [ 83%] 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:55:44.4985465Z [ 83%] 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:55:44.5098872Z [ 83%] 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:55:44.5228327Z [ 83%] 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:55:44.5734164Z [ 83%] 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:55:44.6057159Z [ 83%] 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:55:44.6066845Z [ 83%] 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:55:44.6263425Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T00:55:44.6550871Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T00:55:44.7193512Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T00:55:44.7423182Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T00:55:44.7482824Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T00:55:44.7827179Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T00:55:44.7867374Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T00:55:44.8685038Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T00:55:44.8808036Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T00:55:44.8854341Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T00:55:44.9091344Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T00:55:44.9341376Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T00:55:45.0086230Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T00:55:45.0170511Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T00:55:45.0391802Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T00:55:45.0487456Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T00:55:45.0868900Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T00:55:45.1410013Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T00:55:45.1476569Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T00:55:45.1628995Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T00:55:45.1834118Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T00:55:45.2315867Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T00:55:45.2563192Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T00:55:45.2870395Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T00:55:45.2871647Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T00:55:45.3113676Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T00:55:45.3502537Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T00:55:45.4002434Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T00:55:45.4009623Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T00:55:45.4045242Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T00:55:45.4453914Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T00:55:45.4770782Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T00:55:45.5096747Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T00:55:45.5108925Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T00:55:45.5648063Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T00:55:45.5742630Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T00:55:45.5954802Z [ 84%] 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:55:45.6245563Z [ 84%] 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:55:45.6290739Z [ 84%] 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:55:45.7170626Z [ 84%] 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:55:45.7247760Z [ 84%] 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:55:45.7301361Z [ 84%] 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:55:45.7658225Z [ 84%] 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:55:45.7730866Z [ 84%] 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:55:45.8854303Z [ 84%] 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:55:45.8939661Z [ 84%] 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:55:45.9062531Z [ 84%] 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:55:45.9293013Z [ 84%] 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:55:45.9668568Z [ 84%] 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:55:46.0068596Z [ 84%] 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:55:46.0246221Z [ 84%] 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:55:46.0708533Z [ 84%] 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:55:46.0747912Z [ 84%] 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:55:46.1194937Z [ 84%] 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:55:46.1216501Z [ 84%] 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:55:46.1458597Z [ 84%] 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:55:46.1869790Z [ 84%] 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:55:46.2105202Z [ 84%] 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:55:46.2581270Z [ 84%] 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:55:46.2785592Z [ 84%] 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:55:46.2930445Z [ 84%] 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:55:46.3247369Z [ 84%] 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:55:46.3340608Z [ 84%] 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:55:46.3707789Z [ 84%] 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:55:46.4181569Z [ 84%] 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:55:46.4311634Z [ 84%] 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:55:46.4578373Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T00:55:46.4656764Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T00:55:46.4953397Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T00:55:46.5420959Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T00:55:46.5553129Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T00:55:46.5903383Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T00:55:46.5943995Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T00:55:46.6629082Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T00:55:46.6648267Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T00:55:46.6705275Z [ 84%] Built target torch_cpu 2022-11-23T00:55:46.6776341Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T00:55:46.6939082Z [ 84%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T00:55:46.7223485Z [ 84%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T00:55:46.7331111Z [ 84%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T00:55:46.7704312Z [ 84%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T00:55:46.7997574Z [ 84%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T00:55:46.8037787Z [ 84%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T00:55:46.8218306Z [ 84%] 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:55:46.9599160Z [ 84%] 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:55:47.0845620Z [ 84%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T00:55:47.0887502Z [ 84%] 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:55:47.1143128Z [ 84%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T00:55:47.1323044Z [ 84%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T00:55:47.2156502Z [ 84%] Built target torch 2022-11-23T00:55:47.2166329Z [ 85%] 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:55:47.2205229Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T00:55:47.3442060Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T00:55:47.3470740Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T00:55:47.3927334Z [ 85%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T00:55:47.4869105Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T00:55:47.5884539Z [ 85%] 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:55:47.7030045Z [ 85%] 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:55:47.8080873Z [ 85%] 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:55:47.9201951Z [ 85%] 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:55:48.0364161Z [ 85%] Linking CXX executable ../bin/example_allreduce 2022-11-23T00:55:48.0490993Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T00:55:48.1728524Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T00:55:48.2618856Z [ 85%] Built target HashStoreTest 2022-11-23T00:55:48.2669586Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T00:55:48.3160813Z [ 85%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T00:55:48.3950080Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:48.4553062Z [ 85%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T00:55:48.4651194Z [ 85%] Built target FileStoreTest 2022-11-23T00:55:48.4722092Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:48.5270506Z [ 85%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T00:55:48.5563438Z [ 85%] Built target TCPStoreTest 2022-11-23T00:55:48.5812647Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T00:55:48.5852174Z [ 85%] 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:55:48.6708174Z [ 85%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T00:55:48.7223558Z [ 85%] 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:55:48.7317654Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T00:55:48.8699010Z [ 85%] 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:55:48.9294214Z [ 85%] Built target ProcessGroupGlooTest 2022-11-23T00:55:48.9351557Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.0629459Z [ 85%] 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:55:49.0684524Z [ 85%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T00:55:49.1523455Z In file included from /var/lib/jenkins/workspace/test/cpp/dist_autograd/test_dist_autograd.cpp:6: 2022-11-23T00:55:49.1525678Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:55:49.1526396Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:49.1528307Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:49.1528998Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:49.1529834Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:49.1530493Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:49.1531685Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:49.1532421Z template friend class std::hash; 2022-11-23T00:55:49.1532903Z  ^ 2022-11-23T00:55:49.1533652Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:49.1540354Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:49.1540823Z  ^ 2022-11-23T00:55:49.1541563Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:49.1542171Z template friend class std::hash; 2022-11-23T00:55:49.1542632Z  ^~~~~ 2022-11-23T00:55:49.1543065Z  struct 2022-11-23T00:55:49.1543457Z 1 warning generated. 2022-11-23T00:55:49.1604827Z [ 85%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T00:55:49.2276827Z [ 85%] 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:55:49.2592213Z In file included from /var/lib/jenkins/workspace/test/cpp/rpc/e2e_test_base.cpp:1: 2022-11-23T00:55:49.2592839Z In file included from /var/lib/jenkins/workspace/test/cpp/rpc/e2e_test_base.h:3: 2022-11-23T00:55:49.2593461Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:55:49.2594460Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:49.2595096Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:49.2595699Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:49.2596287Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:49.2596849Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:49.2597998Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:49.2598703Z template friend class std::hash; 2022-11-23T00:55:49.2599169Z  ^ 2022-11-23T00:55:49.2599905Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:49.2600567Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:49.2600963Z  ^ 2022-11-23T00:55:49.2601667Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:49.2602227Z template friend class std::hash; 2022-11-23T00:55:49.2602685Z  ^~~~~ 2022-11-23T00:55:49.2603106Z  struct 2022-11-23T00:55:49.2603482Z 1 warning generated. 2022-11-23T00:55:49.2708385Z [ 85%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T00:55:49.3579168Z [ 85%] 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:55:49.3771231Z [ 85%] Built target example_allreduce 2022-11-23T00:55:49.3842844Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.5182054Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T00:55:49.5280341Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.5603225Z In file included from /var/lib/jenkins/workspace/test/cpp/api/autograd.cpp:1: 2022-11-23T00:55:49.5603973Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:55:49.5610625Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:49.5611430Z template friend class std::hash; 2022-11-23T00:55:49.5611895Z  ^ 2022-11-23T00:55:49.5612608Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:49.5613119Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:49.5613486Z  ^ 2022-11-23T00:55:49.5618685Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:49.5619291Z template friend class std::hash; 2022-11-23T00:55:49.5619752Z  ^~~~~ 2022-11-23T00:55:49.5620186Z  struct 2022-11-23T00:55:49.5620583Z 1 warning generated. 2022-11-23T00:55:49.5678415Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T00:55:49.6594402Z In file included from /var/lib/jenkins/workspace/test/cpp/api/parallel_benchmark.cpp:1: 2022-11-23T00:55:49.6595112Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:49.6595673Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:49.6596297Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:49.6596924Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:49.6597599Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:49.6598302Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:49.6598927Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:49.6599565Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:49.6600765Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:49.6601659Z template friend class std::hash; 2022-11-23T00:55:49.6602131Z  ^ 2022-11-23T00:55:49.6602877Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:49.6603410Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:49.6603992Z  ^ 2022-11-23T00:55:49.6604708Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:49.6605283Z template friend class std::hash; 2022-11-23T00:55:49.6605737Z  ^~~~~ 2022-11-23T00:55:49.6606143Z  struct 2022-11-23T00:55:49.6606542Z 1 warning generated. 2022-11-23T00:55:49.6612710Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T00:55:49.6658277Z [ 85%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T00:55:49.6810094Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.7918303Z [ 85%] 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:55:49.8996931Z [ 85%] 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:55:50.0184778Z [ 85%] 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:55:50.0340936Z In file included from /var/lib/jenkins/workspace/test/cpp/rpc/test_wire_serialization.cpp:4: 2022-11-23T00:55:50.0341551Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h:7: 2022-11-23T00:55:50.0342145Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:55:50.0342774Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:50.0343393Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:50.0344576Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:50.0345299Z template friend class std::hash; 2022-11-23T00:55:50.0345742Z  ^ 2022-11-23T00:55:50.0346677Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:50.0347184Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:50.0347651Z  ^ 2022-11-23T00:55:50.0348353Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:50.0348934Z template friend class std::hash; 2022-11-23T00:55:50.0365146Z  ^~~~~ 2022-11-23T00:55:50.0365776Z  struct 2022-11-23T00:55:50.0366341Z 1 warning generated. 2022-11-23T00:55:50.0413976Z [ 85%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T00:55:50.1652603Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:50.3208168Z [ 85%] 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:55:50.3267684Z [ 85%] Built target test_dist_autograd 2022-11-23T00:55:50.3326866Z [ 85%] 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:55:50.3816165Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_backend_device.cpp:7: 2022-11-23T00:55:50.3817199Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h:3: 2022-11-23T00:55:50.3817970Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h:4: 2022-11-23T00:55:50.3818348Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:50.3818816Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:50.3819357Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:50.3819894Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:50.3820229Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:50.3820906Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:50.3821318Z template friend class std::hash; 2022-11-23T00:55:50.3821577Z  ^ 2022-11-23T00:55:50.3821990Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:50.3822269Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:50.3822489Z  ^ 2022-11-23T00:55:50.3822875Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:50.3823185Z template friend class std::hash; 2022-11-23T00:55:50.3823442Z  ^~~~~ 2022-11-23T00:55:50.3823684Z  struct 2022-11-23T00:55:50.3823892Z 1 warning generated. 2022-11-23T00:55:50.3894775Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T00:55:50.4278891Z In file included from /var/lib/jenkins/workspace/test/cpp/api/any.cpp:3: 2022-11-23T00:55:50.4279418Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:50.4279906Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:50.4280617Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:50.4281129Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:50.4281676Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:50.4282200Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:50.4282743Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:50.4283246Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:50.4284448Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:50.4285040Z template friend class std::hash; 2022-11-23T00:55:50.4285431Z  ^ 2022-11-23T00:55:50.4286025Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:50.4286612Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:50.4286929Z  ^ 2022-11-23T00:55:50.4287493Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:50.4287933Z template friend class std::hash; 2022-11-23T00:55:50.4288309Z  ^~~~~ 2022-11-23T00:55:50.4288647Z  struct 2022-11-23T00:55:50.4288960Z 1 warning generated. 2022-11-23T00:55:50.4334219Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T00:55:50.4422097Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T00:55:50.5132072Z [ 85%] 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:55:50.6209023Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:50.7140882Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_cache.cpp:6: 2022-11-23T00:55:50.7141545Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:55:50.7142049Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:50.7142579Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:50.7143092Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:50.7143569Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:50.7144644Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:50.7145256Z template friend class std::hash; 2022-11-23T00:55:50.7145631Z  ^ 2022-11-23T00:55:50.7146107Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:50.7146401Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:50.7146607Z  ^ 2022-11-23T00:55:50.7147055Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:50.7147375Z template friend class std::hash; 2022-11-23T00:55:50.7147743Z  ^~~~~ 2022-11-23T00:55:50.7148144Z  struct 2022-11-23T00:55:50.7148425Z 1 warning generated. 2022-11-23T00:55:50.7199674Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T00:55:50.7246792Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.8666375Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.9286167Z In file included from /var/lib/jenkins/workspace/test/cpp/rpc/test_e2e_tensorpipe.cpp:3: 2022-11-23T00:55:50.9286849Z In file included from /var/lib/jenkins/workspace/test/cpp/rpc/e2e_test_base.h:3: 2022-11-23T00:55:50.9287484Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:55:50.9288189Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:55:50.9288916Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:55:50.9289835Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:55:50.9290452Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:50.9291070Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:50.9292279Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:50.9292996Z template friend class std::hash; 2022-11-23T00:55:50.9293454Z  ^ 2022-11-23T00:55:50.9294212Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:50.9294742Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:50.9295129Z  ^ 2022-11-23T00:55:50.9295845Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:50.9296433Z template friend class std::hash; 2022-11-23T00:55:50.9296895Z  ^~~~~ 2022-11-23T00:55:50.9297314Z  struct 2022-11-23T00:55:50.9297712Z 1 warning generated. 2022-11-23T00:55:50.9348781Z [ 85%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T00:55:51.0489302Z [ 85%] Built target parallel_benchmark 2022-11-23T00:55:51.0555840Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:51.0804859Z [ 85%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T00:55:51.1339843Z In file included from /var/lib/jenkins/workspace/test/cpp/api/dataloader.cpp:3: 2022-11-23T00:55:51.1340495Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:51.1341081Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:51.1341667Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:51.1342258Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:51.1345585Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:51.1346295Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:51.1347003Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:51.1347952Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:51.1349166Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:51.1349914Z template friend class std::hash; 2022-11-23T00:55:51.1350383Z  ^ 2022-11-23T00:55:51.1351145Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:51.1351657Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:51.1352040Z  ^ 2022-11-23T00:55:51.1352740Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:51.1353323Z template friend class std::hash; 2022-11-23T00:55:51.1353780Z  ^~~~~ 2022-11-23T00:55:51.1354372Z  struct 2022-11-23T00:55:51.1354754Z 1 warning generated. 2022-11-23T00:55:51.1355215Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_ir.cpp:6: 2022-11-23T00:55:51.1355808Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h:7: 2022-11-23T00:55:51.1356375Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:51.1356957Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:51.1357559Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:51.1358197Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:51.1358801Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:51.1359396Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:51.1360484Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:51.1361121Z template friend class std::hash; 2022-11-23T00:55:51.1361539Z  ^ 2022-11-23T00:55:51.1362233Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:51.1362720Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:51.1363061Z  ^ 2022-11-23T00:55:51.1364023Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:51.1364477Z template friend class std::hash; 2022-11-23T00:55:51.1364868Z  ^~~~~ 2022-11-23T00:55:51.1365250Z  struct 2022-11-23T00:55:51.1365633Z 1 warning generated. 2022-11-23T00:55:51.1405275Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T00:55:51.1497845Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T00:55:51.1968262Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:51.2012117Z In file included from /var/lib/jenkins/workspace/test/cpp/api/enum.cpp:3: 2022-11-23T00:55:51.2012751Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:51.2013354Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:51.2014130Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:51.2014762Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:51.2015750Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:51.2016427Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:51.2017104Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:51.2017741Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:51.2018929Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:51.2019632Z template friend class std::hash; 2022-11-23T00:55:51.2020092Z  ^ 2022-11-23T00:55:51.2020825Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:51.2021470Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:51.2021830Z  ^ 2022-11-23T00:55:51.2022529Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:51.2023102Z template friend class std::hash; 2022-11-23T00:55:51.2023547Z  ^~~~~ 2022-11-23T00:55:51.2023961Z  struct 2022-11-23T00:55:51.2024348Z 1 warning generated. 2022-11-23T00:55:51.2079867Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:51.2275381Z [ 85%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T00:55:51.3108968Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T00:55:51.3569123Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:51.5145703Z In file included from /var/lib/jenkins/workspace/test/cpp/rpc/test_tensorpipe_serialization.cpp:6: 2022-11-23T00:55:51.5146356Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h:5: 2022-11-23T00:55:51.5146900Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h:7: 2022-11-23T00:55:51.5147433Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:55:51.5148033Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:55:51.5148556Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:51.5149633Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:51.5150278Z template friend class std::hash; 2022-11-23T00:55:51.5150666Z  ^ 2022-11-23T00:55:51.5151302Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:51.5151758Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:51.5152078Z  ^ 2022-11-23T00:55:51.5152697Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:51.5153198Z template friend class std::hash; 2022-11-23T00:55:51.5153614Z  ^~~~~ 2022-11-23T00:55:51.5154216Z  struct 2022-11-23T00:55:51.5154592Z 1 warning generated. 2022-11-23T00:55:51.5198616Z [ 85%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T00:55:51.5320814Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:51.5715615Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_ir_util.cpp:5: 2022-11-23T00:55:51.5716129Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:55:51.5716573Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:51.5717048Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:51.5717517Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:51.5717984Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:51.5718984Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:51.5719799Z template friend class std::hash; 2022-11-23T00:55:51.5720195Z  ^ 2022-11-23T00:55:51.5720787Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:51.5721186Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:51.5721476Z  ^ 2022-11-23T00:55:51.5722035Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:51.5722480Z template friend class std::hash; 2022-11-23T00:55:51.5722838Z  ^~~~~ 2022-11-23T00:55:51.5723187Z  struct 2022-11-23T00:55:51.5723516Z 1 warning generated. 2022-11-23T00:55:51.5795791Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T00:55:51.6880643Z [ 85%] Built target shm 2022-11-23T00:55:51.6894770Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:51.6939349Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:51.8265119Z In file included from /var/lib/jenkins/workspace/test/cpp/api/expanding-array.cpp:4: 2022-11-23T00:55:51.8265815Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:51.8266406Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:51.8267072Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:51.8267775Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:51.8268476Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:51.8269151Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:51.8269839Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:51.8270489Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:51.8271599Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:51.8272324Z template friend class std::hash; 2022-11-23T00:55:51.8272981Z  ^ 2022-11-23T00:55:51.8273743Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:51.8274278Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:51.8274655Z  ^ 2022-11-23T00:55:51.8275374Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:51.8275959Z template friend class std::hash; 2022-11-23T00:55:51.8276425Z  ^~~~~ 2022-11-23T00:55:51.8276844Z  struct 2022-11-23T00:55:51.8277245Z 1 warning generated. 2022-11-23T00:55:51.8335332Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:51.8534051Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T00:55:51.8544568Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T00:55:51.8783314Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T00:55:51.9502412Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:52.0213588Z In file included from /var/lib/jenkins/workspace/test/cpp/api/fft.cpp:4: 2022-11-23T00:55:52.0214196Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.h:9: 2022-11-23T00:55:52.0214811Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:52.0215474Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:52.0216196Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:52.0216936Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:52.0217613Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:52.0218250Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:52.0219457Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:52.0220205Z template friend class std::hash; 2022-11-23T00:55:52.0220664Z  ^ 2022-11-23T00:55:52.0221417Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:52.0221953Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:52.0222314Z  ^ 2022-11-23T00:55:52.0223047Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:52.0223635Z template friend class std::hash; 2022-11-23T00:55:52.0224105Z  ^~~~~ 2022-11-23T00:55:52.0224517Z  struct 2022-11-23T00:55:52.0224909Z 1 warning generated. 2022-11-23T00:55:52.0227902Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T00:55:52.0271440Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T00:55:52.0911192Z [ 85%] 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:55:52.2481377Z [ 85%] 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:55:52.3225585Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_trie_cache.cpp:5: 2022-11-23T00:55:52.3226213Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h:19: 2022-11-23T00:55:52.3226774Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:52.3227393Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:52.3228345Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:52.3228870Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:52.3230057Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:52.3230800Z template friend class std::hash; 2022-11-23T00:55:52.3231486Z  ^ 2022-11-23T00:55:52.3232206Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:52.3232719Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:52.3233102Z  ^ 2022-11-23T00:55:52.3233767Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:52.3234262Z template friend class std::hash; 2022-11-23T00:55:52.3234747Z  ^~~~~ 2022-11-23T00:55:52.3235102Z  struct 2022-11-23T00:55:52.3235325Z 1 warning generated. 2022-11-23T00:55:52.3290681Z [ 85%] 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:55:52.3581859Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_shape.cpp:5: 2022-11-23T00:55:52.3582426Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:52.3582999Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:52.3583594Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:52.3584141Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:52.3585270Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:52.3585982Z template friend class std::hash; 2022-11-23T00:55:52.3586430Z  ^ 2022-11-23T00:55:52.3587169Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:52.3587740Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:52.3588135Z  ^ 2022-11-23T00:55:52.3588829Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:52.3589387Z template friend class std::hash; 2022-11-23T00:55:52.3589835Z  ^~~~~ 2022-11-23T00:55:52.3590245Z  struct 2022-11-23T00:55:52.3590617Z 1 warning generated. 2022-11-23T00:55:52.3646129Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T00:55:52.4012495Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T00:55:52.4467217Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:52.5662139Z [ 85%] 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:55:52.5715317Z In file included from /var/lib/jenkins/workspace/test/cpp/api/functional.cpp:4: 2022-11-23T00:55:52.5715950Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:52.5716541Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:52.5717177Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:52.5717530Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:52.5717906Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:52.5718286Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:52.5719124Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:52.5719776Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:52.5720937Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:52.5721332Z template friend class std::hash; 2022-11-23T00:55:52.5721594Z  ^ 2022-11-23T00:55:52.5722007Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:52.5722298Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:52.5722510Z  ^ 2022-11-23T00:55:52.5722895Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:52.5723218Z template friend class std::hash; 2022-11-23T00:55:52.5723462Z  ^~~~~ 2022-11-23T00:55:52.5723712Z  struct 2022-11-23T00:55:52.5724173Z 1 warning generated. 2022-11-23T00:55:52.5741075Z [ 85%] 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:55:52.5795441Z [ 85%] 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:55:52.6925265Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T00:55:52.7202903Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T00:55:52.7240650Z In file included from /var/lib/jenkins/workspace/test/cpp/api/integration.cpp:4: 2022-11-23T00:55:52.7241468Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:52.7241937Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:52.7245116Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:52.7245470Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:52.7245825Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:52.7246197Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:52.7246577Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:52.7247168Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:52.7247849Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:52.7248258Z template friend class std::hash; 2022-11-23T00:55:52.7248516Z  ^ 2022-11-23T00:55:52.7248916Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:52.7249313Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:52.7249536Z  ^ 2022-11-23T00:55:52.7249920Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:52.7250221Z template friend class std::hash; 2022-11-23T00:55:52.7250481Z  ^~~~~ 2022-11-23T00:55:52.7250804Z  struct 2022-11-23T00:55:52.7251012Z 1 warning generated. 2022-11-23T00:55:52.7324852Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:52.7418176Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T00:55:52.8459565Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:52.8786557Z [ 85%] Built target test_cpp_rpc 2022-11-23T00:55:52.9005263Z [ 85%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T00:55:52.9666304Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:53.0228964Z [ 85%] 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:55:53.1343829Z [ 85%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T00:55:53.1704155Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T00:55:53.1704841Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:5: 2022-11-23T00:55:53.1705457Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h:7: 2022-11-23T00:55:53.1706015Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:53.1706603Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:53.1708336Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:53.1708976Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:53.1709555Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:53.1710133Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:53.1711331Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:53.1712089Z template friend class std::hash; 2022-11-23T00:55:53.1712550Z  ^ 2022-11-23T00:55:53.1713309Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:53.1713835Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:53.1714226Z  ^ 2022-11-23T00:55:53.1715129Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:53.1715719Z template friend class std::hash; 2022-11-23T00:55:53.1716201Z  ^~~~~ 2022-11-23T00:55:53.1716612Z  struct 2022-11-23T00:55:53.1716994Z 1 warning generated. 2022-11-23T00:55:53.1775765Z [ 85%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T00:55:53.1940541Z [ 85%] 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:55:53.3101268Z In file included from /var/lib/jenkins/workspace/test/cpp/api/jit.cpp:3: 2022-11-23T00:55:53.3101948Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h:4: 2022-11-23T00:55:53.3102555Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:55:53.3103208Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:55:53.3103959Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:55:53.3104556Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:55:53.3105162Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:53.3105741Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:53.3106981Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:53.3107795Z template friend class std::hash; 2022-11-23T00:55:53.3108280Z  ^ 2022-11-23T00:55:53.3109018Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:53.3109567Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:53.3109961Z  ^ 2022-11-23T00:55:53.3110670Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:53.3111251Z template friend class std::hash; 2022-11-23T00:55:53.3111730Z  ^~~~~ 2022-11-23T00:55:53.3112161Z  struct 2022-11-23T00:55:53.3112551Z 1 warning generated. 2022-11-23T00:55:53.3169578Z [ 85%] 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:55:53.3254068Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T00:55:53.3399835Z [ 85%] Linking CXX executable ../bin/Dimname_test 2022-11-23T00:55:53.4322681Z In file included from /var/lib/jenkins/workspace/test/cpp/api/init.cpp:4: 2022-11-23T00:55:53.4323279Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:53.4323889Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:53.4324456Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:53.4325284Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:53.4325827Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:53.4326280Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:53.4328106Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:53.4329225Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:53.4330597Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:53.4331730Z template friend class std::hash; 2022-11-23T00:55:53.4332332Z  ^ 2022-11-23T00:55:53.4333082Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:53.4333607Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:53.4333985Z  ^ 2022-11-23T00:55:53.4334654Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:53.4335226Z template friend class std::hash; 2022-11-23T00:55:53.4335692Z  ^~~~~ 2022-11-23T00:55:53.4336295Z  struct 2022-11-23T00:55:53.4336693Z 1 warning generated. 2022-11-23T00:55:53.4393668Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:53.4807963Z [ 85%] Linking CXX executable ../bin/Dict_test 2022-11-23T00:55:53.4954882Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T00:55:53.5687399Z [ 85%] 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:55:53.7358994Z [ 85%] 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:55:53.8925661Z [ 85%] 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:55:53.9220885Z In file included from /var/lib/jenkins/workspace/test/cpp/api/meta_tensor.cpp:4: 2022-11-23T00:55:53.9221601Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:53.9222223Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:53.9222826Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:53.9223405Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:53.9224517Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:53.9225218Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:53.9225940Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:53.9226586Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:53.9227887Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:53.9228536Z template friend class std::hash; 2022-11-23T00:55:53.9228957Z  ^ 2022-11-23T00:55:53.9229614Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:53.9230132Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:53.9230403Z  ^ 2022-11-23T00:55:53.9230779Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:53.9231338Z template friend class std::hash; 2022-11-23T00:55:53.9231609Z  ^~~~~ 2022-11-23T00:55:53.9231891Z  struct 2022-11-23T00:55:53.9232230Z 1 warning generated. 2022-11-23T00:55:53.9279069Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.cpp:1: 2022-11-23T00:55:53.9280096Z In file included from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:5: 2022-11-23T00:55:53.9281103Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h:7: 2022-11-23T00:55:53.9281727Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:55:53.9282332Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:55:53.9282953Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:55:53.9283588Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:55:53.9284532Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:55:53.9285114Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:55:53.9286372Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:53.9287087Z template friend class std::hash; 2022-11-23T00:55:53.9287535Z  ^ 2022-11-23T00:55:53.9288288Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:53.9288804Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:53.9289174Z  ^ 2022-11-23T00:55:53.9289897Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:53.9290477Z template friend class std::hash; 2022-11-23T00:55:53.9290932Z  ^~~~~ 2022-11-23T00:55:53.9291358Z  struct 2022-11-23T00:55:53.9291748Z 1 warning generated. 2022-11-23T00:55:53.9312460Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:53.9367480Z [ 85%] Linking CXX executable ../bin/test_lazy 2022-11-23T00:55:54.0738184Z [ 85%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T00:55:54.0819324Z In file included from /var/lib/jenkins/workspace/test/cpp/api/misc.cpp:3: 2022-11-23T00:55:54.0819967Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:54.0820623Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:54.0821248Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:54.0821843Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:54.0822402Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:54.0822894Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:54.0823456Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:54.0824019Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:54.0825199Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:54.0825607Z template friend class std::hash; 2022-11-23T00:55:54.0825878Z  ^ 2022-11-23T00:55:54.0826291Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:54.0826572Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:54.0826789Z  ^ 2022-11-23T00:55:54.0827174Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:54.0827685Z template friend class std::hash; 2022-11-23T00:55:54.0827936Z  ^~~~~ 2022-11-23T00:55:54.0828175Z  struct 2022-11-23T00:55:54.0828395Z 1 warning generated. 2022-11-23T00:55:54.0879345Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T00:55:54.0911260Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:54.2313967Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T00:55:54.2440794Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T00:55:54.4078927Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:54.6022485Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:54.6219854Z [ 86%] Built target Dimname_test 2022-11-23T00:55:54.6286079Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:54.7561031Z [ 86%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T00:55:54.8431533Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:54.8457630Z [ 86%] Built target Dict_test 2022-11-23T00:55:54.8504279Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:54.9157935Z In file included from /var/lib/jenkins/workspace/test/cpp/api/module.cpp:4: 2022-11-23T00:55:54.9158587Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:54.9159159Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:54.9159781Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:54.9160431Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:54.9161096Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:54.9161767Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:54.9162453Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:54.9163109Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:54.9164448Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:54.9165192Z template friend class std::hash; 2022-11-23T00:55:54.9165662Z  ^ 2022-11-23T00:55:54.9166632Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:54.9167171Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:54.9167562Z  ^ 2022-11-23T00:55:54.9168285Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:54.9168854Z template friend class std::hash; 2022-11-23T00:55:54.9169329Z  ^~~~~ 2022-11-23T00:55:54.9169760Z  struct 2022-11-23T00:55:54.9170145Z 1 warning generated. 2022-11-23T00:55:54.9230816Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:54.9266586Z In file included from /var/lib/jenkins/workspace/test/cpp/api/moduledict.cpp:2: 2022-11-23T00:55:54.9267267Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:54.9268096Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:54.9268718Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:54.9269378Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:54.9270099Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:54.9270785Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:54.9271483Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:54.9272153Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:54.9273351Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:54.9274093Z template friend class std::hash; 2022-11-23T00:55:54.9274567Z  ^ 2022-11-23T00:55:54.9275322Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:54.9275863Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:54.9276243Z  ^ 2022-11-23T00:55:54.9276958Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:54.9277552Z template friend class std::hash; 2022-11-23T00:55:54.9278016Z  ^~~~~ 2022-11-23T00:55:54.9278448Z  struct 2022-11-23T00:55:54.9278855Z 1 warning generated. 2022-11-23T00:55:54.9331623Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T00:55:54.9810048Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T00:55:55.0020702Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T00:55:55.0441882Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:55.2149211Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:55.3069517Z [ 86%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T00:55:55.3696817Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:55.5125210Z [ 86%] Built target test_lazy 2022-11-23T00:55:55.5172718Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T00:55:55.5523166Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:55.5630340Z In file included from /var/lib/jenkins/workspace/test/cpp/api/modulelist.cpp:4: 2022-11-23T00:55:55.5631022Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:55.5631653Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:55.5632254Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:55.5632875Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:55.5633561Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:55.5634256Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:55.5635099Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:55.5635727Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:55.5636895Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:55.5637626Z template friend class std::hash; 2022-11-23T00:55:55.5638082Z  ^ 2022-11-23T00:55:55.5638804Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:55.5639322Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:55.5639699Z  ^ 2022-11-23T00:55:55.5640398Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:55.5640971Z template friend class std::hash; 2022-11-23T00:55:55.5641435Z  ^~~~~ 2022-11-23T00:55:55.5641853Z  struct 2022-11-23T00:55:55.5642230Z 1 warning generated. 2022-11-23T00:55:55.5684473Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:55.5883111Z In file included from /var/lib/jenkins/workspace/test/cpp/api/nested.cpp:4: 2022-11-23T00:55:55.5883900Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:55.5884541Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:55.5885147Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:55.5885729Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:55.5886417Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:55.5887074Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:55.5887721Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:55.5888344Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:55.5889543Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:55.5890233Z template friend class std::hash; 2022-11-23T00:55:55.5890895Z  ^ 2022-11-23T00:55:55.5891646Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:55.5892178Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:55.5892544Z  ^ 2022-11-23T00:55:55.5893250Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:55.5893819Z template friend class std::hash; 2022-11-23T00:55:55.5894275Z  ^~~~~ 2022-11-23T00:55:55.5894704Z  struct 2022-11-23T00:55:55.5895100Z 1 warning generated. 2022-11-23T00:55:55.5981802Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:55.6767196Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T00:55:55.7113272Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T00:55:55.7405069Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T00:55:55.8637799Z In file included from /var/lib/jenkins/workspace/test/cpp/api/modules.cpp:4: 2022-11-23T00:55:55.8638360Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:55.8638695Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:55.8639029Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:55.8639422Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:55.8639937Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:55.8640309Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:55.8640686Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:55.8641204Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:55.8642264Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:55.8642911Z template friend class std::hash; 2022-11-23T00:55:55.8643389Z  ^ 2022-11-23T00:55:55.8644200Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:55.8644671Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:55.8645026Z  ^ 2022-11-23T00:55:55.8645679Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:55.8646199Z template friend class std::hash; 2022-11-23T00:55:55.8646640Z  ^~~~~ 2022-11-23T00:55:55.8647034Z  struct 2022-11-23T00:55:55.8647394Z 1 warning generated. 2022-11-23T00:55:55.8791615Z [ 86%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T00:55:55.8862985Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T00:55:56.0433391Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:56.1986901Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:56.2490407Z In file included from /var/lib/jenkins/workspace/test/cpp/api/parameterlist.cpp:4: 2022-11-23T00:55:56.2490874Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:56.2491229Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:56.2491719Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:56.2492154Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:56.2492681Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:56.2493366Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:56.2493998Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:56.2494847Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:56.2495611Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:56.2496016Z template friend class std::hash; 2022-11-23T00:55:56.2496326Z  ^ 2022-11-23T00:55:56.2496945Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:56.2497399Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:56.2497699Z  ^ 2022-11-23T00:55:56.2498156Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:56.2498648Z template friend class std::hash; 2022-11-23T00:55:56.2499084Z  ^~~~~ 2022-11-23T00:55:56.2499447Z  struct 2022-11-23T00:55:56.2499786Z 1 warning generated. 2022-11-23T00:55:56.2627984Z [ 86%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T00:55:56.3481922Z In file included from /var/lib/jenkins/workspace/test/cpp/api/parameterdict.cpp:2: 2022-11-23T00:55:56.3482538Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:56.3483093Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:56.3483641Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:56.3484307Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:56.3484934Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:56.3485549Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:56.3486172Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:56.3486767Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:56.3487857Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:56.3488813Z template friend class std::hash; 2022-11-23T00:55:56.3489260Z  ^ 2022-11-23T00:55:56.3490157Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:56.3490630Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:56.3491002Z  ^ 2022-11-23T00:55:56.3491643Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:56.3492181Z template friend class std::hash; 2022-11-23T00:55:56.3492630Z  ^~~~~ 2022-11-23T00:55:56.3493032Z  struct 2022-11-23T00:55:56.3493399Z 1 warning generated. 2022-11-23T00:55:56.3652519Z [ 86%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T00:55:56.3662675Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T00:55:56.4140927Z [ 86%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T00:55:56.4751881Z In file included from /var/lib/jenkins/workspace/test/cpp/api/namespace.cpp:3: 2022-11-23T00:55:56.4752751Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:56.4753327Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:56.4753934Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:56.4754580Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:56.4755246Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:56.4764436Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:56.4764839Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:56.4765205Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:56.4765882Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:56.4766295Z template friend class std::hash; 2022-11-23T00:55:56.4766551Z  ^ 2022-11-23T00:55:56.4766949Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:56.4767241Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:56.4767458Z  ^ 2022-11-23T00:55:56.4767841Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:56.4768146Z template friend class std::hash; 2022-11-23T00:55:56.4768406Z  ^~~~~ 2022-11-23T00:55:56.4768647Z  struct 2022-11-23T00:55:56.4768856Z 1 warning generated. 2022-11-23T00:55:56.4792747Z [ 86%] Built target MaybeOwned_test 2022-11-23T00:55:56.4855832Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T00:55:56.4856401Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T00:55:56.5203425Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T00:55:56.6591826Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:56.7691601Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:56.8608581Z [ 86%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T00:55:56.9253704Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:56.9906017Z [ 86%] Linking CXX executable ../bin/atest 2022-11-23T00:55:57.1348701Z In file included from /var/lib/jenkins/workspace/test/cpp/api/nn_utils.cpp:4: 2022-11-23T00:55:57.1349187Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:57.1349667Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:57.1350178Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:57.1352732Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:57.1353754Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:57.1354363Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:57.1355204Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:57.1355930Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:57.1357049Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:57.1358075Z template friend class std::hash; 2022-11-23T00:55:57.1358431Z  ^ 2022-11-23T00:55:57.1359030Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:57.1360587Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:57.1361235Z  ^ 2022-11-23T00:55:57.1361872Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:57.1362390Z template friend class std::hash; 2022-11-23T00:55:57.1363928Z  ^~~~~ 2022-11-23T00:55:57.1364637Z  struct 2022-11-23T00:55:57.1365074Z 1 warning generated. 2022-11-23T00:55:57.1379559Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:57.1418948Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:57.2162977Z In file included from /var/lib/jenkins/workspace/test/cpp/api/optim.cpp:4: 2022-11-23T00:55:57.2163687Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:57.2164419Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:57.2165038Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:57.2165660Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:57.2166336Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:57.2167018Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:57.2167689Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:57.2168342Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:57.2169726Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:57.2170475Z template friend class std::hash; 2022-11-23T00:55:57.2170932Z  ^ 2022-11-23T00:55:57.2171654Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:57.2172162Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:57.2172540Z  ^ 2022-11-23T00:55:57.2173229Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:57.2173804Z template friend class std::hash; 2022-11-23T00:55:57.2174258Z  ^~~~~ 2022-11-23T00:55:57.2174681Z  struct 2022-11-23T00:55:57.2175054Z 1 warning generated. 2022-11-23T00:55:57.2234089Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T00:55:57.2791596Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T00:55:57.2999808Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:57.4869593Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T00:55:57.6293016Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:57.6413369Z [ 86%] Built target NamedTensor_test 2022-11-23T00:55:57.6476886Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T00:55:57.7836629Z [ 86%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T00:55:57.7918008Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:57.8304692Z In file included from /var/lib/jenkins/workspace/test/cpp/api/ordered_dict.cpp:3: 2022-11-23T00:55:57.8305327Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.h:9: 2022-11-23T00:55:57.8305884Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:55:57.8306470Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:55:57.8307132Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:55:57.8307892Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:55:57.8308579Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:55:57.8309197Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:57.8310380Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:57.8311104Z template friend class std::hash; 2022-11-23T00:55:57.8311578Z  ^ 2022-11-23T00:55:57.8312318Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:57.8312826Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:57.8313211Z  ^ 2022-11-23T00:55:57.8313909Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:57.8314697Z template friend class std::hash; 2022-11-23T00:55:57.8315160Z  ^~~~~ 2022-11-23T00:55:57.8315587Z  struct 2022-11-23T00:55:57.8315995Z 1 warning generated. 2022-11-23T00:55:57.8478121Z [ 86%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T00:55:57.9380693Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:58.0542967Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:58.1078957Z In file included from /var/lib/jenkins/workspace/test/cpp/api/rnn.cpp:3: 2022-11-23T00:55:58.1079645Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:58.1080262Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:58.1080905Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:58.1081775Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:58.1082465Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:58.1083148Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:58.1084015Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:58.1084690Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:58.1085912Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:58.1086633Z template friend class std::hash; 2022-11-23T00:55:58.1087101Z  ^ 2022-11-23T00:55:58.1087859Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:58.1088381Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:58.1088774Z  ^ 2022-11-23T00:55:58.1089500Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:58.1090345Z template friend class std::hash; 2022-11-23T00:55:58.1091412Z  ^~~~~ 2022-11-23T00:55:58.1092292Z  struct 2022-11-23T00:55:58.1093141Z 1 warning generated. 2022-11-23T00:55:58.1139162Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T00:55:58.1262997Z [ 86%] Built target apply_utils_test 2022-11-23T00:55:58.1344571Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T00:55:58.1910683Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:58.2590101Z [ 86%] Linking CXX executable ../bin/basic 2022-11-23T00:55:58.3194102Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:58.3416012Z [ 86%] Built target atest 2022-11-23T00:55:58.3468695Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:58.4545277Z [ 86%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T00:55:58.5163496Z [ 86%] Linking CXX executable ../bin/broadcast_test 2022-11-23T00:55:58.5392800Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:58.6826042Z In file included from /var/lib/jenkins/workspace/test/cpp/api/sequential.cpp:4: 2022-11-23T00:55:58.6826694Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:58.6827327Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:58.6827985Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:58.6828618Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:58.6829285Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:58.6829968Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:58.6830651Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:58.6831508Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:58.6832679Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:58.6833409Z template friend class std::hash; 2022-11-23T00:55:58.6833863Z  ^ 2022-11-23T00:55:58.6834595Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:58.6835095Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:58.6835474Z  ^ 2022-11-23T00:55:58.6836170Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:58.6836727Z template friend class std::hash; 2022-11-23T00:55:58.6837182Z  ^~~~~ 2022-11-23T00:55:58.6837595Z  struct 2022-11-23T00:55:58.6837976Z 1 warning generated. 2022-11-23T00:55:58.6895229Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:58.6898749Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T00:55:58.7890094Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:58.9312075Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:58.9403706Z In file included from /var/lib/jenkins/workspace/test/cpp/api/transformer.cpp:3: 2022-11-23T00:55:58.9404635Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:58.9405247Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:58.9406474Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:58.9407464Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:58.9408325Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:58.9408952Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:58.9409576Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:58.9410320Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:58.9411695Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:58.9412422Z template friend class std::hash; 2022-11-23T00:55:58.9412892Z  ^ 2022-11-23T00:55:58.9413615Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:58.9414092Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:58.9414478Z  ^ 2022-11-23T00:55:58.9415131Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:58.9415644Z template friend class std::hash; 2022-11-23T00:55:58.9416086Z  ^~~~~ 2022-11-23T00:55:58.9416489Z  struct 2022-11-23T00:55:58.9416848Z 1 warning generated. 2022-11-23T00:55:58.9488947Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:59.0655158Z [ 86%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T00:55:59.0885996Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T00:55:59.0982993Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T00:55:59.2383570Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T00:55:59.3514107Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T00:55:59.3759254Z [ 86%] Built target basic 2022-11-23T00:55:59.3810092Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:55:59.4617746Z In file included from /var/lib/jenkins/workspace/test/cpp/api/serialize.cpp:7: 2022-11-23T00:55:59.4618412Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:55:59.4619002Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:55:59.4619509Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:55:59.4620043Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:55:59.4620624Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:55:59.4621224Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:55:59.4621832Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:55:59.4622416Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:59.4623228Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:59.4623684Z template friend class std::hash; 2022-11-23T00:55:59.4623941Z  ^ 2022-11-23T00:55:59.4624444Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:59.4624736Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:59.4625008Z  ^ 2022-11-23T00:55:59.4625380Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:59.4625911Z template friend class std::hash; 2022-11-23T00:55:59.4626180Z  ^~~~~ 2022-11-23T00:55:59.4626469Z  struct 2022-11-23T00:55:59.4626678Z 1 warning generated. 2022-11-23T00:55:59.4677012Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T00:55:59.4891162Z [ 86%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T00:55:59.5144065Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T00:55:59.6083516Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:55:59.7692858Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T00:55:59.8422941Z In file included from /var/lib/jenkins/workspace/test/cpp/api/special.cpp:3: 2022-11-23T00:55:59.8423753Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/special.h:4: 2022-11-23T00:55:59.8424276Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:55:59.8425543Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:55:59.8426169Z template friend class std::hash; 2022-11-23T00:55:59.8428232Z  ^ 2022-11-23T00:55:59.8428888Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:55:59.8436342Z struct hash : __hash_enum<_Tp> 2022-11-23T00:55:59.8436835Z  ^ 2022-11-23T00:55:59.8437474Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:55:59.8437993Z template friend class std::hash; 2022-11-23T00:55:59.8438403Z  ^~~~~ 2022-11-23T00:55:59.8438747Z  struct 2022-11-23T00:55:59.8439073Z 1 warning generated. 2022-11-23T00:55:59.8494709Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T00:55:59.8938559Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:56:00.0008307Z [ 87%] Built target broadcast_test 2022-11-23T00:56:00.0055873Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T00:56:00.0424792Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T00:56:00.1964001Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.cpp:1: 2022-11-23T00:56:00.1964639Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.h:9: 2022-11-23T00:56:00.1965149Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:56:00.1965788Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:56:00.1966427Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:56:00.1967142Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:56:00.1967842Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:56:00.1968305Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:00.1969548Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:00.1969989Z template friend class std::hash; 2022-11-23T00:56:00.1970244Z  ^ 2022-11-23T00:56:00.1970659Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:00.1970951Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:00.1971163Z  ^ 2022-11-23T00:56:00.1971538Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:00.1971880Z template friend class std::hash; 2022-11-23T00:56:00.1972324Z  ^~~~~ 2022-11-23T00:56:00.1972771Z  struct 2022-11-23T00:56:00.1973017Z 1 warning generated. 2022-11-23T00:56:00.1976003Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:56:00.2033151Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T00:56:00.2150632Z In file included from /var/lib/jenkins/workspace/test/cpp/api/static.cpp:5: 2022-11-23T00:56:00.2151387Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:56:00.2151989Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:00.2153215Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:00.2153873Z template friend class std::hash; 2022-11-23T00:56:00.2154364Z  ^ 2022-11-23T00:56:00.2155079Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:00.2155556Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:00.2155900Z  ^ 2022-11-23T00:56:00.2156557Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:00.2157117Z template friend class std::hash; 2022-11-23T00:56:00.2157532Z  ^~~~~ 2022-11-23T00:56:00.2171486Z  struct 2022-11-23T00:56:00.2171902Z 1 warning generated. 2022-11-23T00:56:00.2213658Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T00:56:00.3530322Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T00:56:00.4195793Z [ 87%] Built target cpu_generator_test 2022-11-23T00:56:00.4253792Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T00:56:00.4344876Z [ 87%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T00:56:00.5456181Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:56:00.7151134Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T00:56:00.7952182Z In file included from /var/lib/jenkins/workspace/test/cpp/api/tensor_options_cuda.cpp:3: 2022-11-23T00:56:00.7952837Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:00.7954353Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:00.7954996Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:00.7955648Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:00.7956651Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:00.7957323Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:00.7958026Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:00.7958692Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:00.7959903Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:00.7960762Z template friend class std::hash; 2022-11-23T00:56:00.7961231Z  ^ 2022-11-23T00:56:00.7961978Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:00.7962496Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:00.7962873Z  ^ 2022-11-23T00:56:00.7963595Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:00.7964265Z template friend class std::hash; 2022-11-23T00:56:00.7964669Z  ^~~~~ 2022-11-23T00:56:00.7965098Z  struct 2022-11-23T00:56:00.7965488Z 1 warning generated. 2022-11-23T00:56:00.8028982Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T00:56:00.8709807Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T00:56:00.8817583Z In file included from /var/lib/jenkins/workspace/test/cpp/api/tensor_indexing.cpp:3: 2022-11-23T00:56:00.8818231Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:00.8818829Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:00.8819988Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:00.8820860Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:00.8821738Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:00.8822632Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:00.8823310Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:00.8823983Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:00.8825173Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:00.8825905Z template friend class std::hash; 2022-11-23T00:56:00.8826359Z  ^ 2022-11-23T00:56:00.8827102Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:00.8827699Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:00.8828089Z  ^ 2022-11-23T00:56:00.8828983Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:00.8829582Z template friend class std::hash; 2022-11-23T00:56:00.8830049Z  ^~~~~ 2022-11-23T00:56:00.8830457Z  struct 2022-11-23T00:56:00.8830858Z 1 warning generated. 2022-11-23T00:56:00.8910028Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T00:56:00.9439059Z [ 87%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T00:56:01.0052874Z In file included from /var/lib/jenkins/workspace/test/cpp/api/tensor_options.cpp:2: 2022-11-23T00:56:01.0057055Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.h:9: 2022-11-23T00:56:01.0057734Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:56:01.0058400Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:56:01.0059284Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:56:01.0060033Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:56:01.0060733Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:56:01.0061372Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:01.0062564Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:01.0063307Z template friend class std::hash; 2022-11-23T00:56:01.0063747Z  ^ 2022-11-23T00:56:01.0064431Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:01.0064976Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:01.0065353Z  ^ 2022-11-23T00:56:01.0066071Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:01.0066651Z template friend class std::hash; 2022-11-23T00:56:01.0067131Z  ^~~~~ 2022-11-23T00:56:01.0067566Z  struct 2022-11-23T00:56:01.0068025Z 1 warning generated. 2022-11-23T00:56:01.0123044Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T00:56:01.0463602Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T00:56:01.0899220Z In file included from /var/lib/jenkins/workspace/test/cpp/api/tensor.cpp:2: 2022-11-23T00:56:01.0899836Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.h:9: 2022-11-23T00:56:01.0900448Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:56:01.0901094Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:56:01.0901787Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:56:01.0902494Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:56:01.0903160Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:56:01.0903885Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:01.0905277Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:01.0906003Z template friend class std::hash; 2022-11-23T00:56:01.0906478Z  ^ 2022-11-23T00:56:01.0907220Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:01.0907805Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:01.0908274Z  ^ 2022-11-23T00:56:01.0908989Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:01.0909559Z template friend class std::hash; 2022-11-23T00:56:01.0910006Z  ^~~~~ 2022-11-23T00:56:01.0910435Z  struct 2022-11-23T00:56:01.0910826Z 1 warning generated. 2022-11-23T00:56:01.0979321Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T00:56:01.1033296Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T00:56:01.1667971Z [ 87%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T00:56:01.2233383Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T00:56:01.3832883Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T00:56:01.5732600Z In file included from /var/lib/jenkins/workspace/test/cpp/api/inference_mode.cpp:2: 2022-11-23T00:56:01.5733230Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.h:9: 2022-11-23T00:56:01.5733614Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:56:01.5733974Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:56:01.5734393Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:56:01.5734771Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:56:01.5735188Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:56:01.5735525Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:01.5736260Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:01.5736720Z template friend class std::hash; 2022-11-23T00:56:01.5736982Z  ^ 2022-11-23T00:56:01.5737504Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:01.5737926Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:01.5738273Z  ^ 2022-11-23T00:56:01.5738853Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:01.5739265Z template friend class std::hash; 2022-11-23T00:56:01.5739696Z  ^~~~~ 2022-11-23T00:56:01.5740069Z  struct 2022-11-23T00:56:01.5740428Z 1 warning generated. 2022-11-23T00:56:01.5792693Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T00:56:01.6614589Z [ 87%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T00:56:01.6776616Z In file included from /var/lib/jenkins/workspace/test/cpp/api/torch_include.cpp:3: 2022-11-23T00:56:01.6777304Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:01.6778045Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:01.6778774Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:01.6779367Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:01.6780064Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:01.6780746Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:01.6781431Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:01.6782552Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:01.6783845Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:01.6784798Z template friend class std::hash; 2022-11-23T00:56:01.6785737Z  ^ 2022-11-23T00:56:01.6786541Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:01.6787922Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:01.6788305Z  ^ 2022-11-23T00:56:01.6791012Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:01.6791795Z template friend class std::hash; 2022-11-23T00:56:01.6792458Z  ^~~~~ 2022-11-23T00:56:01.6792881Z  struct 2022-11-23T00:56:01.6793363Z 1 warning generated. 2022-11-23T00:56:01.6927569Z [ 87%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T00:56:01.7179628Z [ 87%] 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:01.7367408Z In file included from /var/lib/jenkins/workspace/test/cpp/api/operations.cpp:4: 2022-11-23T00:56:01.7367927Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:01.7368491Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:01.7368978Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:01.7369542Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:01.7370047Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:01.7370614Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:01.7371156Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:01.7371689Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:01.7372703Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:01.7373516Z template friend class std::hash; 2022-11-23T00:56:01.7373925Z  ^ 2022-11-23T00:56:01.7374587Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:01.7375053Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:01.7375385Z  ^ 2022-11-23T00:56:01.7375980Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:01.7376504Z template friend class std::hash; 2022-11-23T00:56:01.7376929Z  ^~~~~ 2022-11-23T00:56:01.7377302Z  struct 2022-11-23T00:56:01.7377632Z 1 warning generated. 2022-11-23T00:56:01.7536904Z [ 87%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T00:56:01.7864945Z In file included from /var/lib/jenkins/workspace/test/cpp/api/grad_mode.cpp:2: 2022-11-23T00:56:01.7865884Z In file included from /var/lib/jenkins/workspace/test/cpp/api/support.h:9: 2022-11-23T00:56:01.7867163Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h:3: 2022-11-23T00:56:01.7868062Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h:3: 2022-11-23T00:56:01.7868991Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h:3: 2022-11-23T00:56:01.7869970Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h:3: 2022-11-23T00:56:01.7870816Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:56:01.7871467Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:01.7872643Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:01.7873402Z template friend class std::hash; 2022-11-23T00:56:01.7873869Z  ^ 2022-11-23T00:56:01.7874690Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:01.7875223Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:01.7875622Z  ^ 2022-11-23T00:56:01.7876310Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:01.7876883Z template friend class std::hash; 2022-11-23T00:56:01.7877361Z  ^~~~~ 2022-11-23T00:56:01.7877793Z  struct 2022-11-23T00:56:01.7878183Z 1 warning generated. 2022-11-23T00:56:01.7943020Z [ 87%] Linking CXX executable ../bin/test_api 2022-11-23T00:56:01.8744084Z [ 88%] 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:02.0300602Z [ 88%] 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:02.1710508Z [ 88%] Built target cpu_profiling_allocator_test 2022-11-23T00:56:02.1773781Z [ 88%] 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:02.2025521Z [ 88%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T00:56:02.2104663Z [ 88%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T00:56:02.3103961Z [ 88%] 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:02.3752908Z [ 88%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T00:56:02.4849285Z [ 88%] 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:02.6157150Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_rng_test.cpp:2: 2022-11-23T00:56:02.6157797Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/rng_test.h:7: 2022-11-23T00:56:02.6158396Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:02.6159017Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:02.6159676Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:02.6160359Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:02.6161272Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:02.6161921Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:02.6162585Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:02.6164012Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:02.6164762Z template friend class std::hash; 2022-11-23T00:56:02.6165243Z  ^ 2022-11-23T00:56:02.6165996Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:02.6166528Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:02.6166930Z  ^ 2022-11-23T00:56:02.6167633Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:02.6168192Z template friend class std::hash; 2022-11-23T00:56:02.6168669Z  ^~~~~ 2022-11-23T00:56:02.6169076Z  struct 2022-11-23T00:56:02.6169472Z 1 warning generated. 2022-11-23T00:56:02.6226102Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:02.6226905Z [ 88%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T00:56:02.7949627Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/extension_backend_test.cpp:7: 2022-11-23T00:56:02.7950324Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:02.7951500Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:02.7952243Z template friend class std::hash; 2022-11-23T00:56:02.7952705Z  ^ 2022-11-23T00:56:02.7953436Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:02.7953924Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:02.7954304Z  ^ 2022-11-23T00:56:02.7955016Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:02.7955586Z template friend class std::hash; 2022-11-23T00:56:02.7956242Z  ^~~~~ 2022-11-23T00:56:02.7956660Z  struct 2022-11-23T00:56:02.7957054Z 1 warning generated. 2022-11-23T00:56:02.8017534Z [ 88%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T00:56:02.8331933Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:02.9943028Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:03.1803836Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:03.3604839Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:03.4046447Z [ 88%] Built target dlconvertor_test 2022-11-23T00:56:03.4190717Z [ 88%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T00:56:03.5092715Z [ 88%] Built target dispatch_key_set_test 2022-11-23T00:56:03.5137318Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:03.5458375Z [ 88%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T00:56:03.6574253Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:03.8285598Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:03.9101589Z [ 88%] Built target test_api 2022-11-23T00:56:03.9153600Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:03.9589197Z [ 88%] Linking CXX executable ../bin/half_test 2022-11-23T00:56:03.9960890Z [ 88%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T00:56:04.0567438Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:04.1742202Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:04.1877767Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/ivalue_test.cpp:7: 2022-11-23T00:56:04.1878392Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:04.1879619Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:04.1880176Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:04.1881170Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:04.1882824Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:04.1884647Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:04.1889086Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:04.1889473Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:04.1890165Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:04.1890577Z template friend class std::hash; 2022-11-23T00:56:04.1890995Z  ^ 2022-11-23T00:56:04.1891401Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:04.1891701Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:04.1891919Z  ^ 2022-11-23T00:56:04.1892291Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:04.1892609Z template friend class std::hash; 2022-11-23T00:56:04.1892871Z  ^~~~~ 2022-11-23T00:56:04.1893104Z  struct 2022-11-23T00:56:04.1893327Z 1 warning generated. 2022-11-23T00:56:04.1970224Z [ 88%] Linking CXX executable ../bin/ivalue_test 2022-11-23T00:56:04.2029885Z [ 88%] Built target cpu_rng_test 2022-11-23T00:56:04.2091753Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:04.3278675Z [ 88%] Built target extension_backend_test 2022-11-23T00:56:04.3333937Z [ 88%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T00:56:04.3335717Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:56:04.3709720Z [ 88%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T00:56:04.4985979Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T00:56:04.6649712Z [ 88%] 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:04.6873687Z [ 88%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T00:56:04.8416527Z [ 88%] 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:04.8702211Z [ 88%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T00:56:04.8970250Z [ 88%] Linking CXX executable ../bin/memory_format_test 2022-11-23T00:56:05.0013569Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:05.1608611Z [ 88%] 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:05.3258107Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:05.3496301Z [ 88%] Built target half_test 2022-11-23T00:56:05.3629502Z [ 88%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T00:56:05.4648589Z [ 88%] 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:05.4866124Z [ 88%] Built target ivalue_test 2022-11-23T00:56:05.5107956Z [ 88%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T00:56:05.6059050Z [ 88%] 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:05.7510349Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:05.8107801Z [ 88%] Built target lazy_tensor_test 2022-11-23T00:56:05.8177585Z [ 88%] 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:05.8944662Z [ 88%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T00:56:05.9345003Z [ 88%] 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:05.9630421Z [ 88%] Built target memory_format_test 2022-11-23T00:56:05.9691923Z [ 88%] 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:05.9942883Z [ 88%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T00:56:06.1177490Z [ 88%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T00:56:06.1228063Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:06.1668856Z [ 88%] Built target math_kernel_test 2022-11-23T00:56:06.1714025Z [ 88%] 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:06.2455351Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/mobile_memory_cleanup.cpp:3: 2022-11-23T00:56:06.2462951Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.h:3: 2022-11-23T00:56:06.2463602Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:06.2464202Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:06.2464760Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:06.2465350Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:06.2465923Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:06.2466509Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:06.2467790Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:06.2468500Z template friend class std::hash; 2022-11-23T00:56:06.2468961Z  ^ 2022-11-23T00:56:06.2469688Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:06.2470209Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:06.2470595Z  ^ 2022-11-23T00:56:06.2471290Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:06.2471868Z template friend class std::hash; 2022-11-23T00:56:06.2472328Z  ^~~~~ 2022-11-23T00:56:06.2472758Z  struct 2022-11-23T00:56:06.2473126Z 1 warning generated. 2022-11-23T00:56:06.2537436Z [ 88%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T00:56:06.2984449Z [ 88%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T00:56:06.3196028Z [ 88%] Linking CXX executable ../bin/operator_name_test 2022-11-23T00:56:06.3319232Z [ 88%] 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:06.4540237Z [ 88%] Linking CXX executable ../bin/native_test 2022-11-23T00:56:06.4777709Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:06.6269339Z [ 88%] 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:06.7961505Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:06.9683848Z [ 88%] 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:06.9711562Z [ 88%] Linking CXX executable ../bin/operators_test 2022-11-23T00:56:07.1180651Z [ 88%] 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:07.1820738Z [ 88%] Built target memory_overlapping_test 2022-11-23T00:56:07.1882483Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:07.2826226Z [ 88%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T00:56:07.3140504Z [ 88%] 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:07.4759545Z [ 88%] 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:07.5061004Z [ 88%] Built target operator_name_test 2022-11-23T00:56:07.5124260Z [ 88%] 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:07.5342660Z [ 88%] Built target native_test 2022-11-23T00:56:07.5421028Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:07.6053289Z [ 88%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T00:56:07.6543845Z [ 88%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T00:56:07.6626400Z [ 88%] 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:07.7478927Z [ 88%] Built target mobile_memory_cleanup 2022-11-23T00:56:07.7528209Z [ 88%] 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:07.8352796Z [ 88%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T00:56:07.8532075Z [ 88%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T00:56:07.8866508Z [ 88%] 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:08.0418580Z [ 88%] 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:08.1560777Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/pow_test.cpp:6: 2022-11-23T00:56:08.1561523Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:08.1562726Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:08.1563484Z template friend class std::hash; 2022-11-23T00:56:08.1564329Z  ^ 2022-11-23T00:56:08.1565066Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:08.1565827Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:08.1566240Z  ^ 2022-11-23T00:56:08.1566954Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:08.1567530Z template friend class std::hash; 2022-11-23T00:56:08.1568019Z  ^~~~~ 2022-11-23T00:56:08.1568373Z  struct 2022-11-23T00:56:08.1568594Z 1 warning generated. 2022-11-23T00:56:08.1630391Z [ 88%] Linking CXX executable ../bin/pow_test 2022-11-23T00:56:08.2010197Z [ 88%] 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:08.2877936Z [ 88%] Linking CXX executable ../bin/quantized_test 2022-11-23T00:56:08.3507172Z [ 88%] 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:08.3822826Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/reduce_ops_test.cpp:3: 2022-11-23T00:56:08.3823726Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:08.3824941Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:08.3825659Z template friend class std::hash; 2022-11-23T00:56:08.3826121Z  ^ 2022-11-23T00:56:08.3826863Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:08.3827364Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:08.3827823Z  ^ 2022-11-23T00:56:08.3828535Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:08.3829116Z template friend class std::hash; 2022-11-23T00:56:08.3829567Z  ^~~~~ 2022-11-23T00:56:08.3829989Z  struct 2022-11-23T00:56:08.3830387Z 1 warning generated. 2022-11-23T00:56:08.3839188Z [ 88%] Built target operators_test 2022-11-23T00:56:08.3880341Z [ 88%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T00:56:08.3935917Z [ 88%] 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:08.5018382Z [ 88%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T00:56:08.5331224Z [ 88%] 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:08.6877910Z [ 88%] 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:08.8269667Z [ 88%] 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:08.9799104Z [ 88%] 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:08.9844932Z [ 88%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T00:56:09.0754824Z [ 88%] Built target packedtensoraccessor_test 2022-11-23T00:56:09.0884108Z [ 88%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T00:56:09.1490831Z [ 88%] 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:09.3011025Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T00:56:09.3849878Z [ 88%] Built target pow_test 2022-11-23T00:56:09.3918010Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T00:56:09.4542110Z [ 88%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T00:56:09.5393106Z [ 88%] Built target quantized_test 2022-11-23T00:56:09.5428070Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:56:09.5563003Z [ 88%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T00:56:09.5925120Z [ 88%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T00:56:09.6648759Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T00:56:09.7613054Z [ 88%] Built target reduce_ops_test 2022-11-23T00:56:09.7661162Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:56:09.8125765Z [ 88%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T00:56:09.9482006Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T00:56:10.0758907Z [ 88%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T00:56:10.0801793Z [ 88%] Linking CXX executable ../bin/scalar_test 2022-11-23T00:56:10.0960316Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:56:10.2246254Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T00:56:10.2463796Z [ 89%] Built target reportMemoryUsage_test 2022-11-23T00:56:10.2547292Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:56:10.3420416Z [ 89%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T00:56:10.4286773Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T00:56:10.5172764Z [ 90%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T00:56:10.5296357Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:56:10.7166981Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T00:56:10.8748243Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:56:10.9707144Z [ 90%] Linking CXX executable ../bin/test_parallel 2022-11-23T00:56:11.0089422Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T00:56:11.1596947Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:56:11.2058213Z [ 90%] Built target scalar_tensor_test 2022-11-23T00:56:11.2123299Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T00:56:11.2822493Z [ 90%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T00:56:11.3288540Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:56:11.3568346Z [ 90%] Built target scalar_test 2022-11-23T00:56:11.3666075Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T00:56:11.4536262Z [ 90%] Built target stride_properties_test 2022-11-23T00:56:11.4584498Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:56:11.4795583Z [ 90%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T00:56:11.4964949Z [ 90%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T00:56:11.6901074Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T00:56:11.7925859Z [ 90%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T00:56:11.7936560Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:56:11.9054623Z [ 90%] Linking CXX executable ../bin/thread_init_test 2022-11-23T00:56:11.9363246Z [ 90%] Built target tensor_iterator_test 2022-11-23T00:56:11.9413134Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T00:56:11.9468073Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:56:12.0993215Z [ 90%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T00:56:12.1392105Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T00:56:12.1752991Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/test/type_test.cpp:3: 2022-11-23T00:56:12.1753909Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:12.1754924Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:12.1755629Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:12.1756266Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:12.1756979Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:12.1757643Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:12.1758330Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:12.1758988Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:12.1760174Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:12.1760884Z template friend class std::hash; 2022-11-23T00:56:12.1761340Z  ^ 2022-11-23T00:56:12.1762079Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:12.1762588Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:12.1762966Z  ^ 2022-11-23T00:56:12.1764008Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:12.1764592Z template friend class std::hash; 2022-11-23T00:56:12.1765059Z  ^~~~~ 2022-11-23T00:56:12.1765479Z  struct 2022-11-23T00:56:12.1765875Z 1 warning generated. 2022-11-23T00:56:12.1813102Z [ 90%] Linking CXX executable ../bin/type_test 2022-11-23T00:56:12.2054068Z [ 90%] Built target test_parallel 2022-11-23T00:56:12.2128679Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:56:12.2738122Z [ 90%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T00:56:12.3249070Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T00:56:12.4579933Z [ 90%] Linking CXX executable ../bin/variant_test 2022-11-23T00:56:12.4709153Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:56:12.6338622Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T00:56:12.7384386Z [ 90%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T00:56:12.7530701Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:56:12.8614419Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T00:56:12.9982935Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:56:13.0202478Z [ 90%] Built target type_ptr_test 2022-11-23T00:56:13.0298183Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T00:56:13.1089957Z [ 90%] Built target thread_init_test 2022-11-23T00:56:13.1137947Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:56:13.1141326Z [ 90%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T00:56:13.1796459Z [ 90%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T00:56:13.2527960Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:56:13.4168607Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T00:56:13.5438602Z [ 90%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T00:56:13.5904121Z [ 90%] 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:13.5967370Z [ 90%] Built target type_test 2022-11-23T00:56:13.6046381Z [ 90%] 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:13.7194713Z [ 90%] 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:13.7285389Z [ 90%] Linking CXX executable ../bin/vmap_test 2022-11-23T00:56:13.7900012Z [ 90%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T00:56:13.7937518Z [ 90%] Built target variant_test 2022-11-23T00:56:13.7998573Z [ 90%] 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:13.8838052Z [ 90%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T00:56:13.9242726Z [ 90%] 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:14.0498170Z [ 90%] 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:14.2001648Z [ 90%] Built target undefined_tensor_test 2022-11-23T00:56:14.2063530Z [ 90%] 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:14.2548217Z [ 90%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T00:56:14.3751132Z [ 90%] 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:14.4506614Z [ 90%] Linking CXX executable ../bin/weakref_test 2022-11-23T00:56:14.5233347Z [ 90%] 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:14.5238993Z [ 90%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T00:56:14.6072323Z [ 90%] Built target verify_api_visibility 2022-11-23T00:56:14.6119499Z [ 90%] 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:14.6883910Z [ 90%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T00:56:14.7703550Z [ 90%] 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:14.8405630Z [ 91%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T00:56:14.8965061Z [ 91%] 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:15.0510343Z [ 91%] 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:15.1154969Z [ 91%] Built target vmap_test 2022-11-23T00:56:15.1206705Z [ 91%] 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:15.1278323Z [ 91%] Linking CXX executable ../bin/IListRef_test 2022-11-23T00:56:15.1997298Z [ 91%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T00:56:15.2648751Z [ 91%] 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:15.4141302Z [ 91%] 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:15.5895190Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:56:15.6448028Z [ 91%] Built target wrapdim_test 2022-11-23T00:56:15.6502262Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T00:56:15.6570114Z [ 91%] Linking CXX executable ../bin/List_test 2022-11-23T00:56:15.7810590Z [ 91%] Built target weakref_test 2022-11-23T00:56:15.7866229Z [ 91%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T00:56:15.7964514Z [ 91%] 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:56:15.7999648Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:56:15.9134487Z [ 91%] Built target xla_tensor_test 2022-11-23T00:56:15.9196797Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T00:56:15.9875701Z [ 91%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T00:56:16.0439344Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T00:56:16.2037455Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T00:56:16.2540439Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp:7: 2022-11-23T00:56:16.2541034Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:16.2542072Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:16.2542881Z template friend class std::hash; 2022-11-23T00:56:16.2543278Z  ^ 2022-11-23T00:56:16.2543876Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:16.2544273Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:16.2544608Z  ^ 2022-11-23T00:56:16.2545168Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:16.2545633Z template friend class std::hash; 2022-11-23T00:56:16.2545992Z  ^~~~~ 2022-11-23T00:56:16.2546344Z  struct 2022-11-23T00:56:16.2546691Z 1 warning generated. 2022-11-23T00:56:16.2616416Z [ 91%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T00:56:16.2696430Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction_test.cpp:4: 2022-11-23T00:56:16.2697056Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:16.2698107Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:16.2698712Z template friend class std::hash; 2022-11-23T00:56:16.2699139Z  ^ 2022-11-23T00:56:16.2699814Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:16.2700283Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:16.2700629Z  ^ 2022-11-23T00:56:16.2701243Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:16.2701739Z template friend class std::hash; 2022-11-23T00:56:16.2702169Z  ^~~~~ 2022-11-23T00:56:16.2702527Z  struct 2022-11-23T00:56:16.2702873Z 1 warning generated. 2022-11-23T00:56:16.2782645Z [ 91%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T00:56:16.3373432Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:56:16.3568093Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp:2: 2022-11-23T00:56:16.3569013Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:16.3570271Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:16.3571032Z template friend class std::hash; 2022-11-23T00:56:16.3571478Z  ^ 2022-11-23T00:56:16.3572216Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:16.3572731Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:16.3573097Z  ^ 2022-11-23T00:56:16.3573790Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:16.3574361Z template friend class std::hash; 2022-11-23T00:56:16.3574831Z  ^~~~~ 2022-11-23T00:56:16.3575229Z  struct 2022-11-23T00:56:16.3575713Z 1 warning generated. 2022-11-23T00:56:16.3680961Z [ 91%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T00:56:16.5001229Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T00:56:16.5411434Z [ 91%] Built target IListRef_test 2022-11-23T00:56:16.5471666Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:56:16.6787625Z [ 91%] 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:56:16.6941397Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T00:56:16.8453641Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:56:16.8554859Z [ 91%] Built target List_test 2022-11-23T00:56:16.8617636Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T00:56:17.0126089Z [ 91%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T00:56:17.0303251Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:56:17.0379146Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp:7: 2022-11-23T00:56:17.0379860Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:17.0381099Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:17.0381827Z template friend class std::hash; 2022-11-23T00:56:17.0382283Z  ^ 2022-11-23T00:56:17.0383034Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:17.0383551Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:17.0383915Z  ^ 2022-11-23T00:56:17.0384617Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:17.0385185Z template friend class std::hash; 2022-11-23T00:56:17.0385633Z  ^~~~~ 2022-11-23T00:56:17.0386055Z  struct 2022-11-23T00:56:17.0386444Z 1 warning generated. 2022-11-23T00:56:17.0428355Z [ 91%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T00:56:17.1974451Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T00:56:17.3465888Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T00:56:17.4185814Z [ 91%] Built target KernelFunction_test 2022-11-23T00:56:17.4250860Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T00:56:17.4287615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp:2: 2022-11-23T00:56:17.4288331Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:17.4289558Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:17.4290496Z template friend class std::hash; 2022-11-23T00:56:17.4290948Z  ^ 2022-11-23T00:56:17.4291715Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:17.4292251Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:17.4292625Z  ^ 2022-11-23T00:56:17.4293356Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:17.4293947Z template friend class std::hash; 2022-11-23T00:56:17.4294413Z  ^~~~~ 2022-11-23T00:56:17.4294845Z  struct 2022-11-23T00:56:17.4295247Z 1 warning generated. 2022-11-23T00:56:17.4379109Z [ 91%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T00:56:17.5041707Z [ 91%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T00:56:17.5207030Z [ 91%] Built target kernel_function_test 2022-11-23T00:56:17.5270515Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T00:56:17.5822917Z [ 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:56:17.5935658Z [ 92%] Built target kernel_function_legacy_test 2022-11-23T00:56:17.6016497Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T00:56:17.6799859Z [ 92%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T00:56:17.7691094Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T00:56:17.8509623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp:3: 2022-11-23T00:56:17.8510284Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:17.8511335Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:17.8511931Z template friend class std::hash; 2022-11-23T00:56:17.8512360Z  ^ 2022-11-23T00:56:17.8513216Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:17.8513696Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:17.8514073Z  ^ 2022-11-23T00:56:17.8514651Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:17.8515156Z template friend class std::hash; 2022-11-23T00:56:17.8515552Z  ^~~~~ 2022-11-23T00:56:17.8515909Z  struct 2022-11-23T00:56:17.8516225Z 1 warning generated. 2022-11-23T00:56:17.8592079Z [ 92%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T00:56:17.8864666Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T00:56:17.9142052Z [ 92%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T00:56:17.9776933Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp:2: 2022-11-23T00:56:17.9778699Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:17.9779911Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:17.9780673Z template friend class std::hash; 2022-11-23T00:56:17.9781129Z  ^ 2022-11-23T00:56:17.9781863Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:17.9782447Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:17.9782824Z  ^ 2022-11-23T00:56:17.9783522Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:17.9784100Z template friend class std::hash; 2022-11-23T00:56:17.9784564Z  ^~~~~ 2022-11-23T00:56:17.9784985Z  struct 2022-11-23T00:56:17.9785363Z 1 warning generated. 2022-11-23T00:56:17.9842445Z [ 92%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T00:56:18.0081875Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T00:56:18.1745437Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:18.2184652Z [ 92%] Built target kernel_lambda_legacy_test 2022-11-23T00:56:18.2300243Z [ 92%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T00:56:18.3178752Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:18.4641177Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:18.6159037Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T00:56:18.7659106Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/backend_fallback_test.cpp:6: 2022-11-23T00:56:18.7660446Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:18.7661084Z template friend class std::hash; 2022-11-23T00:56:18.7661771Z  ^ 2022-11-23T00:56:18.7662535Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:18.7663089Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:18.7663442Z  ^ 2022-11-23T00:56:18.7664158Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:18.7664742Z template friend class std::hash; 2022-11-23T00:56:18.7665211Z  ^~~~~ 2022-11-23T00:56:18.7665626Z  struct 2022-11-23T00:56:18.7665966Z 1 warning generated. 2022-11-23T00:56:18.7702952Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:18.7728955Z [ 92%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T00:56:18.8391134Z [ 92%] Built target kernel_lambda_test 2022-11-23T00:56:18.8585059Z [ 92%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T00:56:18.9103515Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T00:56:18.9761664Z [ 92%] Built target kernel_stackbased_test 2022-11-23T00:56:18.9826452Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T00:56:19.0388965Z [ 92%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T00:56:19.0489622Z [ 92%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T00:56:19.1051272Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T00:56:19.1663670Z [ 92%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T00:56:19.1726528Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T00:56:19.2382506Z [ 92%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T00:56:19.2799609Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T00:56:19.3471005Z [ 92%] Built target CppSignature_test 2022-11-23T00:56:19.3534899Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T00:56:19.4050869Z [ 92%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T00:56:19.4785683Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T00:56:19.4940948Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/op_registration/op_registration_test.cpp:13: 2022-11-23T00:56:19.4941694Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/impl/test_helpers.h:7: 2022-11-23T00:56:19.4942931Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:19.4943627Z template friend class std::hash; 2022-11-23T00:56:19.4944082Z  ^ 2022-11-23T00:56:19.4944841Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:19.4945372Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:19.4945970Z  ^ 2022-11-23T00:56:19.4946644Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:19.4947238Z template friend class std::hash; 2022-11-23T00:56:19.4947788Z  ^~~~~ 2022-11-23T00:56:19.4948212Z  struct 2022-11-23T00:56:19.4948620Z 1 warning generated. 2022-11-23T00:56:19.5016538Z [ 92%] Linking CXX executable ../bin/op_registration_test 2022-11-23T00:56:19.5069424Z [ 92%] Linking CXX executable ../bin/inline_container_test 2022-11-23T00:56:19.6324746Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:19.7915195Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:19.9779770Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:20.0258612Z [ 92%] Built target backend_fallback_test 2022-11-23T00:56:20.0388382Z [ 92%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T00:56:20.0865046Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_custom_class_registrations.cpp:1: 2022-11-23T00:56:20.0865706Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_custom_class_registrations.h:2: 2022-11-23T00:56:20.0866272Z In file included from /var/lib/jenkins/workspace/torch/script.h:3: 2022-11-23T00:56:20.0866813Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:20.0868078Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:20.0868729Z template friend class std::hash; 2022-11-23T00:56:20.0869132Z  ^ 2022-11-23T00:56:20.0869764Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:20.0870213Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:20.0870535Z  ^ 2022-11-23T00:56:20.0871135Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:20.0871634Z template friend class std::hash; 2022-11-23T00:56:20.0872039Z  ^~~~~ 2022-11-23T00:56:20.0872404Z  struct 2022-11-23T00:56:20.0872753Z 1 warning generated. 2022-11-23T00:56:20.0929055Z [ 92%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T00:56:20.1229332Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T00:56:20.2569572Z [ 92%] Built target op_allowlist_test 2022-11-23T00:56:20.2632295Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:20.3076459Z [ 92%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T00:56:20.4120475Z [ 92%] 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:20.4293566Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_backend_lib.cpp:2: 2022-11-23T00:56:20.4294677Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h:4: 2022-11-23T00:56:20.4295849Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h:3: 2022-11-23T00:56:20.4296720Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:20.4298912Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:20.4299524Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:20.4300091Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:20.4300677Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:20.4301173Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:20.4302256Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:20.4302892Z template friend class std::hash; 2022-11-23T00:56:20.4303346Z  ^ 2022-11-23T00:56:20.4304279Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:20.4304793Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:20.4305142Z  ^ 2022-11-23T00:56:20.4305791Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:20.4306321Z template friend class std::hash; 2022-11-23T00:56:20.4306765Z  ^~~~~ 2022-11-23T00:56:20.4307196Z  struct 2022-11-23T00:56:20.4307668Z 1 warning generated. 2022-11-23T00:56:20.4372887Z [ 92%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T00:56:20.5234157Z [ 92%] 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:20.5983855Z [ 92%] Built target torchbind_test 2022-11-23T00:56:20.6061774Z [ 92%] 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:20.6603373Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T00:56:20.6991673Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_backend_compiler_lib.cpp:7: 2022-11-23T00:56:20.6992385Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h:3: 2022-11-23T00:56:20.6993006Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:56:20.6993590Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:56:20.6994153Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:56:20.6994797Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:20.6995376Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:20.6995947Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:20.6996754Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:20.6997158Z template friend class std::hash; 2022-11-23T00:56:20.6997419Z  ^ 2022-11-23T00:56:20.6997817Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:20.6998281Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:20.6998527Z  ^ 2022-11-23T00:56:20.6998902Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:20.6999226Z template friend class std::hash; 2022-11-23T00:56:20.6999488Z  ^~~~~ 2022-11-23T00:56:20.6999730Z  struct 2022-11-23T00:56:20.6999939Z 1 warning generated. 2022-11-23T00:56:20.7087432Z [ 92%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T00:56:20.7264172Z [ 92%] 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:20.7295093Z [ 92%] Built target inline_container_test 2022-11-23T00:56:20.7368188Z [ 92%] 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:20.7926896Z [ 92%] Built target op_registration_test 2022-11-23T00:56:20.7989008Z [ 92%] 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:20.8033581Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T00:56:20.8587936Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T00:56:20.9021504Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T00:56:20.9306272Z [ 92%] 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:20.9374108Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T00:56:20.9634918Z [ 92%] Built target jitbackend_test 2022-11-23T00:56:20.9780430Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T00:56:21.0963592Z [ 92%] 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:21.1223206Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_backend_compiler_preprocess.cpp:2: 2022-11-23T00:56:21.1223954Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h:3: 2022-11-23T00:56:21.1224593Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h:3: 2022-11-23T00:56:21.1225181Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:21.1232079Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:21.1232713Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:21.1233320Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:21.1233866Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:21.1234435Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:21.1235666Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:21.1236410Z template friend class std::hash; 2022-11-23T00:56:21.1236877Z  ^ 2022-11-23T00:56:21.1237599Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:21.1238321Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:21.1238694Z  ^ 2022-11-23T00:56:21.1239409Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:21.1240000Z template friend class std::hash; 2022-11-23T00:56:21.1240480Z  ^~~~~ 2022-11-23T00:56:21.1240896Z  struct 2022-11-23T00:56:21.1241297Z 1 warning generated. 2022-11-23T00:56:21.1296411Z [ 92%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T00:56:21.2808394Z [ 92%] 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:21.2966233Z [ 92%] 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:21.4168200Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T00:56:21.4459288Z [ 92%] 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:21.4925577Z [ 92%] 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:21.4962259Z [ 92%] 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:21.5490279Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.cpp:4: 2022-11-23T00:56:21.5490955Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h:3: 2022-11-23T00:56:21.5491588Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:56:21.5492151Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:56:21.5493793Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:56:21.5494759Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:21.5495641Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:21.5496295Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:21.5497521Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:21.5498279Z template friend class std::hash; 2022-11-23T00:56:21.5498765Z  ^ 2022-11-23T00:56:21.5499508Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:21.5500019Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:21.5500410Z  ^ 2022-11-23T00:56:21.5501135Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:21.5501726Z template friend class std::hash; 2022-11-23T00:56:21.5502186Z  ^~~~~ 2022-11-23T00:56:21.5502626Z  struct 2022-11-23T00:56:21.5503017Z 1 warning generated. 2022-11-23T00:56:21.5545078Z [ 92%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T00:56:21.5989290Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T00:56:21.6223371Z [ 92%] 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:21.6777233Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T00:56:21.7265107Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_conv.cpp:5: 2022-11-23T00:56:21.7265867Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h:3: 2022-11-23T00:56:21.7266531Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h:4: 2022-11-23T00:56:21.7267182Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h:6: 2022-11-23T00:56:21.7267774Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:21.7268256Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:21.7269389Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:21.7270344Z template friend class std::hash; 2022-11-23T00:56:21.7270725Z  ^ 2022-11-23T00:56:21.7271372Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:21.7271862Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:21.7272240Z  ^ 2022-11-23T00:56:21.7273056Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:21.7273752Z template friend class std::hash; 2022-11-23T00:56:21.7274322Z  ^~~~~ 2022-11-23T00:56:21.7274829Z  struct 2022-11-23T00:56:21.7275317Z 1 warning generated. 2022-11-23T00:56:21.7335238Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T00:56:21.7722391Z [ 92%] 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:21.9205508Z [ 92%] 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:21.9728159Z [ 92%] Built target backend_with_compiler 2022-11-23T00:56:21.9818387Z [ 92%] 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:22.0738653Z [ 92%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T00:56:22.1235760Z [ 92%] 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:22.1472280Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T00:56:22.1880499Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/tutorial.cpp:42: 2022-11-23T00:56:22.1881224Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:22.1882134Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:22.1883375Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:22.1884320Z template friend class std::hash; 2022-11-23T00:56:22.1885036Z  ^ 2022-11-23T00:56:22.1885803Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:22.1886335Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:22.1886729Z  ^ 2022-11-23T00:56:22.1887458Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:22.1888038Z template friend class std::hash; 2022-11-23T00:56:22.1888513Z  ^~~~~ 2022-11-23T00:56:22.1888944Z  struct 2022-11-23T00:56:22.1889335Z 1 warning generated. 2022-11-23T00:56:22.1937889Z [ 92%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T00:56:22.2438215Z [ 92%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T00:56:22.2618692Z [ 92%] 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:22.2854083Z [ 92%] 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:22.4259876Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T00:56:22.4813842Z [ 92%] 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:22.4821316Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T00:56:22.6496806Z [ 92%] 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:22.7667812Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_dynamic_shapes.cpp:6: 2022-11-23T00:56:22.7668197Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:22.7668523Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:22.7669204Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:22.7669705Z template friend class std::hash; 2022-11-23T00:56:22.7670004Z  ^ 2022-11-23T00:56:22.7670417Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:22.7670696Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:22.7670914Z  ^ 2022-11-23T00:56:22.7671301Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:22.7671626Z template friend class std::hash; 2022-11-23T00:56:22.7671989Z  ^~~~~ 2022-11-23T00:56:22.7672374Z  struct 2022-11-23T00:56:22.7672712Z 1 warning generated. 2022-11-23T00:56:22.7722022Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T00:56:22.8002778Z [ 92%] 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:22.9465997Z [ 92%] 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:23.0646178Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T00:56:23.1074072Z [ 92%] 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:23.1628859Z [ 92%] 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:23.2496830Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T00:56:23.2750356Z [ 92%] 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:23.3006232Z [ 92%] Built target tutorial_tensorexpr 2022-11-23T00:56:23.3106653Z [ 92%] 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:23.4220068Z [ 92%] 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:23.4317778Z [ 92%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T00:56:23.4908409Z [ 92%] Built target torch_shm_manager 2022-11-23T00:56:23.4981775Z [ 92%] 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:23.5372617Z [ 92%] 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:23.5940511Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T00:56:23.5996527Z [ 92%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T00:56:23.6347729Z [ 92%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T00:56:23.6783610Z [ 92%] 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:23.7304332Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_external_calls.cpp:6: 2022-11-23T00:56:23.7305052Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h:12: 2022-11-23T00:56:23.7305668Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:23.7306254Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:23.7307773Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:23.7308428Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:23.7309019Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:23.7309616Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:23.7310852Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:23.7311603Z template friend class std::hash; 2022-11-23T00:56:23.7312076Z  ^ 2022-11-23T00:56:23.7312820Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:23.7313354Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:23.7313741Z  ^ 2022-11-23T00:56:23.7314455Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:23.7315038Z template friend class std::hash; 2022-11-23T00:56:23.7315715Z  ^~~~~ 2022-11-23T00:56:23.7316149Z  struct 2022-11-23T00:56:23.7316530Z 1 warning generated. 2022-11-23T00:56:23.7375158Z [ 92%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T00:56:23.8163226Z [ 92%] 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:23.8968595Z [ 92%] 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:23.9841053Z [ 93%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T00:56:24.0452952Z [ 93%] 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:24.0575277Z [ 93%] 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:24.1390625Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_add_if_then_else.cpp:3: 2022-11-23T00:56:24.1391254Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:24.1391837Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:24.1392417Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:24.1392986Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:24.1394179Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:24.1394938Z template friend class std::hash; 2022-11-23T00:56:24.1395434Z  ^ 2022-11-23T00:56:24.1396187Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:24.1396601Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:24.1396856Z  ^ 2022-11-23T00:56:24.1397257Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:24.1397582Z template friend class std::hash; 2022-11-23T00:56:24.1397829Z  ^~~~~ 2022-11-23T00:56:24.1398071Z  struct 2022-11-23T00:56:24.1398292Z 1 warning generated. 2022-11-23T00:56:24.1445815Z [ 93%] 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:24.1633519Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_alias_analysis.cpp:4: 2022-11-23T00:56:24.1634202Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h:6: 2022-11-23T00:56:24.1634803Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:24.1635355Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:24.1635930Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:24.1636522Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:24.1637111Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:24.1637678Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:24.1639091Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:24.1639838Z template friend class std::hash; 2022-11-23T00:56:24.1640311Z  ^ 2022-11-23T00:56:24.1641047Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:24.1641581Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:24.1641978Z  ^ 2022-11-23T00:56:24.1642720Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:24.1643296Z template friend class std::hash; 2022-11-23T00:56:24.1643996Z  ^~~~~ 2022-11-23T00:56:24.1644445Z  struct 2022-11-23T00:56:24.1644848Z 1 warning generated. 2022-11-23T00:56:24.1699336Z [ 93%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T00:56:24.2045240Z [ 93%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T00:56:24.2106892Z [ 93%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T00:56:24.2703141Z [ 93%] 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:24.3762461Z [ 93%] 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:24.5142165Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_graph_opt.cpp:4: 2022-11-23T00:56:24.5142845Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:24.5143403Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:24.5144359Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:24.5144775Z template friend class std::hash; 2022-11-23T00:56:24.5145112Z  ^ 2022-11-23T00:56:24.5145642Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:24.5145932Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:24.5146149Z  ^ 2022-11-23T00:56:24.5146524Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:24.5146845Z template friend class std::hash; 2022-11-23T00:56:24.5147104Z  ^~~~~ 2022-11-23T00:56:24.5147346Z  struct 2022-11-23T00:56:24.5147553Z 1 warning generated. 2022-11-23T00:56:24.5213236Z [ 94%] 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:24.5214280Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T00:56:24.5776441Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T00:56:24.6184485Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T00:56:24.6967714Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_argument_spec.cpp:3: 2022-11-23T00:56:24.6968607Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:24.6969211Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:24.6969820Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:24.6970941Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:24.6971661Z template friend class std::hash; 2022-11-23T00:56:24.6972134Z  ^ 2022-11-23T00:56:24.6972857Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:24.6973372Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:24.6973752Z  ^ 2022-11-23T00:56:24.6974454Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:24.6975213Z template friend class std::hash; 2022-11-23T00:56:24.6975697Z  ^~~~~ 2022-11-23T00:56:24.6976103Z  struct 2022-11-23T00:56:24.6976510Z 1 warning generated. 2022-11-23T00:56:24.7038623Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T00:56:24.7059428Z [ 94%] 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:24.8651984Z [ 94%] 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:24.9134585Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T00:56:24.9330501Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_autodiff.cpp:3: 2022-11-23T00:56:24.9331172Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:24.9331793Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:24.9332369Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:24.9332955Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:24.9334151Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:24.9334878Z template friend class std::hash; 2022-11-23T00:56:24.9335355Z  ^ 2022-11-23T00:56:24.9336125Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:24.9336653Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:24.9337051Z  ^ 2022-11-23T00:56:24.9337782Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:24.9338377Z template friend class std::hash; 2022-11-23T00:56:24.9338847Z  ^~~~~ 2022-11-23T00:56:24.9339286Z  struct 2022-11-23T00:56:24.9339682Z 1 warning generated. 2022-11-23T00:56:24.9514510Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T00:56:25.0188145Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T00:56:25.0271475Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_load_upgraders.cpp:3: 2022-11-23T00:56:25.0272176Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:25.0272771Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:25.0273358Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:25.0273972Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:25.0274563Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:25.0275151Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:25.0276334Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:25.0277072Z template friend class std::hash; 2022-11-23T00:56:25.0277532Z  ^ 2022-11-23T00:56:25.0278302Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:25.0278938Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:25.0279331Z  ^ 2022-11-23T00:56:25.0280048Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:25.0280641Z template friend class std::hash; 2022-11-23T00:56:25.0281120Z  ^~~~~ 2022-11-23T00:56:25.0281542Z  struct 2022-11-23T00:56:25.0281943Z 1 warning generated. 2022-11-23T00:56:25.0378328Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T00:56:25.0448213Z [ 94%] 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:25.1887620Z [ 94%] 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:25.2203393Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T00:56:25.3476367Z [ 94%] 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:25.4998480Z [ 94%] 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:25.5784637Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_kernel.cpp:6: 2022-11-23T00:56:25.5785312Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:25.5785680Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:25.5786389Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:25.5786803Z template friend class std::hash; 2022-11-23T00:56:25.5787048Z  ^ 2022-11-23T00:56:25.5787462Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:25.5787868Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:25.5788090Z  ^ 2022-11-23T00:56:25.5788518Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:25.5789027Z template friend class std::hash; 2022-11-23T00:56:25.5789299Z  ^~~~~ 2022-11-23T00:56:25.5789532Z  struct 2022-11-23T00:56:25.5789759Z 1 warning generated. 2022-11-23T00:56:25.5837553Z [ 94%] 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:25.5959328Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_op_replacement.cpp:3: 2022-11-23T00:56:25.5959967Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:25.5960566Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:25.5961144Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:25.5961473Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:25.5962149Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:25.5963013Z template friend class std::hash; 2022-11-23T00:56:25.5963381Z  ^ 2022-11-23T00:56:25.5963929Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:25.5964231Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:25.5964452Z  ^ 2022-11-23T00:56:25.5964842Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:25.5965148Z template friend class std::hash; 2022-11-23T00:56:25.5965410Z  ^~~~~ 2022-11-23T00:56:25.5965655Z  struct 2022-11-23T00:56:25.5965872Z 1 warning generated. 2022-11-23T00:56:25.6011972Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T00:56:25.6659786Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T00:56:25.6781707Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T00:56:25.6854688Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T00:56:25.7043284Z [ 94%] 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:25.7058658Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T00:56:25.8528174Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T00:56:26.0133042Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T00:56:26.0356073Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T00:56:26.0822159Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T00:56:26.1558433Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T00:56:26.1735689Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T00:56:26.1739647Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_upgrader_utils.cpp:5: 2022-11-23T00:56:26.1741373Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:26.1744778Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:26.1745373Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:26.1745947Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:26.1747092Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:26.1747917Z template friend class std::hash; 2022-11-23T00:56:26.1748389Z  ^ 2022-11-23T00:56:26.1749103Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:26.1749599Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:26.1749987Z  ^ 2022-11-23T00:56:26.1750711Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:26.1751436Z template friend class std::hash; 2022-11-23T00:56:26.1751888Z  ^~~~~ 2022-11-23T00:56:26.1752316Z  struct 2022-11-23T00:56:26.1752713Z 1 warning generated. 2022-11-23T00:56:26.1810383Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T00:56:26.3193562Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T00:56:26.3381850Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T00:56:26.4153466Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_ops.cpp:5: 2022-11-23T00:56:26.4154141Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/operators.h:3: 2022-11-23T00:56:26.4154834Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h:3: 2022-11-23T00:56:26.4155508Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h:4: 2022-11-23T00:56:26.4156154Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h:6: 2022-11-23T00:56:26.4156736Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:26.4157310Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:26.4158491Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:26.4159240Z template friend class std::hash; 2022-11-23T00:56:26.4159687Z  ^ 2022-11-23T00:56:26.4160440Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:26.4160963Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:26.4161336Z  ^ 2022-11-23T00:56:26.4162055Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:26.4162641Z template friend class std::hash; 2022-11-23T00:56:26.4163116Z  ^~~~~ 2022-11-23T00:56:26.4163524Z  struct 2022-11-23T00:56:26.4164064Z 1 warning generated. 2022-11-23T00:56:26.4235793Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T00:56:26.4882425Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T00:56:26.5107264Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T00:56:26.6274191Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T00:56:26.6282839Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T00:56:26.6443349Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_backend.cpp:2: 2022-11-23T00:56:26.6444198Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:26.6444780Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:26.6445342Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:26.6445922Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:26.6447297Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:26.6448034Z template friend class std::hash; 2022-11-23T00:56:26.6448500Z  ^ 2022-11-23T00:56:26.6449245Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:26.6449752Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:26.6450135Z  ^ 2022-11-23T00:56:26.6450844Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:26.6451401Z template friend class std::hash; 2022-11-23T00:56:26.6451874Z  ^~~~~ 2022-11-23T00:56:26.6452301Z  struct 2022-11-23T00:56:26.6452678Z 1 warning generated. 2022-11-23T00:56:26.6578798Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:56:26.7725209Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T00:56:26.7892953Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T00:56:26.7922728Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_class_import.cpp:4: 2022-11-23T00:56:26.7923342Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:26.7924062Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:26.7924666Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:26.7936807Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:26.7938089Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:26.7938819Z template friend class std::hash; 2022-11-23T00:56:26.7939284Z  ^ 2022-11-23T00:56:26.7940060Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:26.7940598Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:26.7940969Z  ^ 2022-11-23T00:56:26.7941868Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:26.7942457Z template friend class std::hash; 2022-11-23T00:56:26.7942929Z  ^~~~~ 2022-11-23T00:56:26.7943357Z  struct 2022-11-23T00:56:26.7943759Z 1 warning generated. 2022-11-23T00:56:26.8009143Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T00:56:26.8156318Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T00:56:26.9144234Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:56:27.0132282Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T00:56:27.0580604Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T00:56:27.1570049Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:56:27.2177432Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_class_parser.cpp:4: 2022-11-23T00:56:27.2178125Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h:5: 2022-11-23T00:56:27.2178703Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h:10: 2022-11-23T00:56:27.2179207Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:27.2179744Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:27.2180282Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:27.2180827Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:27.2181366Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:27.2181958Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:27.2183128Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:27.2183811Z template friend class std::hash; 2022-11-23T00:56:27.2184277Z  ^ 2022-11-23T00:56:27.2185002Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:27.2185504Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:27.2185879Z  ^ 2022-11-23T00:56:27.2186507Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:27.2187049Z template friend class std::hash; 2022-11-23T00:56:27.2187497Z  ^~~~~ 2022-11-23T00:56:27.2188016Z  struct 2022-11-23T00:56:27.2188396Z 1 warning generated. 2022-11-23T00:56:27.2251551Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T00:56:27.2320017Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_quantization.cpp:5: 2022-11-23T00:56:27.2320670Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:27.2321272Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:27.2322453Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:27.2323149Z template friend class std::hash; 2022-11-23T00:56:27.2323984Z  ^ 2022-11-23T00:56:27.2324771Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:27.2325303Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:27.2325698Z  ^ 2022-11-23T00:56:27.2326413Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:27.2326973Z template friend class std::hash; 2022-11-23T00:56:27.2327422Z  ^~~~~ 2022-11-23T00:56:27.2327849Z  struct 2022-11-23T00:56:27.2328239Z 1 warning generated. 2022-11-23T00:56:27.2382251Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T00:56:27.2990872Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T00:56:27.4301495Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_class_type.cpp:3: 2022-11-23T00:56:27.4302365Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:27.4302944Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:27.4303542Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:27.4304123Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:27.4305294Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:27.4305980Z template friend class std::hash; 2022-11-23T00:56:27.4306237Z  ^ 2022-11-23T00:56:27.4306769Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:27.4307051Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:27.4307268Z  ^ 2022-11-23T00:56:27.4307765Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:27.4308072Z template friend class std::hash; 2022-11-23T00:56:27.4308348Z  ^~~~~ 2022-11-23T00:56:27.4308634Z  struct 2022-11-23T00:56:27.4308861Z 1 warning generated. 2022-11-23T00:56:27.4373771Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T00:56:27.4518969Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T00:56:27.4570844Z [ 94%] 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:27.5638047Z [ 94%] 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:27.6802988Z [ 94%] 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:27.7714653Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_code_template.cpp:4: 2022-11-23T00:56:27.7715320Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:27.7715917Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:27.7716481Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:27.7717054Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:27.7718852Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:27.7719545Z template friend class std::hash; 2022-11-23T00:56:27.7720147Z  ^ 2022-11-23T00:56:27.7720927Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:27.7721448Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:27.7721860Z  ^ 2022-11-23T00:56:27.7722550Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:27.7722951Z template friend class std::hash; 2022-11-23T00:56:27.7723213Z  ^~~~~ 2022-11-23T00:56:27.7723472Z  struct 2022-11-23T00:56:27.7723698Z 1 warning generated. 2022-11-23T00:56:27.7787417Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T00:56:27.7946650Z [ 94%] 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:27.9072340Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_constant_pooling.cpp:3: 2022-11-23T00:56:27.9072995Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:27.9073576Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:27.9074823Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:27.9075564Z template friend class std::hash; 2022-11-23T00:56:27.9076062Z  ^ 2022-11-23T00:56:27.9076792Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:27.9077327Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:27.9077718Z  ^ 2022-11-23T00:56:27.9078419Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:27.9078998Z template friend class std::hash; 2022-11-23T00:56:27.9079484Z  ^~~~~ 2022-11-23T00:56:27.9079897Z  struct 2022-11-23T00:56:27.9080292Z 1 warning generated. 2022-11-23T00:56:27.9104030Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T00:56:27.9139247Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T00:56:27.9147399Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T00:56:28.0412252Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T00:56:28.0418572Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_concat_opt.cpp:3: 2022-11-23T00:56:28.0418991Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:28.0419379Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:28.0419729Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:28.0420245Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:28.0421557Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:28.0422188Z template friend class std::hash; 2022-11-23T00:56:28.0422589Z  ^ 2022-11-23T00:56:28.0423221Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:28.0423676Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:28.0423999Z  ^ 2022-11-23T00:56:28.0424604Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:28.0425080Z template friend class std::hash; 2022-11-23T00:56:28.0425511Z  ^~~~~ 2022-11-23T00:56:28.0425888Z  struct 2022-11-23T00:56:28.0426237Z 1 warning generated. 2022-11-23T00:56:28.0499213Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T00:56:28.0840708Z [ 94%] 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:28.1370802Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_cleanup_passes.cpp:3: 2022-11-23T00:56:28.1371645Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h:6: 2022-11-23T00:56:28.1372391Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:28.1373050Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:28.1373556Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:28.1375623Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:28.1376452Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:28.1379325Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:28.1380798Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:28.1381568Z template friend class std::hash; 2022-11-23T00:56:28.1382046Z  ^ 2022-11-23T00:56:28.1382813Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:28.1384914Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:28.1385655Z  ^ 2022-11-23T00:56:28.1386721Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:28.1387357Z template friend class std::hash; 2022-11-23T00:56:28.1387909Z  ^~~~~ 2022-11-23T00:56:28.1388352Z  struct 2022-11-23T00:56:28.1388729Z 1 warning generated. 2022-11-23T00:56:28.1446615Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T00:56:28.1965928Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T00:56:28.3659254Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T00:56:28.5127784Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T00:56:28.5293517Z [ 94%] 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:28.6415229Z [ 94%] 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:28.6748646Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T00:56:28.7570017Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_create_autodiff_subgraphs.cpp:3: 2022-11-23T00:56:28.7570735Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:28.7571360Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:28.7571934Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:28.7572519Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:28.7573432Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:28.7573903Z template friend class std::hash; 2022-11-23T00:56:28.7574513Z  ^ 2022-11-23T00:56:28.7575132Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:28.7575544Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:28.7575855Z  ^ 2022-11-23T00:56:28.7576542Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:28.7577065Z template friend class std::hash; 2022-11-23T00:56:28.7577481Z  ^~~~~ 2022-11-23T00:56:28.7577829Z  struct 2022-11-23T00:56:28.7578167Z 1 warning generated. 2022-11-23T00:56:28.7640833Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T00:56:28.7641762Z [ 94%] 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:28.7948534Z [ 94%] 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:28.9186202Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T00:56:28.9722105Z [ 94%] 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:29.1149795Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_custom_class.cpp:3: 2022-11-23T00:56:29.1150490Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_custom_class_registrations.h:2: 2022-11-23T00:56:29.1151091Z In file included from /var/lib/jenkins/workspace/torch/script.h:3: 2022-11-23T00:56:29.1151674Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:29.1152907Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:29.1153639Z template friend class std::hash; 2022-11-23T00:56:29.1154110Z  ^ 2022-11-23T00:56:29.1154865Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:29.1155388Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:29.1155782Z  ^ 2022-11-23T00:56:29.1156490Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:29.1157293Z template friend class std::hash; 2022-11-23T00:56:29.1157781Z  ^~~~~ 2022-11-23T00:56:29.1158206Z  struct 2022-11-23T00:56:29.1158604Z 1 warning generated. 2022-11-23T00:56:29.1211619Z [ 94%] 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:29.1503897Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T00:56:29.2293470Z [ 94%] 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:29.3072693Z [ 94%] 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:29.3432378Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T00:56:29.3510416Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_te_fuser_pass.cpp:4: 2022-11-23T00:56:29.3511370Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h:6: 2022-11-23T00:56:29.3511988Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:29.3512588Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:29.3513775Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:29.3514518Z template friend class std::hash; 2022-11-23T00:56:29.3514996Z  ^ 2022-11-23T00:56:29.3515770Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:29.3516271Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:29.3516670Z  ^ 2022-11-23T00:56:29.3517389Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:29.3517969Z template friend class std::hash; 2022-11-23T00:56:29.3519187Z  ^~~~~ 2022-11-23T00:56:29.3520212Z  struct 2022-11-23T00:56:29.3520621Z 1 warning generated. 2022-11-23T00:56:29.3585316Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T00:56:29.4123287Z [ 94%] 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:29.5624738Z [ 94%] 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:29.5964579Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_custom_class_registrations.cpp:1: 2022-11-23T00:56:29.5965368Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_custom_class_registrations.h:2: 2022-11-23T00:56:29.5965992Z In file included from /var/lib/jenkins/workspace/torch/script.h:3: 2022-11-23T00:56:29.5967831Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:29.5969088Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:29.5969886Z template friend class std::hash; 2022-11-23T00:56:29.5970394Z  ^ 2022-11-23T00:56:29.5971380Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:29.5971819Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:29.5972164Z  ^ 2022-11-23T00:56:29.5972779Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:29.5973268Z template friend class std::hash; 2022-11-23T00:56:29.5973722Z  ^~~~~ 2022-11-23T00:56:29.5974130Z  struct 2022-11-23T00:56:29.5974525Z 1 warning generated. 2022-11-23T00:56:29.6102001Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T00:56:29.6729723Z [ 94%] 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:29.6808789Z In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_type_specializations.cpp:4: 2022-11-23T00:56:29.6809536Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h:6: 2022-11-23T00:56:29.6810333Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:29.6810913Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:29.6811451Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:29.6811762Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:29.6812080Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:29.6812400Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:29.6813090Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:29.6813488Z template friend class std::hash; 2022-11-23T00:56:29.6813749Z  ^ 2022-11-23T00:56:29.6814161Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:29.6814495Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:29.6814704Z  ^ 2022-11-23T00:56:29.6815089Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:29.6815404Z template friend class std::hash; 2022-11-23T00:56:29.6815648Z  ^~~~~ 2022-11-23T00:56:29.6815886Z  struct 2022-11-23T00:56:29.6816107Z 1 warning generated. 2022-11-23T00:56:29.6874125Z [ 94%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T00:56:29.6928490Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_dce.cpp:4: 2022-11-23T00:56:29.6929477Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:56:29.6930056Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:29.6930554Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:29.6931609Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:29.6932280Z template friend class std::hash; 2022-11-23T00:56:29.6932753Z  ^ 2022-11-23T00:56:29.6933495Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:29.6934011Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:29.6934566Z  ^ 2022-11-23T00:56:29.6935239Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:29.6935783Z template friend class std::hash; 2022-11-23T00:56:29.6936256Z  ^~~~~ 2022-11-23T00:56:29.6936695Z  struct 2022-11-23T00:56:29.6937069Z 1 warning generated. 2022-11-23T00:56:29.7034250Z [ 94%] 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:29.8153461Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T00:56:29.8351455Z [ 94%] 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:29.9972433Z [ 94%] 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:30.1122020Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_custom_operators.cpp:3: 2022-11-23T00:56:30.1124289Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:30.1124948Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:30.1125525Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:30.1126127Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:30.1127329Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:30.1128082Z template friend class std::hash; 2022-11-23T00:56:30.1128575Z  ^ 2022-11-23T00:56:30.1129336Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:30.1129889Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:30.1130288Z  ^ 2022-11-23T00:56:30.1130998Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:30.1131594Z template friend class std::hash; 2022-11-23T00:56:30.1132083Z  ^~~~~ 2022-11-23T00:56:30.1132498Z  struct 2022-11-23T00:56:30.1132900Z 1 warning generated. 2022-11-23T00:56:30.1205403Z [ 94%] 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:30.1490157Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T00:56:30.1965439Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_fuser.cpp:11: 2022-11-23T00:56:30.1966672Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:30.1968307Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:30.1968909Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:30.1970282Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:30.1970870Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:30.1971604Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:30.1973044Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:30.1973827Z template friend class std::hash; 2022-11-23T00:56:30.1974305Z  ^ 2022-11-23T00:56:30.1975157Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:30.1975670Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:30.1978075Z  ^ 2022-11-23T00:56:30.1978971Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:30.1979800Z template friend class std::hash; 2022-11-23T00:56:30.1980579Z  ^~~~~ 2022-11-23T00:56:30.1981034Z  struct 2022-11-23T00:56:30.1983019Z 1 warning generated. 2022-11-23T00:56:30.2022321Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T00:56:30.2774937Z [ 94%] 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:30.4264538Z [ 94%] 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:30.4378164Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_graph_executor.cpp:3: 2022-11-23T00:56:30.4378793Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:30.4379324Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:30.4379934Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:30.4380531Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:30.4381255Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:30.4381673Z template friend class std::hash; 2022-11-23T00:56:30.4381936Z  ^ 2022-11-23T00:56:30.4382346Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:30.4382627Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:30.4382842Z  ^ 2022-11-23T00:56:30.4383230Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:30.4383545Z template friend class std::hash; 2022-11-23T00:56:30.4383788Z  ^~~~~ 2022-11-23T00:56:30.4384026Z  struct 2022-11-23T00:56:30.4384254Z 1 warning generated. 2022-11-23T00:56:30.4437772Z [ 94%] 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:30.5546332Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T00:56:30.5829942Z [ 94%] 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:30.8129058Z [ 94%] 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:30.8242592Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_graph_iterator.cpp:7: 2022-11-23T00:56:30.8243156Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:30.8244016Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:30.8244522Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:30.8244990Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:30.8246033Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:30.8246562Z template friend class std::hash; 2022-11-23T00:56:30.8246977Z  ^ 2022-11-23T00:56:30.8247715Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:30.8248236Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:30.8248625Z  ^ 2022-11-23T00:56:30.8249280Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:30.8249809Z template friend class std::hash; 2022-11-23T00:56:30.8250081Z  ^~~~~ 2022-11-23T00:56:30.8250320Z  struct 2022-11-23T00:56:30.8250542Z 1 warning generated. 2022-11-23T00:56:30.8314882Z [ 94%] 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:30.8543339Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_cs_debug_info_serialization.cpp:1: 2022-11-23T00:56:30.8544029Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:30.8544595Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:30.8545131Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:30.8545736Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:30.8546869Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:30.8547647Z template friend class std::hash; 2022-11-23T00:56:30.8548111Z  ^ 2022-11-23T00:56:30.8548824Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:30.8549339Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:30.8549705Z  ^ 2022-11-23T00:56:30.8550363Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:30.8550922Z template friend class std::hash; 2022-11-23T00:56:30.8551377Z  ^~~~~ 2022-11-23T00:56:30.8551809Z  struct 2022-11-23T00:56:30.8552205Z 1 warning generated. 2022-11-23T00:56:30.8617516Z [ 94%] 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:30.8849966Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_inliner.cpp:3: 2022-11-23T00:56:30.8850675Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:56:30.8851333Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:30.8851922Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:30.8852490Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:30.8853900Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:30.8854663Z template friend class std::hash; 2022-11-23T00:56:30.8855138Z  ^ 2022-11-23T00:56:30.8855933Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:30.8856465Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:30.8856887Z  ^ 2022-11-23T00:56:30.8857646Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:30.8858227Z template friend class std::hash; 2022-11-23T00:56:30.8858700Z  ^~~~~ 2022-11-23T00:56:30.8859127Z  struct 2022-11-23T00:56:30.8859505Z 1 warning generated. 2022-11-23T00:56:30.8929570Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T00:56:30.9476225Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T00:56:30.9618997Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T00:56:30.9990197Z [ 94%] 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:31.1602755Z [ 94%] 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:31.2960312Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T00:56:31.3801039Z [ 94%] Built target test_tensorexpr 2022-11-23T00:56:31.3863992Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T00:56:31.4272217Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T00:56:31.5079532Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_interface.cpp:3: 2022-11-23T00:56:31.5080167Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:31.5080725Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:31.5081295Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:31.5081840Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:31.5083000Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:31.5083692Z template friend class std::hash; 2022-11-23T00:56:31.5084407Z  ^ 2022-11-23T00:56:31.5085108Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:31.5085612Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:31.5086009Z  ^ 2022-11-23T00:56:31.5086693Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:31.5087264Z template friend class std::hash; 2022-11-23T00:56:31.5087724Z  ^~~~~ 2022-11-23T00:56:31.5088144Z  struct 2022-11-23T00:56:31.5088520Z 1 warning generated. 2022-11-23T00:56:31.5134111Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T00:56:31.5804743Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T00:56:31.6820558Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_ir.cpp:3: 2022-11-23T00:56:31.6821613Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:31.6822600Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:31.6823222Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:31.6823763Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:31.6825000Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:31.6825733Z template friend class std::hash; 2022-11-23T00:56:31.6826168Z  ^ 2022-11-23T00:56:31.6826947Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:31.6827748Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:31.6828150Z  ^ 2022-11-23T00:56:31.6828886Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:31.6829475Z template friend class std::hash; 2022-11-23T00:56:31.6829937Z  ^~~~~ 2022-11-23T00:56:31.6830366Z  struct 2022-11-23T00:56:31.6830778Z 1 warning generated. 2022-11-23T00:56:31.6890724Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:31.7499794Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T00:56:31.7674409Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_interpreter.cpp:6: 2022-11-23T00:56:31.7675061Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:31.7675668Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:31.7676242Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:31.7676820Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:31.7677982Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:31.7678731Z template friend class std::hash; 2022-11-23T00:56:31.7679114Z  ^ 2022-11-23T00:56:31.7679745Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:31.7680179Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:31.7680536Z  ^ 2022-11-23T00:56:31.7681185Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:31.7681710Z template friend class std::hash; 2022-11-23T00:56:31.7682126Z  ^~~~~ 2022-11-23T00:56:31.7682516Z  struct 2022-11-23T00:56:31.7682894Z 1 warning generated. 2022-11-23T00:56:31.7777548Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T00:56:31.8115856Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:31.8296648Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_irparser.cpp:3: 2022-11-23T00:56:31.8297634Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:31.8298395Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:31.8300483Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:31.8301363Z template friend class std::hash; 2022-11-23T00:56:31.8301938Z  ^ 2022-11-23T00:56:31.8302710Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:31.8303192Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:31.8303590Z  ^ 2022-11-23T00:56:31.8304317Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:31.8305422Z template friend class std::hash; 2022-11-23T00:56:31.8306094Z  ^~~~~ 2022-11-23T00:56:31.8306532Z  struct 2022-11-23T00:56:31.8306921Z 1 warning generated. 2022-11-23T00:56:31.8360971Z [ 94%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T00:56:31.9553944Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:32.1210685Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_jit_type.cpp:3: 2022-11-23T00:56:32.1211317Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:32.1212274Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:32.1212836Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:32.1213414Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:32.1214755Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:32.1215455Z template friend class std::hash; 2022-11-23T00:56:32.1215932Z  ^ 2022-11-23T00:56:32.1219267Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:32.1219814Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:32.1220201Z  ^ 2022-11-23T00:56:32.1220897Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:32.1221467Z template friend class std::hash; 2022-11-23T00:56:32.1221931Z  ^~~~~ 2022-11-23T00:56:32.1222367Z  struct 2022-11-23T00:56:32.1222761Z 1 warning generated. 2022-11-23T00:56:32.1252587Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:32.1285264Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:32.1901759Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:32.2723242Z [ 95%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T00:56:32.3120751Z [ 95%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T00:56:32.3123098Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T00:56:32.4762416Z [ 95%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T00:56:32.4763365Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:56:32.4989715Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_lite_interpreter.cpp:1: 2022-11-23T00:56:32.4990369Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:32.4991979Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:32.4992302Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:32.4992910Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:32.4994186Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:32.4995162Z template friend class std::hash; 2022-11-23T00:56:32.4995664Z  ^ 2022-11-23T00:56:32.4996420Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:32.4996925Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:32.4997290Z  ^ 2022-11-23T00:56:32.4997998Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:32.4998306Z template friend class std::hash; 2022-11-23T00:56:32.4998571Z  ^~~~~ 2022-11-23T00:56:32.4998873Z  struct 2022-11-23T00:56:32.4999096Z 1 warning generated. 2022-11-23T00:56:32.5143058Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T00:56:32.6177114Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:32.7466956Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:32.8821044Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T00:56:32.9337312Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:56:33.0406511Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T00:56:33.0411884Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T00:56:33.0696726Z [ 95%] 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:33.1822768Z [ 95%] 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:33.2086375Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T00:56:33.3183115Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_lite_interpreter_direct.cpp:1: 2022-11-23T00:56:33.3183820Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:33.3184372Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:33.3184970Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:33.3185540Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:33.3186977Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:33.3187740Z template friend class std::hash; 2022-11-23T00:56:33.3188243Z  ^ 2022-11-23T00:56:33.3188879Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:33.3189402Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:33.3189763Z  ^ 2022-11-23T00:56:33.3190385Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:33.3190852Z template friend class std::hash; 2022-11-23T00:56:33.3191185Z  ^~~~~ 2022-11-23T00:56:33.3191560Z  struct 2022-11-23T00:56:33.3191886Z 1 warning generated. 2022-11-23T00:56:33.3231419Z [ 95%] 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:33.3253267Z [ 95%] 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:33.3457010Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_memory_dag.cpp:3: 2022-11-23T00:56:33.3457900Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:33.3458854Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:33.3460091Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:33.3460853Z template friend class std::hash; 2022-11-23T00:56:33.3461367Z  ^ 2022-11-23T00:56:33.3462119Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:33.3462643Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:33.3463040Z  ^ 2022-11-23T00:56:33.3463736Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:33.3464301Z template friend class std::hash; 2022-11-23T00:56:33.3464747Z  ^~~~~ 2022-11-23T00:56:33.3465159Z  struct 2022-11-23T00:56:33.3465529Z 1 warning generated. 2022-11-23T00:56:33.3580114Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T00:56:33.4521937Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T00:56:33.4747761Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:33.6399604Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:33.7517012Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_lite_trainer.cpp:5: 2022-11-23T00:56:33.7517678Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:33.7518259Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:33.7518838Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:33.7520323Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:33.7521152Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:33.7521739Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:33.7522950Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:33.7523712Z template friend class std::hash; 2022-11-23T00:56:33.7524373Z  ^ 2022-11-23T00:56:33.7525110Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:33.7525643Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:33.7526040Z  ^ 2022-11-23T00:56:33.7526748Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:33.7527343Z template friend class std::hash; 2022-11-23T00:56:33.7527826Z  ^~~~~ 2022-11-23T00:56:33.7528384Z  struct 2022-11-23T00:56:33.7528769Z 1 warning generated. 2022-11-23T00:56:33.7592395Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:33.7622732Z [ 95%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T00:56:33.8656283Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_misc.cpp:9: 2022-11-23T00:56:33.8656942Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:33.8657551Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:33.8658146Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:33.8658649Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:33.8659795Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:33.8660565Z template friend class std::hash; 2022-11-23T00:56:33.8661021Z  ^ 2022-11-23T00:56:33.8661713Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:33.8662230Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:33.8662654Z  ^ 2022-11-23T00:56:33.8663341Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:33.8663947Z template friend class std::hash; 2022-11-23T00:56:33.8664444Z  ^~~~~ 2022-11-23T00:56:33.8664871Z  struct 2022-11-23T00:56:33.8665250Z 1 warning generated. 2022-11-23T00:56:33.8708733Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T00:56:33.9139229Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:34.0867202Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:34.1001191Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_mobile_type_parser.cpp:2: 2022-11-23T00:56:34.1001846Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:34.1002449Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:34.1003235Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:34.1004068Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:34.1005239Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:34.1005945Z template friend class std::hash; 2022-11-23T00:56:34.1006427Z  ^ 2022-11-23T00:56:34.1007146Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:34.1007663Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:34.1008067Z  ^ 2022-11-23T00:56:34.1008771Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:34.1009338Z template friend class std::hash; 2022-11-23T00:56:34.1010009Z  ^~~~~ 2022-11-23T00:56:34.1010455Z  struct 2022-11-23T00:56:34.1010835Z 1 warning generated. 2022-11-23T00:56:34.1069262Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:34.1354690Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_module_api.cpp:3: 2022-11-23T00:56:34.1355336Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:34.1355918Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:34.1356494Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:34.1357078Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:34.1358328Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:34.1359083Z template friend class std::hash; 2022-11-23T00:56:34.1359552Z  ^ 2022-11-23T00:56:34.1360295Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:34.1360801Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:34.1361196Z  ^ 2022-11-23T00:56:34.1361915Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:34.1362501Z template friend class std::hash; 2022-11-23T00:56:34.1362946Z  ^~~~~ 2022-11-23T00:56:34.1363351Z  struct 2022-11-23T00:56:34.1363961Z 1 warning generated. 2022-11-23T00:56:34.1411397Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T00:56:34.1525257Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T00:56:34.2379860Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T00:56:34.2806626Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:34.2910770Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:34.4828531Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T00:56:34.4908093Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_peephole_optimize.cpp:3: 2022-11-23T00:56:34.4908996Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:34.4909620Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:34.4910217Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:34.4910792Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:34.4911995Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:34.4912745Z template friend class std::hash; 2022-11-23T00:56:34.4913218Z  ^ 2022-11-23T00:56:34.4913979Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:34.4914520Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:34.4914920Z  ^ 2022-11-23T00:56:34.4915713Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:34.4916307Z template friend class std::hash; 2022-11-23T00:56:34.4916785Z  ^~~~~ 2022-11-23T00:56:34.4917217Z  struct 2022-11-23T00:56:34.4917604Z 1 warning generated. 2022-11-23T00:56:34.4990039Z [ 96%] 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:34.5051204Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T00:56:34.6539287Z [ 96%] 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:34.7384160Z [ 96%] 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:34.8338022Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T00:56:34.8400001Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_schema_matching.cpp:3: 2022-11-23T00:56:34.8400633Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:34.8401187Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:34.8402385Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:34.8402909Z template friend class std::hash; 2022-11-23T00:56:34.8403172Z  ^ 2022-11-23T00:56:34.8403592Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:34.8404112Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:34.8404342Z  ^ 2022-11-23T00:56:34.8404897Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:34.8405411Z template friend class std::hash; 2022-11-23T00:56:34.8405879Z  ^~~~~ 2022-11-23T00:56:34.8406324Z  struct 2022-11-23T00:56:34.8406662Z 1 warning generated. 2022-11-23T00:56:34.8430694Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_save_load.cpp:3: 2022-11-23T00:56:34.8431935Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:34.8432516Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:34.8433259Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:34.8433811Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:34.8434893Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:34.8435562Z template friend class std::hash; 2022-11-23T00:56:34.8435978Z  ^ 2022-11-23T00:56:34.8436691Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:34.8437188Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:34.8437537Z  ^ 2022-11-23T00:56:34.8438215Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:34.8438770Z template friend class std::hash; 2022-11-23T00:56:34.8439335Z  ^~~~~ 2022-11-23T00:56:34.8439728Z  struct 2022-11-23T00:56:34.8440107Z 1 warning generated. 2022-11-23T00:56:34.8458786Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T00:56:34.8506071Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T00:56:34.8742528Z [ 96%] 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:35.0070142Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_stack_opt.cpp:3: 2022-11-23T00:56:35.0070720Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:35.0071252Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:35.0071790Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:35.0072294Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:35.0073440Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:35.0073901Z template friend class std::hash; 2022-11-23T00:56:35.0074257Z  ^ 2022-11-23T00:56:35.0074924Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:35.0075421Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:35.0075763Z  ^ 2022-11-23T00:56:35.0076373Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:35.0076884Z template friend class std::hash; 2022-11-23T00:56:35.0077295Z  ^~~~~ 2022-11-23T00:56:35.0077691Z  struct 2022-11-23T00:56:35.0078050Z 1 warning generated. 2022-11-23T00:56:35.0138735Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:35.0237502Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T00:56:35.1374676Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T00:56:35.1395750Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T00:56:35.1828691Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:35.2335965Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T00:56:35.3718374Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T00:56:35.4283445Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_subgraph_matcher.cpp:3: 2022-11-23T00:56:35.4284149Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:35.4284722Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:35.4286044Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:35.4286647Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:35.4287883Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:35.4289195Z template friend class std::hash; 2022-11-23T00:56:35.4289659Z  ^ 2022-11-23T00:56:35.4290474Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:35.4291016Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:35.4293002Z  ^ 2022-11-23T00:56:35.4294176Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:35.4294798Z template friend class std::hash; 2022-11-23T00:56:35.4295266Z  ^~~~~ 2022-11-23T00:56:35.4295705Z  struct 2022-11-23T00:56:35.4296317Z 1 warning generated. 2022-11-23T00:56:35.4353675Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T00:56:35.4928926Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:35.5428443Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_subgraph_rewriter.cpp:3: 2022-11-23T00:56:35.5429106Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:35.5429703Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:35.5430290Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:35.5430874Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:35.5432053Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:35.5432805Z template friend class std::hash; 2022-11-23T00:56:35.5433298Z  ^ 2022-11-23T00:56:35.5434418Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:35.5435256Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:35.5435827Z  ^ 2022-11-23T00:56:35.5436742Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:35.5437502Z template friend class std::hash; 2022-11-23T00:56:35.5438170Z  ^~~~~ 2022-11-23T00:56:35.5438742Z  struct 2022-11-23T00:56:35.5439303Z 1 warning generated. 2022-11-23T00:56:35.5497213Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T00:56:35.6160259Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:35.7311324Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:35.8003321Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_union.cpp:4: 2022-11-23T00:56:35.8004069Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:35.8004653Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:35.8005272Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:35.8005841Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:35.8007038Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:35.8007988Z template friend class std::hash; 2022-11-23T00:56:35.8008457Z  ^ 2022-11-23T00:56:35.8009208Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:35.8009710Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:35.8010105Z  ^ 2022-11-23T00:56:35.8010824Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:35.8011418Z template friend class std::hash; 2022-11-23T00:56:35.8011883Z  ^~~~~ 2022-11-23T00:56:35.8012300Z  struct 2022-11-23T00:56:35.8012698Z 1 warning generated. 2022-11-23T00:56:35.8083132Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:35.8948999Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T00:56:35.9318624Z In file included from /var/lib/jenkins/workspace/torch/csrc/Module.cpp:57: 2022-11-23T00:56:35.9319191Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h:3: 2022-11-23T00:56:35.9319670Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:35.9320202Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:35.9321237Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:35.9321749Z template friend class std::hash; 2022-11-23T00:56:35.9322011Z  ^ 2022-11-23T00:56:35.9322422Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:35.9322721Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:35.9322937Z  ^ 2022-11-23T00:56:35.9323310Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:35.9323621Z template friend class std::hash; 2022-11-23T00:56:35.9324064Z  ^~~~~ 2022-11-23T00:56:35.9324290Z  struct 2022-11-23T00:56:35.9324512Z 1 warning generated. 2022-11-23T00:56:35.9386935Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T00:56:35.9620508Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:35.9880015Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_subgraph_utils.cpp:3: 2022-11-23T00:56:35.9880678Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:35.9881260Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:35.9881858Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:35.9882422Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:35.9883601Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:35.9884531Z template friend class std::hash; 2022-11-23T00:56:35.9885001Z  ^ 2022-11-23T00:56:35.9885773Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:35.9886506Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:35.9886889Z  ^ 2022-11-23T00:56:35.9887583Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:35.9888171Z template friend class std::hash; 2022-11-23T00:56:35.9888650Z  ^~~~~ 2022-11-23T00:56:35.9889062Z  struct 2022-11-23T00:56:35.9889469Z 1 warning generated. 2022-11-23T00:56:35.9981799Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:36.0537552Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.cpp:3: 2022-11-23T00:56:36.0538191Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:36.0538794Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:36.0539370Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:36.0539958Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:36.0541151Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:36.0541873Z template friend class std::hash; 2022-11-23T00:56:36.0542334Z  ^ 2022-11-23T00:56:36.0543073Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:36.0543599Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:36.0543977Z  ^ 2022-11-23T00:56:36.0544626Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:36.0545210Z template friend class std::hash; 2022-11-23T00:56:36.0545682Z  ^~~~~ 2022-11-23T00:56:36.0546097Z  struct 2022-11-23T00:56:36.0546480Z 1 warning generated. 2022-11-23T00:56:36.0612130Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:36.0797606Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T00:56:36.1326445Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_script_profile.cpp:4: 2022-11-23T00:56:36.1327084Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:36.1327897Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:36.1328475Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:36.1329058Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:36.1330255Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:36.1330959Z template friend class std::hash; 2022-11-23T00:56:36.1331420Z  ^ 2022-11-23T00:56:36.1332149Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:36.1332639Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:36.1333034Z  ^ 2022-11-23T00:56:36.1333735Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:36.1334459Z template friend class std::hash; 2022-11-23T00:56:36.1334928Z  ^~~~~ 2022-11-23T00:56:36.1335359Z  struct 2022-11-23T00:56:36.1335757Z 1 warning generated. 2022-11-23T00:56:36.1403455Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:36.1458500Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:36.1775728Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T00:56:36.2828984Z [ 96%] 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:36.2829769Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T00:56:36.3058773Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T00:56:36.3902225Z [ 96%] 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:36.4292758Z [ 96%] 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:36.5060935Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T00:56:36.6031188Z [ 96%] 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:36.6249073Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_shape_analysis.cpp:6: 2022-11-23T00:56:36.6249747Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:36.6250364Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:36.6250965Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:36.6251551Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:36.6252765Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:36.6253502Z template friend class std::hash; 2022-11-23T00:56:36.6253973Z  ^ 2022-11-23T00:56:36.6254709Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:36.6255417Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:36.6255843Z  ^ 2022-11-23T00:56:36.6256575Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:36.6257138Z template friend class std::hash; 2022-11-23T00:56:36.6257615Z  ^~~~~ 2022-11-23T00:56:36.6258047Z  struct 2022-11-23T00:56:36.6258433Z 1 warning generated. 2022-11-23T00:56:36.6309747Z [ 96%] 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:36.6639560Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_jit_logging_levels.cpp:2: 2022-11-23T00:56:36.6640199Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:36.6640730Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:36.6641309Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:36.6642108Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:36.6643235Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:36.6644826Z template friend class std::hash; 2022-11-23T00:56:36.6645114Z  ^ 2022-11-23T00:56:36.6645534Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:36.6645828Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:36.6646083Z  ^ 2022-11-23T00:56:36.6646674Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:36.6647188Z template friend class std::hash; 2022-11-23T00:56:36.6647520Z  ^~~~~ 2022-11-23T00:56:36.6647875Z  struct 2022-11-23T00:56:36.6648223Z 1 warning generated. 2022-11-23T00:56:36.6714203Z [ 96%] 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:36.6839164Z [ 96%] 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:36.7435806Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T00:56:36.8008190Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T00:56:36.8191188Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T00:56:36.8596224Z [ 96%] 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:36.9286420Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:37.0236310Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T00:56:37.1008046Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:37.2423185Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T00:56:37.3342870Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_flatbuffer.cpp:1: 2022-11-23T00:56:37.3343818Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/test_utils.h:4: 2022-11-23T00:56:37.3344417Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h:4: 2022-11-23T00:56:37.3345017Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:37.3345559Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:37.3346706Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:37.3347333Z template friend class std::hash; 2022-11-23T00:56:37.3347817Z  ^ 2022-11-23T00:56:37.3348587Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:37.3349117Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:37.3349493Z  ^ 2022-11-23T00:56:37.3350218Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:37.3350960Z template friend class std::hash; 2022-11-23T00:56:37.3351415Z  ^~~~~ 2022-11-23T00:56:37.3351852Z  struct 2022-11-23T00:56:37.3352251Z 1 warning generated. 2022-11-23T00:56:37.3415363Z [ 96%] Linking CXX executable ../bin/test_jit 2022-11-23T00:56:37.3649286Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:37.3841232Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T00:56:37.4093401Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:37.4989507Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T00:56:37.5210774Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T00:56:37.5764858Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:37.6847994Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:37.7493901Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T00:56:37.8254845Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:37.8325506Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:37.9722853Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T00:56:37.9909364Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:38.0100566Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/src/python/init.cpp:1: 2022-11-23T00:56:38.0101174Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python.h:3: 2022-11-23T00:56:38.0101608Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h:4: 2022-11-23T00:56:38.0102143Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:38.0103383Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:38.0104046Z template friend class std::hash; 2022-11-23T00:56:38.0106115Z  ^ 2022-11-23T00:56:38.0106591Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:38.0108967Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:38.0109380Z  ^ 2022-11-23T00:56:38.0110119Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:38.0110701Z template friend class std::hash; 2022-11-23T00:56:38.0111187Z  ^~~~~ 2022-11-23T00:56:38.0111628Z  struct 2022-11-23T00:56:38.0112016Z 1 warning generated. 2022-11-23T00:56:38.0168116Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T00:56:38.0904767Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:38.1142917Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T00:56:38.2438171Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:38.3254825Z [ 96%] 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:38.3535313Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp:6: 2022-11-23T00:56:38.3536005Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.h:2: 2022-11-23T00:56:38.3536473Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/TorchDispatchUtils.h:4: 2022-11-23T00:56:38.3537163Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:38.3537794Z template friend class std::hash; 2022-11-23T00:56:38.3538285Z  ^ 2022-11-23T00:56:38.3539013Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:38.3539474Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:38.3539695Z  ^ 2022-11-23T00:56:38.3540079Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:38.3540386Z template friend class std::hash; 2022-11-23T00:56:38.3540646Z  ^~~~~ 2022-11-23T00:56:38.3540896Z  struct 2022-11-23T00:56:38.3541119Z 1 warning generated. 2022-11-23T00:56:38.3604964Z [ 96%] 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:38.4315437Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T00:56:38.4669567Z [ 96%] 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:38.4927851Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T00:56:38.5167631Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T00:56:38.6069839Z [ 97%] 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:38.6937400Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:56:38.7787149Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T00:56:38.8340309Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T00:56:38.9866676Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T00:56:39.0999649Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.cpp:25: 2022-11-23T00:56:39.1003135Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:39.1003536Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:39.1004528Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:39.1005125Z template friend class std::hash; 2022-11-23T00:56:39.1005388Z  ^ 2022-11-23T00:56:39.1005793Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:39.1006087Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:39.1006344Z  ^ 2022-11-23T00:56:39.1006940Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:39.1007422Z template friend class std::hash; 2022-11-23T00:56:39.1007869Z  ^~~~~ 2022-11-23T00:56:39.1008261Z  struct 2022-11-23T00:56:39.1008620Z 1 warning generated. 2022-11-23T00:56:39.1055472Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T00:56:39.1383547Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T00:56:39.2041758Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:56:39.2212750Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T00:56:39.2885973Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:56:39.3002068Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T00:56:39.3260981Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:56:39.3843705Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T00:56:39.4005567Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:56:39.4584603Z [ 97%] Built target test_jit 2022-11-23T00:56:39.4646929Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:56:39.4825330Z [ 97%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T00:56:39.5304400Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:56:39.5927378Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:56:39.5966433Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T00:56:39.6770531Z [ 97%] Built target all_microkernels 2022-11-23T00:56:39.6822084Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T00:56:39.7804162Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions_manual.cpp:4: 2022-11-23T00:56:39.7805534Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:39.7807101Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:39.7808636Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:39.7810198Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:39.7812667Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:39.7814525Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:39.7816180Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:39.7817829Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:39.7820028Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:39.7821728Z template friend class std::hash; 2022-11-23T00:56:39.7823192Z  ^ 2022-11-23T00:56:39.7824972Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:39.7827045Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:39.7829085Z  ^ 2022-11-23T00:56:39.7831384Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:39.7833581Z template friend class std::hash; 2022-11-23T00:56:39.7835607Z  ^~~~~ 2022-11-23T00:56:39.7837592Z  struct 2022-11-23T00:56:39.7839527Z 1 warning generated. 2022-11-23T00:56:39.7874946Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T00:56:39.8768344Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions_manual.cpp:20: 2022-11-23T00:56:39.8769159Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:56:39.8773871Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:39.8774647Z template friend class std::hash; 2022-11-23T00:56:39.8775318Z  ^ 2022-11-23T00:56:39.8776070Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:39.8778051Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:39.8778653Z  ^ 2022-11-23T00:56:39.8779404Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:39.8805543Z template friend class std::hash; 2022-11-23T00:56:39.8806403Z  ^~~~~ 2022-11-23T00:56:39.8806875Z  struct 2022-11-23T00:56:39.8808870Z 1 warning generated. 2022-11-23T00:56:39.8836023Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T00:56:39.9942639Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T00:56:40.1248283Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp:2: 2022-11-23T00:56:40.1249017Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.h:2: 2022-11-23T00:56:40.1249828Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/TorchDispatchUtils.h:4: 2022-11-23T00:56:40.1251110Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.1251823Z template friend class std::hash; 2022-11-23T00:56:40.1252345Z  ^ 2022-11-23T00:56:40.1253099Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.1253882Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.1254284Z  ^ 2022-11-23T00:56:40.1254919Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.1255419Z template friend class std::hash; 2022-11-23T00:56:40.1255828Z  ^~~~~ 2022-11-23T00:56:40.1256203Z  struct 2022-11-23T00:56:40.1256584Z 1 warning generated. 2022-11-23T00:56:40.1292419Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.cpp:10: 2022-11-23T00:56:40.1293010Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:40.1293491Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:40.1294220Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.1294625Z template friend class std::hash; 2022-11-23T00:56:40.1294879Z  ^ 2022-11-23T00:56:40.1295337Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.1295628Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.1295829Z  ^ 2022-11-23T00:56:40.1296214Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.1296582Z template friend class std::hash; 2022-11-23T00:56:40.1296832Z  ^~~~~ 2022-11-23T00:56:40.1297075Z  struct 2022-11-23T00:56:40.1297295Z 1 warning generated. 2022-11-23T00:56:40.1310197Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T00:56:40.1349362Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T00:56:40.3789874Z In file included from /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp:4: 2022-11-23T00:56:40.3790611Z In file included from /var/lib/jenkins/workspace/torch/extension.h:4: 2022-11-23T00:56:40.3791204Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:40.3791809Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:40.3792639Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:40.3793322Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:40.3794040Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:40.3794704Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:40.3795344Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:40.3796561Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.3797287Z template friend class std::hash; 2022-11-23T00:56:40.3797741Z  ^ 2022-11-23T00:56:40.3798465Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.3799094Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.3799489Z  ^ 2022-11-23T00:56:40.3800181Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.3800769Z template friend class std::hash; 2022-11-23T00:56:40.3801245Z  ^~~~~ 2022-11-23T00:56:40.3801673Z  struct 2022-11-23T00:56:40.3802050Z 1 warning generated. 2022-11-23T00:56:40.3862011Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T00:56:40.4984633Z In file included from /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp:7: 2022-11-23T00:56:40.4985667Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:56:40.4987341Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.4988179Z template friend class std::hash; 2022-11-23T00:56:40.4988669Z  ^ 2022-11-23T00:56:40.4989420Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.4989957Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.4990347Z  ^ 2022-11-23T00:56:40.4991077Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.4991648Z template friend class std::hash; 2022-11-23T00:56:40.4992125Z  ^~~~~ 2022-11-23T00:56:40.4992561Z  struct 2022-11-23T00:56:40.4992949Z 1 warning generated. 2022-11-23T00:56:40.5068138Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T00:56:40.5722585Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.cpp:1: 2022-11-23T00:56:40.5723266Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.h:3: 2022-11-23T00:56:40.5724054Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h:12: 2022-11-23T00:56:40.5724650Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:40.5725232Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:40.5725732Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:40.5726419Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:40.5726937Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:40.5727498Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:40.5728013Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:40.5729105Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.5729774Z template friend class std::hash; 2022-11-23T00:56:40.5730186Z  ^ 2022-11-23T00:56:40.5730785Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.5731248Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.5731598Z  ^ 2022-11-23T00:56:40.5732264Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.5732980Z template friend class std::hash; 2022-11-23T00:56:40.5733455Z  ^~~~~ 2022-11-23T00:56:40.5733836Z  struct 2022-11-23T00:56:40.5734182Z 1 warning generated. 2022-11-23T00:56:40.5779437Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T00:56:40.6242464Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp:1: 2022-11-23T00:56:40.6243574Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.h:3: 2022-11-23T00:56:40.6244579Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h:12: 2022-11-23T00:56:40.6253935Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:40.6254342Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:40.6254649Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:40.6254975Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:40.6255303Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:40.6255607Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:40.6255926Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:40.6256613Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.6257035Z template friend class std::hash; 2022-11-23T00:56:40.6257283Z  ^ 2022-11-23T00:56:40.6257698Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.6257990Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.6258212Z  ^ 2022-11-23T00:56:40.6258586Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.6258905Z template friend class std::hash; 2022-11-23T00:56:40.6259168Z  ^~~~~ 2022-11-23T00:56:40.6259395Z  struct 2022-11-23T00:56:40.6259618Z 1 warning generated. 2022-11-23T00:56:40.6302920Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T00:56:40.7193574Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp:1: 2022-11-23T00:56:40.7194297Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h:3: 2022-11-23T00:56:40.7196302Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:40.7198991Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:40.7200230Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.7200983Z template friend class std::hash; 2022-11-23T00:56:40.7201478Z  ^ 2022-11-23T00:56:40.7202227Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.7202993Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.7204028Z  ^ 2022-11-23T00:56:40.7204742Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.7206549Z template friend class std::hash; 2022-11-23T00:56:40.7207425Z  ^~~~~ 2022-11-23T00:56:40.7208262Z  struct 2022-11-23T00:56:40.7208636Z 1 warning generated. 2022-11-23T00:56:40.7251194Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T00:56:40.8938348Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp:2: 2022-11-23T00:56:40.8939114Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.h:5: 2022-11-23T00:56:40.8939703Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:40.8940268Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:40.8941486Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:40.8942200Z template friend class std::hash; 2022-11-23T00:56:40.8942675Z  ^ 2022-11-23T00:56:40.8943402Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:40.8943949Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:40.8944341Z  ^ 2022-11-23T00:56:40.8945066Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:40.8945644Z template friend class std::hash; 2022-11-23T00:56:40.8946111Z  ^~~~~ 2022-11-23T00:56:40.8946516Z  struct 2022-11-23T00:56:40.8946883Z 1 warning generated. 2022-11-23T00:56:40.9012510Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T00:56:41.0563119Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp:7: 2022-11-23T00:56:41.0564265Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:41.0565302Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:41.0565915Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:41.0566740Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:41.0567347Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.0567957Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.0569156Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.0569919Z template friend class std::hash; 2022-11-23T00:56:41.0570392Z  ^ 2022-11-23T00:56:41.0571146Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.0571663Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.0572064Z  ^ 2022-11-23T00:56:41.0572787Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.0573522Z template friend class std::hash; 2022-11-23T00:56:41.0574016Z  ^~~~~ 2022-11-23T00:56:41.0574449Z  struct 2022-11-23T00:56:41.0574828Z 1 warning generated. 2022-11-23T00:56:41.0633527Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T00:56:41.0778389Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.cpp:1: 2022-11-23T00:56:41.0778957Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h:3: 2022-11-23T00:56:41.0779417Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.0779968Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.0781084Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.0781737Z template friend class std::hash; 2022-11-23T00:56:41.0782125Z  ^ 2022-11-23T00:56:41.0782820Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.0783248Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.0783562Z  ^ 2022-11-23T00:56:41.0784083Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.0784557Z template friend class std::hash; 2022-11-23T00:56:41.0784946Z  ^~~~~ 2022-11-23T00:56:41.0785291Z  struct 2022-11-23T00:56:41.0785634Z 1 warning generated. 2022-11-23T00:56:41.0858169Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T00:56:41.1200620Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.cpp:3: 2022-11-23T00:56:41.1201726Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.h:4: 2022-11-23T00:56:41.1204063Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.1204693Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.1205916Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.1206694Z template friend class std::hash; 2022-11-23T00:56:41.1207179Z  ^ 2022-11-23T00:56:41.1208084Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.1208637Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.1209046Z  ^ 2022-11-23T00:56:41.1209760Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.1210338Z template friend class std::hash; 2022-11-23T00:56:41.1210828Z  ^~~~~ 2022-11-23T00:56:41.1211266Z  struct 2022-11-23T00:56:41.1211654Z 1 warning generated. 2022-11-23T00:56:41.1305339Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T00:56:41.1599724Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.cpp:2: 2022-11-23T00:56:41.1600717Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.h:6: 2022-11-23T00:56:41.1601479Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.1601908Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.1605181Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.1605707Z template friend class std::hash; 2022-11-23T00:56:41.1606153Z  ^ 2022-11-23T00:56:41.1606875Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.1607163Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.1607385Z  ^ 2022-11-23T00:56:41.1607778Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.1608106Z template friend class std::hash; 2022-11-23T00:56:41.1608393Z  ^~~~~ 2022-11-23T00:56:41.1608838Z  struct 2022-11-23T00:56:41.1609182Z 1 warning generated. 2022-11-23T00:56:41.1741033Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T00:56:41.2365603Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp:1: 2022-11-23T00:56:41.2366799Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.h:3: 2022-11-23T00:56:41.2367468Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.2370880Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.2372118Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.2373051Z template friend class std::hash; 2022-11-23T00:56:41.2374067Z  ^ 2022-11-23T00:56:41.2375406Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.2375932Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.2376773Z  ^ 2022-11-23T00:56:41.2378162Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.2378753Z template friend class std::hash; 2022-11-23T00:56:41.2381410Z  ^~~~~ 2022-11-23T00:56:41.2382473Z  struct 2022-11-23T00:56:41.2382904Z 1 warning generated. 2022-11-23T00:56:41.2426166Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T00:56:41.3140053Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.cpp:2: 2022-11-23T00:56:41.3140796Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.h:5: 2022-11-23T00:56:41.3141426Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.3142001Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.3143193Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.3143943Z template friend class std::hash; 2022-11-23T00:56:41.3144401Z  ^ 2022-11-23T00:56:41.3145250Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.3145690Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.3146053Z  ^ 2022-11-23T00:56:41.3146688Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.3147244Z template friend class std::hash; 2022-11-23T00:56:41.3147768Z  ^~~~~ 2022-11-23T00:56:41.3148159Z  struct 2022-11-23T00:56:41.3148507Z 1 warning generated. 2022-11-23T00:56:41.3209246Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T00:56:41.5113098Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.cpp:3: 2022-11-23T00:56:41.5113802Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:56:41.5114396Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.5114987Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.5116175Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.5116916Z template friend class std::hash; 2022-11-23T00:56:41.5117364Z  ^ 2022-11-23T00:56:41.5118046Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.5118574Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.5118915Z  ^ 2022-11-23T00:56:41.5119502Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.5119988Z template friend class std::hash; 2022-11-23T00:56:41.5120429Z  ^~~~~ 2022-11-23T00:56:41.5120801Z  struct 2022-11-23T00:56:41.5121184Z 1 warning generated. 2022-11-23T00:56:41.5182175Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T00:56:41.5283278Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.cpp:2: 2022-11-23T00:56:41.5284056Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h:3: 2022-11-23T00:56:41.5284763Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:41.5285101Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:41.5285404Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:41.5285724Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:41.5286042Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.5286357Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.5287169Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.5287920Z template friend class std::hash; 2022-11-23T00:56:41.5288387Z  ^ 2022-11-23T00:56:41.5289015Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.5289375Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.5289619Z  ^ 2022-11-23T00:56:41.5290313Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.5290879Z template friend class std::hash; 2022-11-23T00:56:41.5291373Z  ^~~~~ 2022-11-23T00:56:41.5291664Z  struct 2022-11-23T00:56:41.5291886Z 1 warning generated. 2022-11-23T00:56:41.5341100Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T00:56:41.5438937Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.cpp:1: 2022-11-23T00:56:41.5439458Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.h:3: 2022-11-23T00:56:41.5439826Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.5440310Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.5441295Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.5441758Z template friend class std::hash; 2022-11-23T00:56:41.5442009Z  ^ 2022-11-23T00:56:41.5442463Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.5442760Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.5442979Z  ^ 2022-11-23T00:56:41.5443405Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.5443858Z template friend class std::hash; 2022-11-23T00:56:41.5444200Z  ^~~~~ 2022-11-23T00:56:41.5444427Z  struct 2022-11-23T00:56:41.5444648Z 1 warning generated. 2022-11-23T00:56:41.5514340Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T00:56:41.6353397Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.cpp:1: 2022-11-23T00:56:41.6354094Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.h:3: 2022-11-23T00:56:41.6354698Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.6355302Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.6356777Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.6357531Z template friend class std::hash; 2022-11-23T00:56:41.6358028Z  ^ 2022-11-23T00:56:41.6358787Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.6359323Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.6359705Z  ^ 2022-11-23T00:56:41.6360409Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.6360973Z template friend class std::hash; 2022-11-23T00:56:41.6361401Z  ^~~~~ 2022-11-23T00:56:41.6361832Z  struct 2022-11-23T00:56:41.6362216Z 1 warning generated. 2022-11-23T00:56:41.6430050Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T00:56:41.6656466Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp:1: 2022-11-23T00:56:41.6657219Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h:3: 2022-11-23T00:56:41.6657845Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.6658467Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.6659628Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.6660383Z template friend class std::hash; 2022-11-23T00:56:41.6660852Z  ^ 2022-11-23T00:56:41.6661596Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.6662137Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.6662527Z  ^ 2022-11-23T00:56:41.6663229Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.6663751Z template friend class std::hash; 2022-11-23T00:56:41.6664214Z  ^~~~~ 2022-11-23T00:56:41.6664613Z  struct 2022-11-23T00:56:41.6664972Z 1 warning generated. 2022-11-23T00:56:41.6728142Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T00:56:41.8414368Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp:3: 2022-11-23T00:56:41.8415134Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:56:41.8415722Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.8416311Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.8417544Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.8418302Z template friend class std::hash; 2022-11-23T00:56:41.8418768Z  ^ 2022-11-23T00:56:41.8419515Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.8420243Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.8420633Z  ^ 2022-11-23T00:56:41.8421363Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.8421934Z template friend class std::hash; 2022-11-23T00:56:41.8422417Z  ^~~~~ 2022-11-23T00:56:41.8422835Z  struct 2022-11-23T00:56:41.8423233Z 1 warning generated. 2022-11-23T00:56:41.8483415Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T00:56:41.8681488Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp:1: 2022-11-23T00:56:41.8682178Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h:3: 2022-11-23T00:56:41.8682837Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.8683443Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.8684684Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.8685080Z template friend class std::hash; 2022-11-23T00:56:41.8685338Z  ^ 2022-11-23T00:56:41.8685745Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.8686025Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.8686237Z  ^ 2022-11-23T00:56:41.8686629Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.8686947Z template friend class std::hash; 2022-11-23T00:56:41.8687197Z  ^~~~~ 2022-11-23T00:56:41.8687435Z  struct 2022-11-23T00:56:41.8687651Z 1 warning generated. 2022-11-23T00:56:41.8782636Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T00:56:41.9053129Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp:1: 2022-11-23T00:56:41.9053880Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h:3: 2022-11-23T00:56:41.9054511Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.9055098Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.9056754Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.9057809Z template friend class std::hash; 2022-11-23T00:56:41.9058603Z  ^ 2022-11-23T00:56:41.9060358Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.9061009Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.9061990Z  ^ 2022-11-23T00:56:41.9062836Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.9063466Z template friend class std::hash; 2022-11-23T00:56:41.9063924Z  ^~~~~ 2022-11-23T00:56:41.9064218Z  struct 2022-11-23T00:56:41.9064447Z 1 warning generated. 2022-11-23T00:56:41.9178080Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T00:56:41.9920708Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp:1: 2022-11-23T00:56:41.9921460Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h:3: 2022-11-23T00:56:41.9922095Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:41.9922674Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:41.9923216Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:41.9923982Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:41.9924570Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:41.9925176Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:41.9926378Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:41.9927309Z template friend class std::hash; 2022-11-23T00:56:41.9927787Z  ^ 2022-11-23T00:56:41.9928519Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:41.9929062Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:41.9929455Z  ^ 2022-11-23T00:56:41.9930168Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:41.9930732Z template friend class std::hash; 2022-11-23T00:56:41.9931225Z  ^~~~~ 2022-11-23T00:56:41.9931670Z  struct 2022-11-23T00:56:41.9932065Z 1 warning generated. 2022-11-23T00:56:41.9998540Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T00:56:42.0031563Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp:1: 2022-11-23T00:56:42.0032477Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h:3: 2022-11-23T00:56:42.0033207Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:42.0034096Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:42.0034730Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:42.0035320Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:42.0035814Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.0036130Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.0037173Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.0037601Z template friend class std::hash; 2022-11-23T00:56:42.0037866Z  ^ 2022-11-23T00:56:42.0038275Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.0038567Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.0038771Z  ^ 2022-11-23T00:56:42.0039158Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.0039624Z template friend class std::hash; 2022-11-23T00:56:42.0039879Z  ^~~~~ 2022-11-23T00:56:42.0040119Z  struct 2022-11-23T00:56:42.0040340Z 1 warning generated. 2022-11-23T00:56:42.0093960Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T00:56:42.0214104Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T00:56:42.2626125Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.cpp:2: 2022-11-23T00:56:42.2626927Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.h:3: 2022-11-23T00:56:42.2627474Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.2628115Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.2629578Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.2630308Z template friend class std::hash; 2022-11-23T00:56:42.2630794Z  ^ 2022-11-23T00:56:42.2631539Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.2632061Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.2632454Z  ^ 2022-11-23T00:56:42.2633149Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.2633749Z template friend class std::hash; 2022-11-23T00:56:42.2634237Z  ^~~~~ 2022-11-23T00:56:42.2634655Z  struct 2022-11-23T00:56:42.2635070Z 1 warning generated. 2022-11-23T00:56:42.2691805Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.cpp:1: 2022-11-23T00:56:42.2692502Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.h:3: 2022-11-23T00:56:42.2693092Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.2693677Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.2694865Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.2695594Z template friend class std::hash; 2022-11-23T00:56:42.2696057Z  ^ 2022-11-23T00:56:42.2696836Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.2697376Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.2697758Z  ^ 2022-11-23T00:56:42.2698470Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.2699064Z template friend class std::hash; 2022-11-23T00:56:42.2699699Z  ^~~~~ 2022-11-23T00:56:42.2700122Z  struct 2022-11-23T00:56:42.2700511Z 1 warning generated. 2022-11-23T00:56:42.2704640Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T00:56:42.2749158Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T00:56:42.2869587Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp:1: 2022-11-23T00:56:42.2870442Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h:3: 2022-11-23T00:56:42.2871098Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.2871768Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.2873204Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.2873838Z template friend class std::hash; 2022-11-23T00:56:42.2874259Z  ^ 2022-11-23T00:56:42.2874910Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.2875545Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.2876455Z  ^ 2022-11-23T00:56:42.2877095Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.2877607Z template friend class std::hash; 2022-11-23T00:56:42.2879518Z  ^~~~~ 2022-11-23T00:56:42.2880213Z  struct 2022-11-23T00:56:42.2880786Z 1 warning generated. 2022-11-23T00:56:42.2925181Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T00:56:42.4063041Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1: 2022-11-23T00:56:42.4063817Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.h:3: 2022-11-23T00:56:42.4064443Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.4065055Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.4066298Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.4067048Z template friend class std::hash; 2022-11-23T00:56:42.4067525Z  ^ 2022-11-23T00:56:42.4068324Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.4068868Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.4069261Z  ^ 2022-11-23T00:56:42.4069989Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.4070582Z template friend class std::hash; 2022-11-23T00:56:42.4071063Z  ^~~~~ 2022-11-23T00:56:42.4071495Z  struct 2022-11-23T00:56:42.4071881Z 1 warning generated. 2022-11-23T00:56:42.4117442Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T00:56:42.4364044Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp:1: 2022-11-23T00:56:42.4364836Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.h:3: 2022-11-23T00:56:42.4365502Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.4366071Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.4367441Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.4368563Z template friend class std::hash; 2022-11-23T00:56:42.4369463Z  ^ 2022-11-23T00:56:42.4376746Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.4377302Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.4377700Z  ^ 2022-11-23T00:56:42.4378415Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.4379010Z template friend class std::hash; 2022-11-23T00:56:42.4379470Z  ^~~~~ 2022-11-23T00:56:42.4379906Z  struct 2022-11-23T00:56:42.4380309Z 1 warning generated. 2022-11-23T00:56:42.4434271Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T00:56:42.7632228Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp:1: 2022-11-23T00:56:42.7633026Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:56:42.7633655Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.7634259Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.7635467Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.7636225Z template friend class std::hash; 2022-11-23T00:56:42.7636712Z  ^ 2022-11-23T00:56:42.7637470Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.7638012Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.7638411Z  ^ 2022-11-23T00:56:42.7639143Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.7639724Z template friend class std::hash; 2022-11-23T00:56:42.7640204Z  ^~~~~ 2022-11-23T00:56:42.7640643Z  struct 2022-11-23T00:56:42.7641031Z 1 warning generated. 2022-11-23T00:56:42.7684596Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T00:56:42.7840160Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp:2: 2022-11-23T00:56:42.7840960Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:56:42.7841513Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.7842132Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.7843134Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.7843548Z template friend class std::hash; 2022-11-23T00:56:42.7844182Z  ^ 2022-11-23T00:56:42.7844596Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.7845060Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.7845273Z  ^ 2022-11-23T00:56:42.7845663Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.7845985Z template friend class std::hash; 2022-11-23T00:56:42.7846249Z  ^~~~~ 2022-11-23T00:56:42.7846479Z  struct 2022-11-23T00:56:42.7846703Z 1 warning generated. 2022-11-23T00:56:42.7911709Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T00:56:42.8135113Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.cpp:1: 2022-11-23T00:56:42.8135830Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/module_python.h:4: 2022-11-23T00:56:42.8136549Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:42.8137148Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:42.8137908Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:42.8139381Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:42.8139993Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.8140589Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.8142621Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.8143371Z template friend class std::hash; 2022-11-23T00:56:42.8143851Z  ^ 2022-11-23T00:56:42.8144609Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.8145997Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.8146407Z  ^ 2022-11-23T00:56:42.8147132Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.8148450Z template friend class std::hash; 2022-11-23T00:56:42.8149266Z  ^~~~~ 2022-11-23T00:56:42.8149835Z  struct 2022-11-23T00:56:42.8150523Z 1 warning generated. 2022-11-23T00:56:42.8200695Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T00:56:42.9503413Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.cpp:2: 2022-11-23T00:56:42.9504184Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.h:6: 2022-11-23T00:56:42.9504824Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h:12: 2022-11-23T00:56:42.9505665Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:42.9506267Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:42.9506851Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:42.9507397Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:42.9508013Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:42.9508571Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:42.9509138Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:42.9510592Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:42.9511356Z template friend class std::hash; 2022-11-23T00:56:42.9511819Z  ^ 2022-11-23T00:56:42.9512572Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:42.9513079Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:42.9513465Z  ^ 2022-11-23T00:56:42.9514205Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:42.9514783Z template friend class std::hash; 2022-11-23T00:56:42.9515255Z  ^~~~~ 2022-11-23T00:56:42.9515679Z  struct 2022-11-23T00:56:42.9516077Z 1 warning generated. 2022-11-23T00:56:42.9569721Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T00:56:43.0912566Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.cpp:4: 2022-11-23T00:56:43.0913250Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:43.0915472Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:43.0918409Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:43.0921293Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:43.0924379Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:43.0927202Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.0930127Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.0933657Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.0936735Z template friend class std::hash; 2022-11-23T00:56:43.0939504Z  ^ 2022-11-23T00:56:43.0942594Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.0945438Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.0948180Z  ^ 2022-11-23T00:56:43.0951186Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.0954072Z template friend class std::hash; 2022-11-23T00:56:43.0957131Z  ^~~~~ 2022-11-23T00:56:43.0959861Z  struct 2022-11-23T00:56:43.0962512Z 1 warning generated. 2022-11-23T00:56:43.0987439Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T00:56:43.1579608Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.cpp:1: 2022-11-23T00:56:43.1580342Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.h:3: 2022-11-23T00:56:43.1582180Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:43.1583026Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:43.1583767Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:43.1584329Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:43.1585895Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:43.1586722Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.1587471Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.1588954Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.1589694Z template friend class std::hash; 2022-11-23T00:56:43.1590152Z  ^ 2022-11-23T00:56:43.1590889Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.1591421Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.1591804Z  ^ 2022-11-23T00:56:43.1593872Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.1594643Z template friend class std::hash; 2022-11-23T00:56:43.1595869Z  ^~~~~ 2022-11-23T00:56:43.1596307Z  struct 2022-11-23T00:56:43.1598468Z 1 warning generated. 2022-11-23T00:56:43.1651092Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T00:56:43.3974309Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.cpp:1: 2022-11-23T00:56:43.3975027Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h:3: 2022-11-23T00:56:43.3975613Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.3976219Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.3977434Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.3978191Z template friend class std::hash; 2022-11-23T00:56:43.3978661Z  ^ 2022-11-23T00:56:43.3979403Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.3979912Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.3980300Z  ^ 2022-11-23T00:56:43.3981009Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.3981567Z template friend class std::hash; 2022-11-23T00:56:43.3982044Z  ^~~~~ 2022-11-23T00:56:43.3982473Z  struct 2022-11-23T00:56:43.3982859Z 1 warning generated. 2022-11-23T00:56:43.4043435Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T00:56:43.4340371Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_interpreter.cpp:8: 2022-11-23T00:56:43.4341254Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.4341965Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.4343197Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.4343938Z template friend class std::hash; 2022-11-23T00:56:43.4344400Z  ^ 2022-11-23T00:56:43.4345395Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.4345943Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.4346338Z  ^ 2022-11-23T00:56:43.4347316Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.4348022Z template friend class std::hash; 2022-11-23T00:56:43.4348525Z  ^~~~~ 2022-11-23T00:56:43.4348941Z  struct 2022-11-23T00:56:43.4349349Z 1 warning generated. 2022-11-23T00:56:43.4420965Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T00:56:43.6651175Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.cpp:5: 2022-11-23T00:56:43.6651819Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:43.6652156Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:43.6653762Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:43.6654075Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:43.6654448Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:43.6654750Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.6655171Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.6656254Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.6656872Z template friend class std::hash; 2022-11-23T00:56:43.6657264Z  ^ 2022-11-23T00:56:43.6657959Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.6658422Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.6658785Z  ^ 2022-11-23T00:56:43.6659440Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.6659960Z template friend class std::hash; 2022-11-23T00:56:43.6660404Z  ^~~~~ 2022-11-23T00:56:43.6660797Z  struct 2022-11-23T00:56:43.6661173Z 1 warning generated. 2022-11-23T00:56:43.6720763Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T00:56:43.6738153Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.cpp:4: 2022-11-23T00:56:43.6738862Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h:3: 2022-11-23T00:56:43.6739467Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.6739988Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.6740936Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.6741539Z template friend class std::hash; 2022-11-23T00:56:43.6741972Z  ^ 2022-11-23T00:56:43.6742602Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.6743055Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.6743389Z  ^ 2022-11-23T00:56:43.6744088Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.6744412Z template friend class std::hash; 2022-11-23T00:56:43.6744682Z  ^~~~~ 2022-11-23T00:56:43.6744920Z  struct 2022-11-23T00:56:43.6745148Z 1 warning generated. 2022-11-23T00:56:43.6806890Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T00:56:43.6941082Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T00:56:43.8906206Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.cpp:3: 2022-11-23T00:56:43.8906859Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:43.8907435Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:43.8909406Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:43.8910193Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.8910763Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.8911959Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.8912723Z template friend class std::hash; 2022-11-23T00:56:43.8913187Z  ^ 2022-11-23T00:56:43.8913906Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.8914436Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.8914838Z  ^ 2022-11-23T00:56:43.8915534Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.8916117Z template friend class std::hash; 2022-11-23T00:56:43.8916585Z  ^~~~~ 2022-11-23T00:56:43.8917015Z  struct 2022-11-23T00:56:43.8917391Z 1 warning generated. 2022-11-23T00:56:43.8980562Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T00:56:43.9011653Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.cpp:1: 2022-11-23T00:56:43.9012370Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.h:4: 2022-11-23T00:56:43.9012993Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:43.9013606Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:43.9014207Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:43.9014804Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:43.9015380Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:43.9015967Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:43.9017137Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:43.9017886Z template friend class std::hash; 2022-11-23T00:56:43.9018345Z  ^ 2022-11-23T00:56:43.9019282Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:43.9019823Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:43.9020210Z  ^ 2022-11-23T00:56:43.9020930Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:43.9021521Z template friend class std::hash; 2022-11-23T00:56:43.9021983Z  ^~~~~ 2022-11-23T00:56:43.9022396Z  struct 2022-11-23T00:56:43.9022741Z 1 warning generated. 2022-11-23T00:56:43.9089292Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T00:56:44.0076223Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T00:56:44.1155373Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.cpp:1: 2022-11-23T00:56:44.1156173Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.h:3: 2022-11-23T00:56:44.1156990Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:44.1157292Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:44.1157652Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:44.1157981Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:44.1158279Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:44.1158647Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:44.1159474Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:44.1160116Z template friend class std::hash; 2022-11-23T00:56:44.1160513Z  ^ 2022-11-23T00:56:44.1160992Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:44.1161283Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:44.1161501Z  ^ 2022-11-23T00:56:44.1161928Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:44.1162244Z template friend class std::hash; 2022-11-23T00:56:44.1162560Z  ^~~~~ 2022-11-23T00:56:44.1162785Z  struct 2022-11-23T00:56:44.1163005Z 1 warning generated. 2022-11-23T00:56:44.1212121Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T00:56:44.3885378Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T00:56:44.3993239Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2022-11-23T00:56:44.3993906Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:44.3994482Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:44.3995058Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:44.3995605Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:44.3996194Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:44.3996743Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:44.3997335Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:44.3998714Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:44.3999451Z template friend class std::hash; 2022-11-23T00:56:44.3999934Z  ^ 2022-11-23T00:56:44.4000654Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:44.4001165Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:44.4001569Z  ^ 2022-11-23T00:56:44.4002286Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:44.4002858Z template friend class std::hash; 2022-11-23T00:56:44.4003331Z  ^~~~~ 2022-11-23T00:56:44.4003958Z  struct 2022-11-23T00:56:44.4004294Z 1 warning generated. 2022-11-23T00:56:44.4004919Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.cpp:1: 2022-11-23T00:56:44.4005545Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.h:1: 2022-11-23T00:56:44.4006214Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:44.4006804Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:44.4007390Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:44.4007948Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:44.4008524Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:44.4009112Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:44.4009715Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:44.4010819Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:44.4011524Z template friend class std::hash; 2022-11-23T00:56:44.4011996Z  ^ 2022-11-23T00:56:44.4012748Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:44.4013262Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:44.4013652Z  ^ 2022-11-23T00:56:44.4014376Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:44.4014974Z template friend class std::hash; 2022-11-23T00:56:44.4015445Z  ^~~~~ 2022-11-23T00:56:44.4015880Z  struct 2022-11-23T00:56:44.4016276Z 1 warning generated. 2022-11-23T00:56:44.4066163Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T00:56:44.4103845Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T00:56:44.4262829Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T00:56:44.7907794Z In file included from /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.cpp:7: 2022-11-23T00:56:44.7908490Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:44.7909125Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:44.7910152Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:44.7910739Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:44.7911361Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:44.7911979Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:44.7912538Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:44.7913736Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:44.7914466Z template friend class std::hash; 2022-11-23T00:56:44.7914943Z  ^ 2022-11-23T00:56:44.7915670Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:44.7916209Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:44.7916726Z  ^ 2022-11-23T00:56:44.7917414Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:44.7918005Z template friend class std::hash; 2022-11-23T00:56:44.7918490Z  ^~~~~ 2022-11-23T00:56:44.7918908Z  struct 2022-11-23T00:56:44.7919289Z 1 warning generated. 2022-11-23T00:56:44.7988064Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T00:56:44.8580293Z In file included from /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp:7: 2022-11-23T00:56:44.8580935Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h:3: 2022-11-23T00:56:44.8581356Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:44.8581769Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:44.8582691Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:44.8583279Z template friend class std::hash; 2022-11-23T00:56:44.8583675Z  ^ 2022-11-23T00:56:44.8584335Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:44.8584793Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:44.8585133Z  ^ 2022-11-23T00:56:44.8585717Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:44.8586109Z template friend class std::hash; 2022-11-23T00:56:44.8586367Z  ^~~~~ 2022-11-23T00:56:44.8586612Z  struct 2022-11-23T00:56:44.8586834Z 1 warning generated. 2022-11-23T00:56:44.8651002Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T00:56:44.9412635Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T00:56:45.0468912Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T00:56:45.0981678Z In file included from /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.cpp:1: 2022-11-23T00:56:45.0983107Z In file included from /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h:5: 2022-11-23T00:56:45.0983838Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:45.0984805Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:45.0985377Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:45.0985985Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:45.0987507Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:45.0988101Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:45.0989055Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:45.0989796Z template friend class std::hash; 2022-11-23T00:56:45.0990202Z  ^ 2022-11-23T00:56:45.0990802Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:45.0991259Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:45.0991734Z  ^ 2022-11-23T00:56:45.0992295Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:45.0992814Z template friend class std::hash; 2022-11-23T00:56:45.0993205Z  ^~~~~ 2022-11-23T00:56:45.0993628Z  struct 2022-11-23T00:56:45.0993983Z 1 warning generated. 2022-11-23T00:56:45.1038142Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T00:56:45.2330927Z In file included from /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp:3: 2022-11-23T00:56:45.2332035Z In file included from /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h:5: 2022-11-23T00:56:45.2333156Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:45.2333764Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:45.2334355Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:45.2334961Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:45.2335686Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:45.2336497Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:45.2338876Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:45.2339642Z template friend class std::hash; 2022-11-23T00:56:45.2340132Z  ^ 2022-11-23T00:56:45.2340907Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:45.2341449Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:45.2341848Z  ^ 2022-11-23T00:56:45.2342553Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:45.2343111Z template friend class std::hash; 2022-11-23T00:56:45.2343580Z  ^~~~~ 2022-11-23T00:56:45.2343995Z  struct 2022-11-23T00:56:45.2344403Z 1 warning generated. 2022-11-23T00:56:45.2376408Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T00:56:45.2406794Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T00:56:45.2715313Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T00:56:45.2932323Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T00:56:45.4446770Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T00:56:45.7505665Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T00:56:45.7566662Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T00:56:45.8016794Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T00:56:45.8027286Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T00:56:45.8572903Z In file included from /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp:8: 2022-11-23T00:56:45.8573565Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h:3: 2022-11-23T00:56:45.8574363Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:45.8575002Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:45.8575658Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:45.8576343Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:45.8577044Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:45.8577759Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:45.8578431Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:45.8579657Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:45.8580433Z template friend class std::hash; 2022-11-23T00:56:45.8580920Z  ^ 2022-11-23T00:56:45.8581680Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:45.8582181Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:45.8582572Z  ^ 2022-11-23T00:56:45.8583267Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:45.8583817Z template friend class std::hash; 2022-11-23T00:56:45.8584276Z  ^~~~~ 2022-11-23T00:56:45.8584727Z  struct 2022-11-23T00:56:45.8585116Z 1 warning generated. 2022-11-23T00:56:45.8649883Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T00:56:46.0577961Z In file included from /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.cpp:7: 2022-11-23T00:56:46.0578778Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/PythonOpRegistrationTrampoline.h:1: 2022-11-23T00:56:46.0580085Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:46.0580852Z template friend class std::hash; 2022-11-23T00:56:46.0581303Z  ^ 2022-11-23T00:56:46.0582051Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:46.0582982Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:46.0583406Z  ^ 2022-11-23T00:56:46.0584116Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:46.0584712Z template friend class std::hash; 2022-11-23T00:56:46.0585195Z  ^~~~~ 2022-11-23T00:56:46.0585609Z  struct 2022-11-23T00:56:46.0586389Z 1 warning generated. 2022-11-23T00:56:46.0636184Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T00:56:46.1377975Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T00:56:46.1636373Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T00:56:46.2948021Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T00:56:46.3229698Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T00:56:46.3806361Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T00:56:46.6432310Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T00:56:46.6761463Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T00:56:46.7103699Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T00:56:46.7803376Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T00:56:46.8190957Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T00:56:46.8817067Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T00:56:47.0284495Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.cpp:6: 2022-11-23T00:56:47.0285236Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h:7: 2022-11-23T00:56:47.0291550Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h:5: 2022-11-23T00:56:47.0292018Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h:4: 2022-11-23T00:56:47.0292364Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h:7: 2022-11-23T00:56:47.0292769Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h:5: 2022-11-23T00:56:47.0293093Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:47.0293478Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:47.0294244Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:47.0294656Z template friend class std::hash; 2022-11-23T00:56:47.0294956Z  ^ 2022-11-23T00:56:47.0295373Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:47.0295717Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:47.0295924Z  ^ 2022-11-23T00:56:47.0296335Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:47.0296678Z template friend class std::hash; 2022-11-23T00:56:47.0297234Z  ^~~~~ 2022-11-23T00:56:47.0297605Z  struct 2022-11-23T00:56:47.0297974Z 1 warning generated. 2022-11-23T00:56:47.0341551Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T00:56:47.2751786Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T00:56:47.2754467Z In file included from /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.cpp:3: 2022-11-23T00:56:47.2755562Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/FunctionalTensorWrapper.h:10: 2022-11-23T00:56:47.2756791Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:47.2757505Z template friend class std::hash; 2022-11-23T00:56:47.2757997Z  ^ 2022-11-23T00:56:47.2759614Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:47.2760594Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:47.2761285Z  ^ 2022-11-23T00:56:47.2762035Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:47.2762627Z template friend class std::hash; 2022-11-23T00:56:47.2763106Z  ^~~~~ 2022-11-23T00:56:47.2763527Z  struct 2022-11-23T00:56:47.2764052Z 1 warning generated. 2022-11-23T00:56:47.2821099Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T00:56:47.4277837Z In file included from /var/lib/jenkins/workspace/torch/csrc/init_flatbuffer_module.cpp:15: 2022-11-23T00:56:47.4278486Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h:13: 2022-11-23T00:56:47.4279098Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:56:47.4279727Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:56:47.4284375Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:56:47.4285062Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:47.4285631Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:47.4286219Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:47.4287443Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:47.4288184Z template friend class std::hash; 2022-11-23T00:56:47.4288658Z  ^ 2022-11-23T00:56:47.4289373Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:47.4289909Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:47.4290305Z  ^ 2022-11-23T00:56:47.4290989Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:47.4291560Z template friend class std::hash; 2022-11-23T00:56:47.4292023Z  ^~~~~ 2022-11-23T00:56:47.4292428Z  struct 2022-11-23T00:56:47.4292817Z 1 warning generated. 2022-11-23T00:56:47.4339724Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T00:56:47.4432685Z In file included from /var/lib/jenkins/workspace/test/cpp/jit/torch_python_test.cpp:4: 2022-11-23T00:56:47.4433352Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:47.4433933Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:47.4434516Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:47.4435265Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:47.4435840Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:47.4436425Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:47.4437567Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:47.4438324Z template friend class std::hash; 2022-11-23T00:56:47.4438971Z  ^ 2022-11-23T00:56:47.4439722Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:47.4440256Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:47.4440631Z  ^ 2022-11-23T00:56:47.4441330Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:47.4441897Z template friend class std::hash; 2022-11-23T00:56:47.4442374Z  ^~~~~ 2022-11-23T00:56:47.4442784Z  struct 2022-11-23T00:56:47.4443183Z 1 warning generated. 2022-11-23T00:56:47.4524960Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T00:56:47.5153693Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/init.cpp:13: 2022-11-23T00:56:47.5154430Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PyProcessGroup.hpp:5: 2022-11-23T00:56:47.5155102Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:16: 2022-11-23T00:56:47.5155718Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:47.5157325Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:47.5157919Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:47.5158603Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:47.5159172Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:47.5159764Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:47.5160992Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:47.5161740Z template friend class std::hash; 2022-11-23T00:56:47.5162211Z  ^ 2022-11-23T00:56:47.5162943Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:47.5163443Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:47.5164002Z  ^ 2022-11-23T00:56:47.5164725Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:47.5165302Z template friend class std::hash; 2022-11-23T00:56:47.5165999Z  ^~~~~ 2022-11-23T00:56:47.5166438Z  struct 2022-11-23T00:56:47.5166831Z 1 warning generated. 2022-11-23T00:56:47.5208358Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T00:56:47.7051546Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.cpp:4: 2022-11-23T00:56:47.7053245Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp:23: 2022-11-23T00:56:47.7054150Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:56:47.7055030Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:56:47.7055931Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:56:47.7056729Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:47.7057464Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:47.7058741Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:47.7059445Z template friend class std::hash; 2022-11-23T00:56:47.7059882Z  ^ 2022-11-23T00:56:47.7060560Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:47.7061733Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:47.7062104Z  ^ 2022-11-23T00:56:47.7064622Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:47.7065423Z template friend class std::hash; 2022-11-23T00:56:47.7066288Z  ^~~~~ 2022-11-23T00:56:47.7066752Z  struct 2022-11-23T00:56:47.7067294Z 1 warning generated. 2022-11-23T00:56:47.7109178Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T00:56:47.9735916Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/init.cpp:2: 2022-11-23T00:56:47.9736650Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h:3: 2022-11-23T00:56:47.9738709Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:56:47.9739389Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:56:47.9741243Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:56:47.9742122Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:56:47.9743046Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:47.9743663Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:47.9744812Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:47.9745541Z template friend class std::hash; 2022-11-23T00:56:47.9746004Z  ^ 2022-11-23T00:56:47.9746735Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:47.9747238Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:47.9747971Z  ^ 2022-11-23T00:56:47.9748733Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:47.9749315Z template friend class std::hash; 2022-11-23T00:56:47.9749767Z  ^~~~~ 2022-11-23T00:56:47.9750166Z  struct 2022-11-23T00:56:47.9750528Z 1 warning generated. 2022-11-23T00:56:47.9819046Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T00:56:48.1018898Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.cpp:1: 2022-11-23T00:56:48.1019582Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.h:3: 2022-11-23T00:56:48.1020176Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.1020808Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.1022237Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.1022925Z template friend class std::hash; 2022-11-23T00:56:48.1023363Z  ^ 2022-11-23T00:56:48.1024072Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.1024588Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.1024968Z  ^ 2022-11-23T00:56:48.1025636Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.1026369Z template friend class std::hash; 2022-11-23T00:56:48.1026830Z  ^~~~~ 2022-11-23T00:56:48.1027223Z  struct 2022-11-23T00:56:48.1027665Z 1 warning generated. 2022-11-23T00:56:48.1093435Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T00:56:48.1450609Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/init.cpp:5: 2022-11-23T00:56:48.1451280Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h:3: 2022-11-23T00:56:48.1451917Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h:7: 2022-11-23T00:56:48.1452533Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.1453132Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.1454347Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.1455092Z template friend class std::hash; 2022-11-23T00:56:48.1455556Z  ^ 2022-11-23T00:56:48.1456282Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.1456806Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.1457196Z  ^ 2022-11-23T00:56:48.1457905Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.1458501Z template friend class std::hash; 2022-11-23T00:56:48.1458976Z  ^~~~~ 2022-11-23T00:56:48.1459400Z  struct 2022-11-23T00:56:48.1460014Z 1 warning generated. 2022-11-23T00:56:48.1516410Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T00:56:48.2621165Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.cpp:1: 2022-11-23T00:56:48.2621844Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h:3: 2022-11-23T00:56:48.2622457Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h:7: 2022-11-23T00:56:48.2623112Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.2624911Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.2626141Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.2626888Z template friend class std::hash; 2022-11-23T00:56:48.2627552Z  ^ 2022-11-23T00:56:48.2628402Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.2628914Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.2629319Z  ^ 2022-11-23T00:56:48.2630039Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.2630639Z template friend class std::hash; 2022-11-23T00:56:48.2631098Z  ^~~~~ 2022-11-23T00:56:48.2631530Z  struct 2022-11-23T00:56:48.2631934Z 1 warning generated. 2022-11-23T00:56:48.2701483Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T00:56:48.2788374Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.cpp:3: 2022-11-23T00:56:48.2792399Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:56:48.2793141Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:56:48.2793868Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:56:48.2794554Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:56:48.2795189Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.2795809Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.2796981Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.2797698Z template friend class std::hash; 2022-11-23T00:56:48.2798171Z  ^ 2022-11-23T00:56:48.2798927Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.2799468Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.2799866Z  ^ 2022-11-23T00:56:48.2800573Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.2801172Z template friend class std::hash; 2022-11-23T00:56:48.2801654Z  ^~~~~ 2022-11-23T00:56:48.2802071Z  struct 2022-11-23T00:56:48.2802426Z 1 warning generated. 2022-11-23T00:56:48.3680745Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.cpp:1: 2022-11-23T00:56:48.3681507Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h:3: 2022-11-23T00:56:48.3682150Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.3682797Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.3684204Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.3684949Z template friend class std::hash; 2022-11-23T00:56:48.3685419Z  ^ 2022-11-23T00:56:48.3686181Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.3686708Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.3687225Z  ^ 2022-11-23T00:56:48.3687948Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.3688543Z template friend class std::hash; 2022-11-23T00:56:48.3689026Z  ^~~~~ 2022-11-23T00:56:48.3689433Z  struct 2022-11-23T00:56:48.3689840Z 1 warning generated. 2022-11-23T00:56:48.5346439Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/init.cpp:3: 2022-11-23T00:56:48.5347167Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h:3: 2022-11-23T00:56:48.5347901Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.5348568Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.5349804Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.5350560Z template friend class std::hash; 2022-11-23T00:56:48.5351014Z  ^ 2022-11-23T00:56:48.5351769Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.5352307Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.5352686Z  ^ 2022-11-23T00:56:48.5353395Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.5353990Z template friend class std::hash; 2022-11-23T00:56:48.5354485Z  ^~~~~ 2022-11-23T00:56:48.5354909Z  struct 2022-11-23T00:56:48.5355311Z 1 warning generated. 2022-11-23T00:56:48.6470574Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp:1: 2022-11-23T00:56:48.6471332Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.h:3: 2022-11-23T00:56:48.6472047Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:56:48.6472727Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.6473305Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.6474697Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.6475456Z template friend class std::hash; 2022-11-23T00:56:48.6475955Z  ^ 2022-11-23T00:56:48.6476702Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.6477217Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.6477612Z  ^ 2022-11-23T00:56:48.6478329Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.6478894Z template friend class std::hash; 2022-11-23T00:56:48.6479381Z  ^~~~~ 2022-11-23T00:56:48.6479789Z  struct 2022-11-23T00:56:48.6480196Z 1 warning generated. 2022-11-23T00:56:48.7556418Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.cpp:1: 2022-11-23T00:56:48.7557165Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.h:3: 2022-11-23T00:56:48.7558035Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h:3: 2022-11-23T00:56:48.7558454Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.7558779Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.7559469Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.7559875Z template friend class std::hash; 2022-11-23T00:56:48.7560122Z  ^ 2022-11-23T00:56:48.7560540Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.7560836Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.7561053Z  ^ 2022-11-23T00:56:48.7561426Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.7561742Z template friend class std::hash; 2022-11-23T00:56:48.7562003Z  ^~~~~ 2022-11-23T00:56:48.7562230Z  struct 2022-11-23T00:56:48.7562451Z 1 warning generated. 2022-11-23T00:56:48.8883479Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_distributed_ops.cpp:3: 2022-11-23T00:56:48.8884328Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h:3: 2022-11-23T00:56:48.8884685Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h:6: 2022-11-23T00:56:48.8885084Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h:8: 2022-11-23T00:56:48.8885476Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h:6: 2022-11-23T00:56:48.8885840Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h:3: 2022-11-23T00:56:48.8886162Z In file included from /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h:3: 2022-11-23T00:56:48.8886497Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:48.8887142Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:48.8887531Z template friend class std::hash; 2022-11-23T00:56:48.8887789Z  ^ 2022-11-23T00:56:48.8888379Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:48.8888684Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:48.8888895Z  ^ 2022-11-23T00:56:48.8889280Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:48.8889598Z template friend class std::hash; 2022-11-23T00:56:48.8889848Z  ^~~~~ 2022-11-23T00:56:48.8890089Z  struct 2022-11-23T00:56:48.8890314Z 1 warning generated. 2022-11-23T00:56:48.8943600Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T00:56:50.4927521Z [100%] Built target torch_python 2022-11-23T00:56:50.5038755Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T00:56:50.5039776Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T00:56:50.5040747Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T00:56:50.5041214Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T00:56:51.0632328Z In file included from /var/lib/jenkins/workspace/functorch/csrc/init_dim_only.cpp:7: 2022-11-23T00:56:51.0632925Z In file included from /var/lib/jenkins/workspace/torch/extension.h:4: 2022-11-23T00:56:51.0633461Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h:9: 2022-11-23T00:56:51.0634074Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h:3: 2022-11-23T00:56:51.0634634Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h:3: 2022-11-23T00:56:51.0635259Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h:4: 2022-11-23T00:56:51.0635900Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h:3: 2022-11-23T00:56:51.0636578Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h:4: 2022-11-23T00:56:51.0637207Z In file included from /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h:12: 2022-11-23T00:56:51.0638300Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:51.0638714Z template friend class std::hash; 2022-11-23T00:56:51.0639073Z  ^ 2022-11-23T00:56:51.0640487Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:51.0640790Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:51.0641004Z  ^ 2022-11-23T00:56:51.0641454Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:51.0641774Z template friend class std::hash; 2022-11-23T00:56:51.0642124Z  ^~~~~ 2022-11-23T00:56:51.0642450Z  struct 2022-11-23T00:56:51.0642824Z 1 warning generated. 2022-11-23T00:56:51.0643403Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp:3: 2022-11-23T00:56:51.0643895Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h:3: 2022-11-23T00:56:51.0644246Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h:3: 2022-11-23T00:56:51.0644736Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h:4: 2022-11-23T00:56:51.0645087Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h:6: 2022-11-23T00:56:51.0645383Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h:7: 2022-11-23T00:56:51.0645701Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:51.0646013Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:51.0646345Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:51.0647036Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:51.0647427Z template friend class std::hash; 2022-11-23T00:56:51.0647681Z  ^ 2022-11-23T00:56:51.0648074Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:51.0648435Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:51.0648649Z  ^ 2022-11-23T00:56:51.0649032Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:51.0649336Z template friend class std::hash; 2022-11-23T00:56:51.0649592Z  ^~~~~ 2022-11-23T00:56:51.0649831Z  struct 2022-11-23T00:56:51.0650038Z 1 warning generated. 2022-11-23T00:56:51.0667543Z In file included from /var/lib/jenkins/workspace/functorch/csrc/dim/dim.cpp:18: 2022-11-23T00:56:51.0668006Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.h:16: 2022-11-23T00:56:51.0668429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/functorch/Interpreter.h:4: 2022-11-23T00:56:51.0669122Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:51.0669553Z template friend class std::hash; 2022-11-23T00:56:51.0669812Z  ^ 2022-11-23T00:56:51.0670277Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:51.0670573Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:51.0670853Z  ^ 2022-11-23T00:56:51.0671239Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:51.0671609Z template friend class std::hash; 2022-11-23T00:56:51.0671874Z  ^~~~~ 2022-11-23T00:56:51.0672118Z  struct 2022-11-23T00:56:51.0672393Z 1 warning generated. 2022-11-23T00:56:51.0716553Z [100%] Linking CXX shared module functorch.so 2022-11-23T00:56:51.0772408Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp:6: 2022-11-23T00:56:51.0772965Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h:2: 2022-11-23T00:56:51.0773576Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h:3: 2022-11-23T00:56:51.0774169Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h:4: 2022-11-23T00:56:51.0774778Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h:4: 2022-11-23T00:56:51.0775254Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h:4: 2022-11-23T00:56:51.0775697Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7: 2022-11-23T00:56:51.0776020Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6: 2022-11-23T00:56:51.0776667Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: warning: class template 'hash' was previously declared as a struct template [-Wmismatched-tags] 2022-11-23T00:56:51.0777068Z template friend class std::hash; 2022-11-23T00:56:51.0777313Z  ^ 2022-11-23T00:56:51.0777720Z /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/functional_hash.h:101:12: note: previous use is here 2022-11-23T00:56:51.0778011Z struct hash : __hash_enum<_Tp> 2022-11-23T00:56:51.0778215Z  ^ 2022-11-23T00:56:51.0778599Z /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:339:32: note: did you mean struct here? 2022-11-23T00:56:51.0778919Z template friend class std::hash; 2022-11-23T00:56:51.0779167Z  ^~~~~ 2022-11-23T00:56:51.0779466Z  struct 2022-11-23T00:56:51.0779686Z 1 warning generated. 2022-11-23T00:56:51.0819834Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T00:56:51.4540156Z [100%] Built target functorch 2022-11-23T00:56:51.4762379Z [100%] Built target nnapi_backend 2022-11-23T00:56:51.4971393Z Install the project... 2022-11-23T00:56:51.5011626Z -- Install configuration: "Release" 2022-11-23T00:56:51.5378388Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T00:56:51.6326920Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T00:56:51.6536652Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T00:56:51.6554136Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T00:56:51.6572685Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T00:56:51.6591983Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T00:56:51.6610068Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T00:56:51.6628382Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T00:56:51.6647037Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T00:56:51.6666088Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T00:56:51.6685077Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T00:56:51.6703061Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T00:56:51.6721267Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T00:56:51.6750107Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T00:56:51.6768250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T00:56:51.6787192Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T00:56:51.6805703Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T00:56:51.6824573Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T00:56:51.6844483Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T00:56:51.6878780Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T00:56:51.6897037Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T00:56:51.6916066Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T00:56:51.6934232Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T00:56:51.6952524Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T00:56:51.6970631Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T00:56:51.6988839Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T00:56:51.7007622Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T00:56:51.7026409Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T00:56:51.7045175Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T00:56:51.7070918Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T00:56:51.7089318Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T00:56:51.7107318Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T00:56:51.7140976Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T00:56:51.7159521Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T00:56:51.7178241Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T00:56:51.7199976Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T00:56:51.7219745Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T00:56:51.7238578Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T00:56:51.7257927Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T00:56:51.7275775Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T00:56:51.7294912Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T00:56:51.7314481Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T00:56:52.1597699Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1600600Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1605690Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1628553Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1648156Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1670023Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1690615Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1711407Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1732363Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1753291Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1772777Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1795126Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1813992Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1839895Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1859919Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1879133Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1900107Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1919215Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1945183Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1964839Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.1985131Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2005050Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2025181Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2045202Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2065678Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2084966Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2105003Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2124930Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2147513Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2167788Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2187203Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2207091Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2226933Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2247315Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2267393Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2292749Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2312784Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2326480Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2346235Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2367607Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2386575Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2406065Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2420221Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2442851Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2462503Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2481535Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2500095Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2522092Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2548076Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2569840Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2601275Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2628081Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2660330Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2687822Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2708750Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2735342Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2755154Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2774402Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2793695Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2868049Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:52.2887708Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7028119Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7036462Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7043919Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7135092Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7315928Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7332447Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7354412Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7375383Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7395551Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7417183Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7440466Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7652170Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7724116Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7977061Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.7984313Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:56:53.8003086Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib" 2022-11-23T00:56:53.8014400Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib" 2022-11-23T00:56:53.8576247Z running bdist_wheel 2022-11-23T00:56:54.0040152Z running build 2022-11-23T00:56:54.0040371Z running build_py 2022-11-23T00:56:54.0083279Z creating build/lib.linux-x86_64-cpython-37 2022-11-23T00:56:54.0083642Z creating build/lib.linux-x86_64-cpython-37/functorch 2022-11-23T00:56:54.0084191Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch 2022-11-23T00:56:54.0089522Z creating build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0089927Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0091271Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0091843Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0093116Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0094715Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0095750Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0096974Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0097818Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0099335Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0099990Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0101802Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0102324Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0104417Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0105066Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0106778Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0107658Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0109382Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0110229Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0112083Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0112810Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0115345Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0116396Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0121044Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0121868Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0123303Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0124723Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0126307Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0128678Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0130150Z copying torch/library.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0131745Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0134408Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0135257Z copying torch/random.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0136560Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0137857Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0139577Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0141185Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0142513Z copying torch/types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0143723Z copying torch/version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.0147523Z creating build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0148104Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0149043Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0150044Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0150774Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0153176Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0153998Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0155050Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0156339Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0157477Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0158467Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0160508Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0161434Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:56:54.0164726Z creating build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0165281Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0172582Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0173595Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0174690Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0175996Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0177030Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0178244Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0179646Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0181653Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0182197Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0183100Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0184120Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0185057Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0186733Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0188712Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:56:54.0190736Z creating build/lib.linux-x86_64-cpython-37/functorch/compile 2022-11-23T00:56:54.0191560Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/compile 2022-11-23T00:56:54.0198082Z creating build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0198774Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0199796Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0201247Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0202408Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0203625Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0205095Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0207515Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0208758Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0209932Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:56:54.0213150Z creating build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:56:54.0213585Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:56:54.0217713Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:56:54.0218524Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:56:54.0219761Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:56:54.0220976Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:56:54.0222070Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:56:54.0224465Z creating build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:56:54.0224861Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:56:54.0235422Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:56:54.0237146Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:56:54.0239213Z creating build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:56:54.0239617Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:56:54.0240932Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:56:54.0245055Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0245720Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0251623Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0252620Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0254278Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0255376Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0256718Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0258031Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0259565Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0260701Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0261778Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0262801Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0264045Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0265697Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0266746Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0268632Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0269543Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0270834Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0272120Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0273991Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0275141Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0276224Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0277580Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0278705Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0279764Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0281014Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:56:54.0283353Z creating build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:56:54.0284164Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:56:54.0285815Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:56:54.0287395Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:56:54.0291046Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0291610Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0293204Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0294880Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0296321Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0297291Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0298323Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0299479Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0301068Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0302274Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0303401Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0304412Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0306323Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0308528Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0309246Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0310205Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0311849Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0313179Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0314925Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:56:54.0317372Z creating build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0321514Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0332769Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0333787Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0335893Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0336620Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0337286Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0338830Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0340357Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0341632Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0343114Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0344539Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:56:54.0346874Z creating build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:56:54.0347320Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:56:54.0368567Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:56:54.0369673Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:56:54.0370894Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:56:54.0372346Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:56:54.0375145Z creating build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:56:54.0375642Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:56:54.0397745Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:56:54.0399748Z creating build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:56:54.0400712Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:56:54.0427750Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:56:54.0428762Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:56:54.0431443Z creating build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:56:54.0432070Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:56:54.0440767Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:56:54.0441696Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:56:54.0443120Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:56:54.0445992Z creating build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:56:54.0446378Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:56:54.0456817Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:56:54.0458823Z creating build/lib.linux-x86_64-cpython-37/torch/ao 2022-11-23T00:56:54.0459447Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao 2022-11-23T00:56:54.0468376Z creating build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0468824Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0486624Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0488508Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0489171Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0490639Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0491388Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0492478Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0494058Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0495525Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0496526Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0497181Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0498974Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:56:54.0500578Z creating build/lib.linux-x86_64-cpython-37/torch/backends 2022-11-23T00:56:54.0501042Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends 2022-11-23T00:56:54.0511911Z creating build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:56:54.0512610Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:56:54.0514048Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:56:54.0515106Z creating build/lib.linux-x86_64-cpython-37/torch/cpu 2022-11-23T00:56:54.0515517Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu 2022-11-23T00:56:54.0527629Z creating build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0527996Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0550547Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0551281Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0553008Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0553386Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0554874Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0555844Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0556618Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0558034Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0559597Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0560307Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0561307Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0562656Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0563339Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0564946Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0566053Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:56:54.0569611Z creating build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0570040Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0571445Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0572934Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0574136Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0575278Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0577333Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0578519Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0579180Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0580345Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0581442Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0582962Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:56:54.0588706Z creating build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0589468Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0594442Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0596014Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0597090Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0598169Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0599178Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0600010Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0601013Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0602076Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0604653Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0605357Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0606156Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0606949Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0607765Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0608744Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0609553Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0610690Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0611488Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0612603Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0613479Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0614379Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0615430Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0616818Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0617626Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0618729Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0619718Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0620767Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0621827Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0622890Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0624040Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0625139Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0626131Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0627152Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0628296Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0629400Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0630466Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0631480Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0632514Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0633499Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0634464Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0635416Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0636646Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0637523Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0638425Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0640173Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0640622Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:56:54.0642275Z creating build/lib.linux-x86_64-cpython-37/torch/fft 2022-11-23T00:56:54.0642714Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fft 2022-11-23T00:56:54.0653196Z creating build/lib.linux-x86_64-cpython-37/torch/futures 2022-11-23T00:56:54.0653581Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/futures 2022-11-23T00:56:54.0662526Z creating build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0663240Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0664275Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0665237Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0666633Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0667768Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0668688Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0670247Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0672086Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0672949Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0673775Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0675089Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0676062Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0677568Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0678376Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0679354Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:56:54.0683398Z creating build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0683906Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0690567Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0691449Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0692810Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0693684Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0694904Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0695943Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0696776Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0697885Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0698848Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0699843Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0700833Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0701882Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0702920Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0704174Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0705772Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0706912Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0708246Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0709462Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0710683Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0712159Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0713180Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0714300Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0715865Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0716841Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:56:54.0718547Z creating build/lib.linux-x86_64-cpython-37/torch/linalg 2022-11-23T00:56:54.0719310Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/linalg 2022-11-23T00:56:54.0776766Z creating build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:56:54.0777437Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:56:54.0781999Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:56:54.0783367Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:56:54.0785309Z creating build/lib.linux-x86_64-cpython-37/torch/monitor 2022-11-23T00:56:54.0785981Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/monitor 2022-11-23T00:56:54.0793231Z creating build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:56:54.0793665Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:56:54.0798592Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:56:54.0799559Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:56:54.0800497Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:56:54.0801700Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:56:54.0802864Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:56:54.0805110Z creating build/lib.linux-x86_64-cpython-37/torch/nested 2022-11-23T00:56:54.0805552Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nested 2022-11-23T00:56:54.0814748Z creating build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0815121Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0820789Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0821759Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0822897Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0824132Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0827557Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0828486Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0829958Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.0834675Z creating build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0835317Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0836210Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0837519Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0838607Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0840023Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0841125Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0842461Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0843672Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0845210Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0846709Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0848018Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0849243Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0850556Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0852577Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0853991Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0856257Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0857440Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0859018Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0860369Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0861615Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0862829Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0864048Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0865281Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0866721Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0870301Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0871730Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:56:54.0875905Z creating build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0876539Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0881164Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0882323Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0883434Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0884881Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0886023Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0887132Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0888860Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0889525Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0890587Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0892121Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0892950Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0894003Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0895116Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0896204Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0897028Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0898046Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0899014Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.0902349Z creating build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0902725Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0907217Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0908393Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0909417Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0910373Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0911548Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0912602Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0913635Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0914993Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0916105Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0917218Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0918296Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0919392Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0920738Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0922225Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:56:54.0924557Z creating build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0925835Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0932862Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0933880Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0934901Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0936575Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0936977Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0938172Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:56:54.0941102Z creating build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0941579Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0947291Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0948284Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0949693Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0950601Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0951694Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0952862Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0953906Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0954958Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0956117Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0957166Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0958307Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0959388Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0960506Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0961557Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:56:54.0964103Z creating build/lib.linux-x86_64-cpython-37/torch/signal 2022-11-23T00:56:54.0964473Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/signal 2022-11-23T00:56:54.0970628Z creating build/lib.linux-x86_64-cpython-37/torch/sparse 2022-11-23T00:56:54.0971221Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/sparse 2022-11-23T00:56:54.0977464Z creating build/lib.linux-x86_64-cpython-37/torch/special 2022-11-23T00:56:54.0977868Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/special 2022-11-23T00:56:54.0986949Z creating build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:56:54.0987305Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:56:54.0994295Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:56:54.0995827Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:56:54.0996862Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:56:54.1000620Z creating build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1000985Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1007235Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1008308Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1009467Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1010267Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1011601Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1012667Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1013732Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1014643Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1015847Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1016702Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1018283Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1019165Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1020912Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1021636Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1023708Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1024622Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1026294Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1026753Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1028056Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1028891Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1029916Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1030886Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:56:54.1033778Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1034236Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1039187Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1040182Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1041316Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1042164Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1044081Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1046038Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1046732Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1048625Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1049264Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:56:54.1050950Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1051414Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1058398Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1059437Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1060555Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1062066Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1063052Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1063798Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1065127Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1067017Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1067564Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1068672Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1069990Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1071273Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:56:54.1073838Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1074345Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1075529Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1076483Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1078427Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1079666Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1081030Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1082211Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:54.1084927Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1085603Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1090717Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1092700Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1093542Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1094388Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1095324Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1096213Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1097233Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1098341Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:56:54.1100182Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-11-23T00:56:54.1100597Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-11-23T00:56:54.1109878Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-11-23T00:56:54.1110261Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-11-23T00:56:54.1116950Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-11-23T00:56:54.1117612Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-11-23T00:56:54.1124564Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-11-23T00:56:54.1125024Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-11-23T00:56:54.1143923Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-11-23T00:56:54.1144296Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-11-23T00:56:54.1151514Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:56:54.1153161Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:56:54.1153558Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:56:54.1154894Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:56:54.1157051Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:56:54.1157549Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:56:54.1163099Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:56:54.1166449Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1166933Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1175499Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1176231Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1177081Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1178194Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1179681Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1180838Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1181664Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1183660Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1184760Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1185876Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1186911Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1188456Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1189465Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1190722Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1192017Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1193091Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1194082Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:56:54.1196522Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic 2022-11-23T00:56:54.1196935Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic 2022-11-23T00:56:54.1203082Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-11-23T00:56:54.1203494Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-11-23T00:56:54.1209820Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-11-23T00:56:54.1210285Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-11-23T00:56:54.1221525Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:56:54.1221936Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:56:54.1232580Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:56:54.1234734Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-11-23T00:56:54.1235161Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-11-23T00:56:54.1240452Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:56:54.1241077Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:56:54.1246879Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:56:54.1248599Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat 2022-11-23T00:56:54.1249266Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat 2022-11-23T00:56:54.1256491Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized 2022-11-23T00:56:54.1256959Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized 2022-11-23T00:56:54.1263129Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:56:54.1263578Z 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:56:54.1269306Z 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:56:54.1270789Z 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:56:54.1271727Z 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:56:54.1273824Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:56:54.1274300Z 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:56:54.1279426Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:56:54.1279912Z 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:56:54.1285323Z 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:56:54.1286409Z 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:56:54.1287607Z 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:56:54.1289777Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:56:54.1290311Z 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:56:54.1298604Z 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:56:54.1300758Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-11-23T00:56:54.1301258Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-11-23T00:56:54.1306410Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:56:54.1306851Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:56:54.1312563Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:56:54.1313594Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:56:54.1314794Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:56:54.1317616Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:56:54.1318201Z 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:56:54.1322482Z 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:56:54.1324673Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:56:54.1325265Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:56:54.1333409Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:56:54.1334566Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:56:54.1336413Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-11-23T00:56:54.1336935Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-11-23T00:56:54.1343366Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1344054Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1349164Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1350245Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1351148Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1352828Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1353700Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1354831Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1355866Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1357458Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1358498Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1359628Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:56:54.1361566Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-11-23T00:56:54.1362026Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-11-23T00:56:54.1368415Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:56:54.1368898Z 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:56:54.1375959Z 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:56:54.1377022Z 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:56:54.1378322Z 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:56:54.1381097Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:56:54.1381716Z 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:56:54.1386193Z 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:56:54.1387278Z 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:56:54.1388377Z 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:56:54.1389680Z 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:56:54.1390574Z 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:56:54.1392858Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:56:54.1393330Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:56:54.1398397Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:56:54.1399456Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:56:54.1401619Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:56:54.1402108Z 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:56:54.1409054Z 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:56:54.1411806Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1412463Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1413205Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1414340Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1415593Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1416817Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1418116Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1419399Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1420345Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1421420Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1422673Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:56:54.1425055Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental 2022-11-23T00:56:54.1425526Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental 2022-11-23T00:56:54.1427319Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:56:54.1427870Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:56:54.1428921Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:56:54.1429890Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:56:54.1430934Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:56:54.1433104Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:56:54.1433854Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:56:54.1434748Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:56:54.1435873Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:56:54.1436941Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:56:54.1437866Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:56:54.1440076Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:56:54.1440648Z 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:56:54.1441509Z 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:56:54.1443704Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:56:54.1444406Z 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:56:54.1445580Z 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:56:54.1447876Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:56:54.1448452Z 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:56:54.1449506Z 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:56:54.1450447Z 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:56:54.1451457Z 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:56:54.1453703Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:56:54.1454312Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:56:54.1455398Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:56:54.1456318Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:56:54.1458489Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:56:54.1459076Z 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:56:54.1460650Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:56:54.1461364Z 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:56:54.1462384Z 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:56:54.1463584Z 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:56:54.1465957Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1466442Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1467569Z 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:56:54.1469620Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1470245Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1471330Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1472622Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1473792Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1474974Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1476146Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1477328Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1478561Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:56:54.1483072Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1484007Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1484865Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1486008Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1487728Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1489408Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1490796Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1492555Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1494077Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1495390Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1496768Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1498061Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1499395Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1500602Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1502065Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1503591Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1505945Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1507683Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1509057Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1510451Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:56:54.1513900Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:56:54.1514477Z 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:56:54.1515437Z 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:56:54.1517178Z 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:56:54.1518444Z 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:56:54.1519891Z 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:56:54.1521953Z creating build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:56:54.1522458Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:56:54.1527554Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:56:54.1528107Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:56:54.1530129Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:56:54.1530736Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:56:54.1531470Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:56:54.1534006Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:56:54.1534607Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:56:54.1535487Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:56:54.1536549Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:56:54.1538887Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-11-23T00:56:54.1539797Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-11-23T00:56:54.1546653Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:56:54.1547109Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:56:54.1552113Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:56:54.1553885Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-11-23T00:56:54.1554730Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-11-23T00:56:54.1562699Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-11-23T00:56:54.1563430Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-11-23T00:56:54.1571242Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-11-23T00:56:54.1571683Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-11-23T00:56:54.1576872Z creating build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-11-23T00:56:54.1577310Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-11-23T00:56:54.1582972Z creating build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum 2022-11-23T00:56:54.1583668Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum 2022-11-23T00:56:54.1590564Z creating build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-11-23T00:56:54.1591082Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-11-23T00:56:54.1598211Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:56:54.1599000Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:56:54.1599867Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:56:54.1601858Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-11-23T00:56:54.1602278Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-11-23T00:56:54.1607387Z creating build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:56:54.1607760Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:56:54.1612354Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:56:54.1614845Z creating build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:56:54.1615239Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:56:54.1622500Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:56:54.1623353Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:56:54.1624028Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:56:54.1626701Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:56:54.1627464Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:56:54.1638209Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:56:54.1640059Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:56:54.1640723Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:56:54.1641576Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:56:54.1642376Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:56:54.1645496Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1645908Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1651526Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1652603Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1653673Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1654794Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1656068Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1657053Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1658077Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1659235Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:56:54.1661148Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-11-23T00:56:54.1661664Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-11-23T00:56:54.1668749Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-11-23T00:56:54.1669255Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-11-23T00:56:54.1675198Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:56:54.1675997Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:56:54.1676818Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:56:54.1678960Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1679734Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1680979Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1682130Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1683330Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1684440Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1685798Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1686788Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:56:54.1688912Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:56:54.1689376Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:56:54.1697502Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:56:54.1699472Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-11-23T00:56:54.1699947Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-11-23T00:56:54.1711359Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1711803Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1717071Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1718208Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1719375Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1720673Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1722075Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1723315Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1725966Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1727027Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1728351Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1729593Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1730901Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1732074Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1733372Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:56:54.1736029Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-11-23T00:56:54.1736496Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-11-23T00:56:54.1745144Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1745599Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1752570Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1753813Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1754929Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1755700Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1757389Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1758232Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1759512Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1760735Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1761564Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1763067Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1764101Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1764974Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1766130Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1767209Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1768361Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1770068Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1771685Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1772745Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:56:54.1774992Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:56:54.1775439Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:56:54.1780118Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:56:54.1782012Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:56:54.1782755Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:56:54.1788000Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:56:54.1790740Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1791516Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1796275Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1797333Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1798186Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1799114Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1800182Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1801187Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1802502Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1803473Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1804584Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1806082Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1807461Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1808406Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1809853Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:56:54.1811592Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-11-23T00:56:54.1812404Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-11-23T00:56:54.1814780Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1815268Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1824043Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1825022Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1826829Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1827887Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1828911Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1830389Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1831382Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1832722Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1833633Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:56:54.1836202Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-11-23T00:56:54.1836781Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-11-23T00:56:54.1844185Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:56:54.1844904Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:56:54.1849147Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:56:54.1851202Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.1851767Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.1859188Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.1860698Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.1861834Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.1862959Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.1863900Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.1865782Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:56:54.1866284Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:56:54.1870384Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:56:54.1872495Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:56:54.1873342Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:56:54.1877530Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:56:54.1878607Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:56:54.1879655Z 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:56:54.1882467Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:56:54.1883179Z 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:56:54.1887956Z 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:56:54.1889017Z 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:56:54.1890170Z 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:56:54.1891166Z 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:56:54.1892337Z 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:56:54.1893125Z 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:56:54.1893934Z 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:56:54.1894820Z 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:56:54.1895893Z 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:56:54.1898958Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:56:54.1900046Z 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:56:54.1901215Z 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:56:54.1902429Z 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:56:54.1903663Z 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:56:54.1904891Z 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:56:54.1906182Z 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:56:54.1907250Z 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:56:54.1908367Z 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:56:54.1911557Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1912245Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1916950Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1917771Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1918687Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1919714Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1920854Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1922345Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1923202Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1924094Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:56:54.1926812Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1927398Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1934042Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1935169Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1936181Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1937539Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1938521Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1939828Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:56:54.1941933Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:56:54.1942625Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:56:54.1943257Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:56:54.1945319Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:56:54.1945903Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:56:54.1951494Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:56:54.1953453Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:56:54.1953989Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:56:54.1959320Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:56:54.1961156Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:56:54.1961998Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:56:54.1962703Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:56:54.1965395Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:56:54.1965930Z 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:56:54.1970729Z 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:56:54.1971937Z 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:56:54.1973170Z 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:56:54.1974277Z 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:56:54.1975512Z 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:56:54.1976441Z 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:56:54.1977814Z 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:56:54.1980146Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:56:54.1980823Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:56:54.1981714Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:56:54.1982765Z 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:56:54.1984560Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:56:54.1985495Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-11-23T00:56:54.1986303Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-11-23T00:56:54.1988177Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:56:54.1988897Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:56:54.1995026Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:56:54.1996144Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:56:54.1997386Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:56:54.1997981Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:56:54.2004995Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:56:54.2007191Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:56:54.2007708Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:56:54.2015598Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:56:54.2017718Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:56:54.2018567Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:56:54.2020926Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2021442Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2026286Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2027297Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2028273Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2029907Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2031103Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2032338Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2033409Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2034722Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2035844Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2036839Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:56:54.2039647Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:56:54.2040133Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:56:54.2046285Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:56:54.2048058Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:56:54.2048658Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:56:54.2050738Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:56:54.2051216Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:56:54.2057291Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:56:54.2058455Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:56:54.2059672Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:56:54.2060993Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:56:54.2061897Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:56:54.2063812Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:56:54.2064475Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:56:54.2070658Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:56:54.2071730Z 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:56:54.2074031Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:56:54.2074733Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:56:54.2080086Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:56:54.2080965Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:56:54.2083131Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:56:54.2083933Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:56:54.2088112Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:56:54.2089173Z 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:56:54.2090565Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:56:54.2091460Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:56:54.2092169Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:56:54.2095117Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:56:54.2095912Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:56:54.2096771Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:56:54.2099235Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:56:54.2100097Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:56:54.2101084Z 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:56:54.2104637Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2105135Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2106036Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2107269Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2108399Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2109676Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2110527Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2111440Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2112626Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2113830Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2114899Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2116550Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2117515Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:56:54.2119900Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:56:54.2120398Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:56:54.2126136Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:56:54.2127153Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:56:54.2129378Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:54.2129697Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:54.2137290Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:54.2138283Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:54.2139241Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:54.2140206Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:54.2141255Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:54.2143438Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:56:54.2143728Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:56:54.2150282Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:56:54.2153534Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2154539Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2155649Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2157155Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2158068Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2159197Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2160736Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2161417Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2162802Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2163719Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2164867Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2165824Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2167040Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2168168Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2168816Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2170264Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2171519Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:56:54.2174443Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2174757Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2176039Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2177375Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2178428Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2179655Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2181356Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2182168Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2183778Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2184390Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2185720Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2186666Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2187841Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2189041Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2190481Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:56:54.2193020Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:56:54.2193348Z 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:56:54.2194747Z 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:56:54.2195864Z 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:56:54.2197290Z 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:56:54.2198535Z 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:56:54.2199383Z 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:56:54.2200514Z 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:56:54.2201626Z 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:56:54.2204679Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2205213Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2206199Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2206916Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2208139Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2208547Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2209818Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2210849Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2211727Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:56:54.2214080Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:54.2214530Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:54.2223033Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:54.2223984Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:54.2225808Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:54.2226186Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:54.2227239Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:54.2229293Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:56:54.2229856Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:56:54.2231220Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:56:54.2233535Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-11-23T00:56:54.2233813Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-11-23T00:56:54.2235599Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:56:54.2235852Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:56:54.2240770Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:56:54.2241721Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:56:54.2242940Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:56:54.2244953Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:56:54.2245387Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:56:54.2246810Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:56:54.2248439Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:56:54.2248688Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:56:54.2253542Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:56:54.2255082Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:56:54.2255352Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:56:54.2257639Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:56:54.2258338Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:56:54.2259511Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:56:54.2262100Z creating build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:56:54.2262545Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:56:54.2263425Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:56:54.2265587Z creating build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-11-23T00:56:54.2265940Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-11-23T00:56:54.2272988Z creating build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2273472Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2277621Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2278557Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2279915Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2280870Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2282270Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2283167Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2284591Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:56:54.2287404Z creating build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:56:54.2288076Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:56:54.2289160Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:56:54.2291547Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-11-23T00:56:54.2291895Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-11-23T00:56:54.2299990Z creating build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2300240Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2306047Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2307304Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2308546Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2309959Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2310930Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2312148Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2313636Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2315776Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2316577Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2317811Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2318678Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2320304Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2321127Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2323086Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2323513Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2324922Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2326833Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2328001Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2329311Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2330294Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2331936Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2333214Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2334484Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2335503Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2336495Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:56:54.2339318Z creating build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2339603Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2344988Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2346231Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2347139Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2348057Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2349507Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2350859Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2352584Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2353385Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2354574Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.2356457Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-11-23T00:56:54.2356759Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-11-23T00:56:54.2363091Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-11-23T00:56:54.2363358Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-11-23T00:56:54.2370453Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:56:54.2370794Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:56:54.2376379Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:56:54.2379590Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2379835Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2386386Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2387439Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2388379Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2390141Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2391066Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2391902Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2393317Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2394202Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2395698Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2396944Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2398539Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2399669Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2401005Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2402311Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2403098Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:56:54.2405818Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:56:54.2406405Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:56:54.2412027Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:56:54.2414156Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-11-23T00:56:54.2414678Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-11-23T00:56:54.2420894Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-11-23T00:56:54.2421392Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-11-23T00:56:54.2429198Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:56:54.2429684Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:56:54.2435906Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:56:54.2437479Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:56:54.2438669Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:56:54.2440815Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:56:54.2441211Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:56:54.2448851Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:56:54.2449446Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:56:54.2456302Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:56:54.2457341Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:56:54.2458368Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:56:54.2460402Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:56:54.2460736Z 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:56:54.2465751Z 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:56:54.2467347Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-11-23T00:56:54.2468171Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-11-23T00:56:54.2476327Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:56:54.2476573Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:56:54.2482432Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:56:54.2484087Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:56:54.2484562Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:56:54.2486712Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:56:54.2486996Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:56:54.2493880Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:56:54.2496471Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:56:54.2496769Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:56:54.2501380Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:56:54.2502284Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:56:54.2504393Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-11-23T00:56:54.2504974Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-11-23T00:56:54.2511794Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-11-23T00:56:54.2512069Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-11-23T00:56:54.2518694Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2519033Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2525027Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2525777Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2526839Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2527760Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2528671Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2529975Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2530944Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2532267Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2533224Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2534107Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:56:54.2536731Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:56:54.2537041Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:56:54.2541747Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:56:54.2542393Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:56:54.2544342Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:56:54.2544770Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:56:54.2545513Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:56:54.2547743Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:56:54.2548051Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:56:54.2558538Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:56:54.2559916Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:56:54.2560657Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:56:54.2563229Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:56:54.2563897Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:56:54.2570792Z 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:56:54.2571655Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:56:54.2572694Z 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:56:54.2574499Z 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:56:54.2574982Z 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:56:54.2576534Z 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:56:54.2577770Z 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:56:54.2578685Z 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:56:54.2579617Z 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:56:54.2581695Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:56:54.2582271Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:56:54.2583147Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:56:54.2585234Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:56:54.2585525Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:56:54.2586878Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:56:54.2588838Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:56:54.2589298Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:56:54.2590293Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:56:54.2591387Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:56:54.2593565Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:56:54.2593961Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:56:54.2602627Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:56:54.2603691Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:56:54.2604791Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:56:54.2606350Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:56:54.2612710Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:56:54.2613540Z 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:56:54.2621166Z 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:56:54.2622454Z 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:56:54.2623324Z 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:56:54.2624656Z 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:56:54.2625517Z 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:56:54.2626842Z 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:56:54.2627928Z 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:56:54.2629683Z 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:56:54.2630988Z 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:56:54.2632010Z 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:56:54.2633468Z 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:56:54.2634729Z 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:56:54.2635943Z 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:56:54.2637565Z 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:56:54.2638706Z 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:56:54.2640006Z 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:56:54.2641066Z 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:56:54.2642504Z 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:56:54.2643602Z 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:56:54.2645138Z 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:56:54.2646406Z 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:56:54.2647432Z 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:56:54.2648504Z 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:56:54.2649461Z 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:56:54.2650457Z 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:56:54.2652550Z 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:56:54.2652899Z 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:56:54.2654406Z 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:56:54.2655119Z 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:56:54.2656710Z 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:56:54.2657497Z 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:56:54.2658520Z 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:56:54.2659207Z 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:56:54.2660463Z 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:56:54.2661396Z 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:56:54.2662793Z 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:56:54.2664126Z 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:56:54.2664990Z 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:56:54.2666423Z 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:56:54.2667403Z 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:56:54.2668505Z 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:56:54.2669560Z 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:56:54.2670434Z 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:56:54.2671512Z 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:56:54.2672267Z 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:56:54.2673690Z 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:56:54.2674546Z 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:56:54.2675531Z 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:56:54.2676568Z 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:56:54.2677995Z 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:56:54.2678439Z 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:56:54.2680009Z 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:56:54.2680868Z 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:56:54.2682115Z 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:56:54.2684032Z creating build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-11-23T00:56:54.2684683Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-11-23T00:56:54.2690981Z creating build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:56:54.2691494Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:56:54.2700377Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:56:54.2701221Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:56:54.2702260Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:56:54.2705069Z creating build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2705521Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2710123Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2711131Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2712704Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2713416Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2714414Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2715014Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2716245Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2717067Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2718709Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2719337Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2720728Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:56:54.2722868Z creating build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:56:54.2723121Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:56:54.2732314Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:56:54.2736458Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2736731Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2737964Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2738880Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2740167Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2741175Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2742702Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2743901Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2744802Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2746396Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2747025Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2754277Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2756190Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2758905Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2761471Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2762157Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2763479Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2765833Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2767095Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2768082Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2769979Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2770750Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2772174Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2773505Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2774542Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2775465Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:56:54.2777775Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:56:54.2778052Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:56:54.2779425Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:56:54.2781609Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:56:54.2781947Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:56:54.2783143Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:56:54.2784104Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:56:54.2786438Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:56:54.2787073Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:56:54.2788157Z 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:56:54.2789567Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:56:54.2793079Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:56:54.2794075Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:56:54.2795967Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:56:54.2796464Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:56:54.2798496Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:56:54.2799133Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:56:54.2800036Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:56:54.2804681Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:56:54.2805722Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:56:54.2810430Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:56:54.2812104Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:56:54.2813602Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:56:54.2815610Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:56:54.2816169Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:56:54.2817052Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:56:54.2818409Z 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:56:54.2821043Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:56:54.2821636Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:56:54.2822797Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:56:54.2825445Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:56:54.2826052Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:56:54.2827031Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:56:54.2828552Z 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:56:54.2830316Z 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:56:54.2832597Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-11-23T00:56:54.2833044Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-11-23T00:56:54.2835038Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-11-23T00:56:54.2835698Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-11-23T00:56:54.2838038Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:56:54.2838585Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:56:54.2839947Z 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:56:54.2841725Z 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:56:54.2842859Z 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:56:54.2844264Z 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:56:54.2845181Z 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:56:54.2846548Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:56:54.2848882Z 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:56:54.2851101Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:56:54.2851486Z 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:56:54.2856836Z 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:56:54.2857651Z 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:56:54.2859630Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-11-23T00:56:54.2860086Z 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:56:54.2861109Z 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:56:54.2863445Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:56:54.2863964Z 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:56:54.2864981Z 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:56:54.2866634Z 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:56:54.2868813Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:56:54.2869589Z 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:56:54.2870123Z 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:56:54.2871451Z 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:56:54.2872769Z 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:56:54.2874907Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:54.2875239Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:54.2881331Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:54.2882851Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:54.2884295Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:54.2886329Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:54.2887296Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:54.2889604Z creating build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-11-23T00:56:54.2890013Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-11-23T00:56:54.2898881Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-11-23T00:56:54.2899356Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-11-23T00:56:54.2901297Z creating build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:56:54.2901777Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:56:54.2917263Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:56:54.2917704Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2918022Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2918290Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2918584Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2918817Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2919116Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2919475Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2919836Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2920174Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:56:54.2920362Z creating build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:56:54.2920599Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:56:54.2924558Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:56:54.2926003Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:56:54.2929195Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:56:54.2931004Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:56:54.2932927Z creating build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:56:54.2933362Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:56:54.2938037Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:56:54.2940045Z creating build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:56:54.2940553Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:56:54.2948415Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:56:54.2951033Z creating build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2951422Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2956052Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2957403Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2958685Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2959742Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2961421Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2962725Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2964190Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2965454Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2967270Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:56:54.2970934Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2971457Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2972151Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2973607Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2974844Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2976196Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2977572Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2978922Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2980207Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2981548Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:56:54.2984858Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:54.2985543Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:54.2986226Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:54.2987482Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:54.2988877Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:54.2990176Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:54.2991474Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:54.2994719Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.2995223Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.2996074Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.2997358Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.2998883Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.3000246Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.3001580Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.3003215Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.3004636Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:54.3007338Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:56:54.3007680Z 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:56:54.3008851Z 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:56:54.3011702Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3011969Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3021038Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3022337Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3023054Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3024115Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3025137Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3026111Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:56:54.3028513Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.3029033Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.3030335Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.3031350Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.3032329Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.3033338Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.3034306Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.3036677Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:56:54.3037053Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:56:54.3038569Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:56:54.3039465Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:56:54.3040850Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:56:54.3042149Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:56:54.3046021Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3046328Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3047442Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3049212Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3049561Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3051110Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3051959Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3053062Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3054139Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3055127Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3056498Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3057691Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:56:54.3059637Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:56:54.3060314Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:56:54.3061588Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:56:54.3062406Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:56:54.3063852Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:56:54.3064710Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:56:54.3065617Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:56:54.3067801Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:56:54.3068236Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:56:54.3069206Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:56:54.3070482Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:56:54.3071460Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:56:54.3074306Z creating build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3075115Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3076257Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3077603Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3078444Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3079704Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3080707Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3082072Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3082874Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3084022Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3085338Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3086263Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3087259Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3088271Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3089215Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:56:54.3092029Z creating build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:56:54.3092703Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:56:54.3093652Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:56:54.3095433Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:56:54.3096514Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:56:54.3097858Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:56:54.3100332Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:56:54.3102786Z creating build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:56:54.3103247Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:56:54.3104508Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:56:54.3105783Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:56:54.3107937Z creating build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:56:54.3108594Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:56:54.3109998Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:56:54.3111054Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:56:54.3113638Z creating build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:56:54.3114283Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:56:54.3115046Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:56:54.3116452Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:56:54.3117286Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:56:54.4642090Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:56:54.4643176Z creating build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4643659Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4695324Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4746086Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4814313Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4950368Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4960172Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4973869Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.4988026Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.5000755Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.5013834Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.5028088Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.5185207Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.5235297Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:56:54.5244229Z creating build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5244969Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5257982Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5270878Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5283886Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5297566Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5310318Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5323108Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5336391Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5349633Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5362876Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5375601Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5388502Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5401650Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5414597Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5426802Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5439469Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5453022Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5466867Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5491678Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5504126Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5517293Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5530270Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5542868Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5555400Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5568278Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5581018Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5594242Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5607383Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5625537Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5639015Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5652188Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5676271Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5689103Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5701965Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5717549Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5731590Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5744916Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5758376Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5770896Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5784772Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5800187Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5819751Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5836070Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5855050Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5869246Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5884062Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5900696Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5916230Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5931006Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5946667Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5959625Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5980696Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.5995769Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6010262Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6024483Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6039525Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6056745Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6071913Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6084656Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6097751Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6110794Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6124243Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6137786Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6150915Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6163628Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6176291Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6191663Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6204812Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6217378Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6229949Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6242973Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6256350Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6268814Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6285783Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6298954Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6307462Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6320327Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6334404Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6347121Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6360088Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6368764Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6384005Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6396784Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6409674Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6422309Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6436136Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6454888Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6469109Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6490910Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6508532Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6530820Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6549476Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6563046Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6581902Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6594592Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6608006Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6620319Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6665935Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:56:54.6678906Z creating build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6679578Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6680490Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6681412Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6682509Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6688911Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6689686Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6690373Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6690945Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6691383Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6691885Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6692386Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6692771Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6693134Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6694033Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6695066Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6696937Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6697791Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6700434Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6703194Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:56:54.6703950Z creating build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-11-23T00:56:54.6704651Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-11-23T00:56:54.6711066Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6712214Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6714268Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6714930Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6716674Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6717472Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6718577Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6720136Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6721149Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6724081Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6725088Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6725767Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6726487Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6727424Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6728955Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6729922Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6730803Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:56:54.6732028Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.6733789Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:56:54.6734555Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.6735627Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.6736840Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.6738014Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.6739474Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.6740539Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:56:54.6741679Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:56:54.6743363Z creating build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.6744012Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.6751284Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8389278Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8390103Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8390867Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8398657Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8402538Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8406659Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8597935Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:56:54.8599190Z creating build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8600069Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8601342Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8602895Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8604050Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8605309Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8606391Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8608028Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8608894Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8609725Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8612049Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8613324Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8615983Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:56:54.8616774Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8617685Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8618576Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8619583Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8620554Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8621360Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8622217Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8623423Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8624484Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8625643Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8627186Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8627984Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8628981Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8629756Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8631466Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8632050Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8633501Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8635554Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8636059Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8636758Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8638404Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8639318Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8640475Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8642064Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8643012Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8644149Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8645402Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8646387Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8647562Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8648481Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8650222Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8651214Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8652427Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8653422Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8654552Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8656395Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8657028Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8658106Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8659126Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8660454Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8661391Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8662872Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8663779Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8664831Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8665837Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8666822Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8668052Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8669272Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8670107Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8671811Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8672591Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8673501Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8674420Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8675323Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8676190Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8677310Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8678439Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8679334Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8680474Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8681507Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8682660Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8683914Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8685069Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8686171Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8687004Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8688305Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8689171Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8691312Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8691852Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8692891Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8694026Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8695092Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8696432Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8697365Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8698831Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8699865Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8701062Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8702149Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8703593Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8704690Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8705886Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8707079Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8708331Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8709774Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8710954Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8712372Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8713312Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8714774Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8715761Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8717178Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8718103Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8719483Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8720815Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8721723Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8724213Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8725113Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8727224Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8728101Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8729144Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8730408Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8732117Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8733513Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8735409Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8736262Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8737101Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8737956Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8738957Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8740424Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8741770Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8743194Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8755815Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8761645Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8772848Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8773971Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:56:54.8775943Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:56:54.8776669Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:56:54.8777412Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:56:54.8778359Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:56:54.8779215Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:56:54.8779965Z 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:56:54.8780852Z 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:56:54.8781893Z 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:56:54.8782952Z 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:56:54.8784291Z 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:56:54.8785334Z 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:56:54.8786530Z 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:56:54.8787564Z 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:56:54.8788790Z 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:56:54.8790614Z 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:56:54.8792194Z 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:56:54.8793561Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:56:54.8794390Z 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:56:54.8795057Z 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:56:54.8796664Z 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:56:54.8797712Z 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:56:54.8798862Z 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:56:54.8799992Z 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:56:54.8801176Z 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:56:54.8802683Z 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:56:54.8803923Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:56:54.8805075Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:56:54.8806105Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:56:54.8807680Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:56:54.8808585Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:56:54.8809638Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:56:54.8811213Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8811674Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8812670Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8813755Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8815557Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8816036Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8816944Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8818362Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8819515Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8820516Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8821518Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8822679Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8823694Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8824826Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8825915Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8827502Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8828749Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8830259Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8831435Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8832597Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8834024Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8835103Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8836319Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8837442Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8838636Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8839786Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8841004Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8842096Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8843257Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8844577Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8845812Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8847537Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8848561Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8849786Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8851117Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8852804Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8854161Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8856386Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8857476Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8858901Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8860178Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8861646Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8862952Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8864303Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8865758Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8867062Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8868501Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8869871Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8871280Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8872595Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8874000Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8875624Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8876998Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8878243Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8879621Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8881080Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8882476Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8884671Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8887006Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8888267Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8890329Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8891791Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8893192Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8894611Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8895890Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8897239Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8898632Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8899928Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8901196Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8902589Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8906468Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8907735Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:56:54.8909024Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8909751Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8911043Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8912557Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8913517Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8915049Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8916525Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8917184Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8917974Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8918867Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8919776Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8921095Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8921976Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8923120Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8924305Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8925136Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8926760Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8928369Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8929074Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8929787Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8931209Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8931847Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8933031Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8933891Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8934977Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8935734Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8936829Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8937871Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8938872Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8940037Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8940880Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8941683Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8943062Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8943882Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8944933Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:56:54.8946480Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8947093Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8947790Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8949416Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8951335Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8952421Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8953096Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8953943Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8955428Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8957535Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8958196Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:56:54.8960014Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8960543Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8961402Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8962405Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8963624Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8965021Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8966602Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8967268Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:56:54.8969211Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8969679Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8971060Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8972024Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8973488Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8974372Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8975815Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8977003Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8978158Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8979265Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8980670Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8981652Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8983086Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8984012Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:56:54.8985919Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.8986686Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.8987498Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.8988892Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.8990183Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.8991539Z 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:56:54.8992786Z 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:56:54.8994066Z 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:56:54.8995446Z 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:56:54.8996616Z 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:56:54.8998324Z 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:56:54.8999619Z 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:56:54.9000961Z 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:56:54.9002233Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9003545Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9004955Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9006461Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9007951Z 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:56:54.9009298Z 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:56:54.9010729Z 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:56:54.9012190Z 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:56:54.9013519Z 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:56:54.9014965Z 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:56:54.9016378Z 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:56:54.9017656Z 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:56:54.9018765Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9020004Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9021492Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9022873Z 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:56:54.9024284Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9025670Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9026962Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9028515Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9029844Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9031185Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9032404Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9033778Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9035136Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9036676Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9037959Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9039245Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9041643Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9042866Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9044048Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9046494Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9047510Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9048856Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9049750Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9050673Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9051599Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9055794Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9056355Z 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:56:54.9056759Z 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:56:54.9057175Z 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:56:54.9057599Z 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:56:54.9058297Z 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:56:54.9060087Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9061000Z 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:56:54.9061886Z 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:56:54.9063240Z 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:56:54.9064090Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9065711Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9066535Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9067560Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9068865Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9069636Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9071028Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9071950Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9073287Z 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:56:54.9074241Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9075387Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9076636Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9077878Z 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:56:54.9078779Z 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:56:54.9079916Z 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:56:54.9080912Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9082029Z 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:56:54.9083477Z 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:56:54.9084445Z 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:56:54.9085468Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9087003Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9087693Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9088892Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9089671Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9092394Z 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:56:54.9092865Z 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:56:54.9093320Z 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:56:54.9094195Z 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:56:54.9095346Z 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:56:54.9095957Z 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:56:54.9097090Z 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:56:54.9097989Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9099091Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9100125Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9100808Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9101884Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9103004Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9103791Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9105197Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9105996Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9106848Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9108134Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9108906Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9110174Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9111171Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9112793Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9114016Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9114840Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9116200Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9117118Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9118376Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9119793Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9120601Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9121706Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9123191Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9124105Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9125470Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9126294Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9127504Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9128624Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9129966Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9130743Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9132075Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9132773Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9134040Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9134997Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9136011Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9137179Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9138140Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9139347Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9140402Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9141589Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9142498Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9143674Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9144634Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9145860Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9146936Z 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:56:54.9148056Z 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:56:54.9149441Z 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:56:54.9150620Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9151752Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9152765Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9154306Z 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:56:54.9156080Z 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:56:54.9156488Z 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:56:54.9157261Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9158431Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9160245Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9160752Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9161627Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9162879Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9164090Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9165175Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9166283Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9167512Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9168707Z 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:56:54.9169957Z 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:56:54.9171155Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9172248Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9173430Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9174601Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9175613Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9176772Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9178156Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9179204Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9181874Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9182365Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9182692Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9183083Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9184737Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9186339Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9186790Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9188410Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9189603Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9190437Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9191560Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9193112Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9193997Z 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:56:54.9195573Z 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:56:54.9196571Z 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:56:54.9197544Z 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:56:54.9198615Z 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:56:54.9199889Z 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:56:54.9200765Z 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:56:54.9202374Z 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:56:54.9202949Z 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:56:54.9204411Z 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:56:54.9205036Z 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:56:54.9206550Z 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:56:54.9207471Z 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:56:54.9208705Z 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:56:54.9209638Z 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:56:54.9211087Z 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:56:54.9212070Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9212876Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9214268Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9215172Z 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:56:54.9216485Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9217242Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9218476Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9219789Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9220281Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9221768Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9222614Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9223480Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9224879Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9225459Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9226959Z 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:56:54.9228013Z 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:56:54.9228987Z 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:56:54.9230116Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9230948Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9231883Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9233020Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9234338Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9235423Z 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:56:54.9236784Z 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:56:54.9237795Z 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:56:54.9238725Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9240682Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9241123Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9243538Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9244146Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9244442Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9245258Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9246538Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9247455Z 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:56:54.9248392Z 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:56:54.9249300Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9250193Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9251207Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9252385Z 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:56:54.9253297Z 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:56:54.9254909Z 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:56:54.9255959Z 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:56:54.9256865Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9258264Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9259612Z 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:56:54.9260349Z 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:56:54.9261832Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9263139Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9264099Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9265381Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9266352Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9267836Z 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:56:54.9268945Z 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:56:54.9269629Z 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:56:54.9271194Z 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:56:54.9271980Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9273511Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9274437Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9276278Z 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:56:54.9276985Z 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:56:54.9278383Z 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:56:54.9279658Z 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:56:54.9280646Z 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:56:54.9282297Z 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:56:54.9283161Z 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:56:54.9284768Z 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:56:54.9285820Z 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:56:54.9287142Z 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:56:54.9288444Z 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:56:54.9289428Z 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:56:54.9290779Z 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:56:54.9291859Z 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:56:54.9292801Z 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:56:54.9293822Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9294781Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9295951Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9296967Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9297955Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9299078Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9300058Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9301292Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9302322Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9303534Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9304547Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9305525Z 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:56:54.9306778Z 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:56:54.9308001Z 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:56:54.9308743Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9310759Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9311116Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9312232Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9313218Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9314548Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9316196Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9317255Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9318385Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9319745Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9321051Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9322670Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9324166Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9325515Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9326857Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9328207Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9329616Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9331987Z 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:56:54.9332752Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9334080Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9335690Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9336961Z 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:56:54.9338211Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9340031Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9341075Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9342557Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9343855Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9345275Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9346516Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9348061Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9349287Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9350674Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9352307Z 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:56:54.9353569Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9354916Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9356400Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9357698Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9358927Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9360268Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9361863Z 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:56:54.9363106Z 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:56:54.9364523Z 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:56:54.9366712Z 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:56:54.9368085Z 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:56:54.9369443Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9370989Z 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:56:54.9372418Z 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:56:54.9373817Z 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:56:54.9375245Z 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:56:54.9376573Z 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:56:54.9377830Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9379189Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9380664Z 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:56:54.9382143Z 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:56:54.9383388Z 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:56:54.9384751Z 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:56:54.9386062Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9387564Z 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:56:54.9389072Z 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:56:54.9390608Z 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:56:54.9391820Z 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:56:54.9393255Z 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:56:54.9394516Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9396065Z 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:56:54.9397301Z 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:56:54.9398656Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9399942Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9401390Z 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:56:54.9402926Z 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:56:54.9404360Z 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:56:54.9405719Z 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:56:54.9407228Z 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:56:54.9408388Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9409907Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9411246Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9412431Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9413926Z 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:56:54.9415287Z 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:56:54.9416727Z 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:56:54.9418254Z 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:56:54.9419619Z 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:56:54.9421452Z 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:56:54.9423003Z 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:56:54.9424268Z 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:56:54.9425590Z 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:56:54.9427126Z 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:56:54.9428550Z 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:56:54.9429834Z 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:56:54.9431205Z 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:56:54.9432571Z 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:56:54.9433928Z 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:56:54.9435242Z 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:56:54.9436599Z 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:56:54.9438065Z 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:56:54.9439311Z 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:56:54.9440654Z 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:56:54.9441984Z 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:56:54.9443496Z 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:56:54.9445158Z 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:56:54.9446676Z 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:56:54.9448155Z 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:56:54.9449269Z 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:56:54.9450323Z 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:56:54.9451862Z 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:56:54.9452859Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9454543Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9456778Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9457330Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9458580Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9459129Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9460672Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9461667Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9462350Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9463376Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9465435Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9466246Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9467309Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9468494Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9469644Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9470612Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9472000Z 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:56:54.9473056Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9473949Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9474814Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9476760Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9477468Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9478246Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9480231Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9480798Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9481481Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9482432Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9483894Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9485065Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9486075Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9487204Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9488278Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9489524Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9490525Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9491525Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9492692Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9493689Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9494914Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9495810Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9496857Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9497838Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9499207Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9500202Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9502223Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9502865Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9503777Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9505070Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9506852Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9507397Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9508341Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9509429Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9511817Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9512590Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9513321Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9514292Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9515201Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9516311Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9517140Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9518268Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9519499Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9520655Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9521943Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9523061Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9524224Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9525086Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9527098Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9528193Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9529300Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9530098Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9531122Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9532138Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9533264Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9534300Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9535416Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9537217Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9538030Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9538808Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9539297Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9540742Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9541844Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9543925Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9544634Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9545471Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9546480Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9547351Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9548678Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9549720Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9550824Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9551846Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9552573Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9553723Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9555042Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9555993Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9557044Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9558440Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9559281Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9560102Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9561508Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9562348Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9563393Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9564572Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9565388Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9567350Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9568038Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9569153Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9570815Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9572402Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9573373Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9574544Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9576154Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9576797Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9578524Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9579570Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9580768Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9582005Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9583557Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9584583Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9585659Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9587297Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9588249Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9590089Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9591061Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9592688Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9593543Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9595439Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9596304Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9597778Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9598694Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9599971Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9601461Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9602438Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9604711Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9605221Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9606077Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9607506Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9609500Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9610137Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9611035Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9612077Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9613237Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9614386Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9615526Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9616512Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9617629Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9618809Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9619969Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9621225Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9622642Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9623859Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9624935Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9626316Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9627265Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9628629Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9629739Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9630969Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9632146Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9633341Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9634569Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9636051Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9637068Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9638268Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9639464Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9640654Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9641865Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9643175Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9644676Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9645752Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9647122Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9648078Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9649813Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9650981Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9652336Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9653480Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9654397Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9655490Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9656641Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9658257Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9659143Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9660161Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9661710Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9662990Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9664127Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9665311Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9666330Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9667396Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9668941Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9669702Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9670814Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9672894Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9673525Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9674276Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9675355Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9676911Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9677759Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9679294Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9680435Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9681547Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9682562Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9683654Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9684860Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9687166Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9688403Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9689312Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9690385Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9691480Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9692718Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9694108Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9695203Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9696024Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9697276Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9698452Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9699551Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9700885Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9702312Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9703426Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9704517Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9705266Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9706534Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9708034Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9709159Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9710033Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9711427Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9712566Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9713569Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9714532Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9715728Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9716706Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9717715Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9718733Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9719762Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9720900Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9721996Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9723073Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9724837Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9725855Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9727029Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9728322Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9729520Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9730653Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9732248Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9733291Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9734418Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9735691Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9736967Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9738129Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9739392Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9740628Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9741851Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9743297Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9744433Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9745601Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9746784Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9747748Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9749258Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9750226Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9751416Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9752535Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9753718Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9755171Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9756143Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9757823Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9758694Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9759678Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9760872Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9762346Z 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:56:54.9763482Z 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:56:54.9764985Z 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:56:54.9766124Z 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:56:54.9767033Z 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:56:54.9768092Z 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:56:54.9769242Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9770379Z 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:56:54.9771645Z 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:56:54.9772665Z 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:56:54.9773576Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9774701Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9776013Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9777069Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9778349Z 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:56:54.9779461Z 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:56:54.9780345Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9781485Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9782489Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9783516Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9784638Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9785869Z 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:56:54.9786836Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9788051Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9789232Z 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:56:54.9790334Z 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:56:54.9791675Z 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:56:54.9792670Z 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:56:54.9793600Z 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:56:54.9794790Z 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:56:54.9795869Z 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:56:54.9796923Z 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:56:54.9798099Z 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:56:54.9800068Z 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:56:54.9801043Z 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:56:54.9802248Z 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:56:54.9803465Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9804928Z 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:56:54.9805914Z 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:56:54.9807229Z 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:56:54.9808300Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9809660Z 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:56:54.9810767Z 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:56:54.9811882Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9813051Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9814145Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9815501Z 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:56:54.9816541Z 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:56:54.9818038Z 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:56:54.9819151Z 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:56:54.9820385Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9821703Z 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:56:54.9822777Z 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:56:54.9823911Z 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:56:54.9825031Z 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:56:54.9826237Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9827463Z 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:56:54.9828613Z 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:56:54.9829813Z 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:56:54.9831105Z 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:56:54.9832081Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9833073Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9834196Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9835398Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9836630Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9837549Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9838560Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9840825Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9841402Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9842252Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9843255Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9844272Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9846238Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9847393Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9848958Z 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:56:54.9850089Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9851129Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9852670Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9853686Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9854975Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9856133Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9857799Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9859032Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9860104Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9861494Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9862913Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9864615Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9865848Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9867226Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9868644Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9870130Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9871662Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9872959Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9874377Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9876084Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9877381Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9878763Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9880951Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9882344Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9883674Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9885177Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9886665Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9888538Z 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:56:54.9889740Z 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:56:54.9890956Z 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:56:54.9892333Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9893747Z 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:56:54.9895297Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9896586Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9897952Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9899635Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9900816Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9902270Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9903713Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9905105Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9906582Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9907848Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9909421Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9910975Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9912589Z 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:56:54.9914029Z 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:56:54.9915415Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9916711Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9918117Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9919529Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9921220Z 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:56:54.9922484Z 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:56:54.9923945Z 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:56:54.9925363Z 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:56:54.9926860Z 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:56:54.9928434Z 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:56:54.9929907Z 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:56:54.9931280Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9932496Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9933873Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9935254Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9936797Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9938060Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9939454Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9940866Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9942336Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9943744Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9965992Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9966818Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9968444Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9969170Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9969783Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9970252Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9970816Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9971412Z 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:56:54.9972030Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9972695Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9973415Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9973977Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9974649Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9975242Z 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:56:54.9976054Z 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:56:54.9976800Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9977302Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9977956Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9978493Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9979191Z 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:56:54.9980020Z 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:56:54.9980775Z 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:56:54.9981626Z 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:56:54.9981995Z 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:56:54.9982392Z 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:56:54.9982783Z 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:56:54.9983410Z 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:56:54.9983761Z 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:56:54.9984221Z 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:56:54.9984636Z 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:56:54.9984997Z 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:56:54.9985412Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9985746Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9987276Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9987933Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9989031Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9990048Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9991245Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9992472Z 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:56:54.9993558Z 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:56:54.9994703Z 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:56:54.9995826Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9996969Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9998333Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:54.9999242Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0000361Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0001581Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0002698Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0004093Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0006075Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0007710Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0009064Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0010227Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0011432Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0012555Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0013801Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0014952Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0016109Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0017108Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0018063Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0019028Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0020166Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0021330Z 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:56:55.0023576Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0023972Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0024682Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0025936Z 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:56:55.0026787Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0028068Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0029188Z 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:56:55.0030383Z 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:56:55.0031936Z 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:56:55.0032405Z 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:56:55.0033276Z 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:56:55.0034321Z 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:56:55.0035443Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0036628Z 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:56:55.0037806Z 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:56:55.0038809Z 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:56:55.0039838Z 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:56:55.0041162Z 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:56:55.0042141Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0043287Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0044853Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0046273Z 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:56:55.0047242Z 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:56:55.0048009Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0048964Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0049942Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0050913Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0051898Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0052926Z 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:56:55.0054220Z 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:56:55.0054957Z 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:56:55.0055912Z 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:56:55.0056921Z 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:56:55.0057879Z 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:56:55.0058865Z 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:56:55.0059814Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0060804Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0061864Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0062751Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0063788Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0064728Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0065729Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0066695Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0067749Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0068776Z 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:56:55.0069829Z 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:56:55.0070859Z 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:56:55.0071789Z 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:56:55.0072904Z 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:56:55.0073785Z 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:56:55.0074784Z 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:56:55.0076025Z 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:56:55.0076971Z 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:56:55.0078056Z 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:56:55.0079180Z 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:56:55.0080298Z 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:56:55.0081398Z 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:56:55.0082418Z 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:56:55.0083622Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0084736Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0085678Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0087374Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0087701Z 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:56:55.0089434Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0090003Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0090989Z 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:56:55.0092329Z 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:56:55.0093162Z 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:56:55.0094250Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0095252Z 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:56:55.0096227Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0097570Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0098552Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0099393Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0100901Z 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:56:55.0101931Z 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:56:55.0103078Z 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:56:55.0104158Z 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:56:55.0105471Z 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:56:55.0106716Z 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:56:55.0107551Z 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:56:55.0108900Z 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:56:55.0109804Z 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:56:55.0111027Z 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:56:55.0113084Z 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:56:55.0113965Z 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:56:55.0115243Z 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:56:55.0116465Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0117431Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0118178Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0119747Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0120639Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0122007Z 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:56:55.0122872Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0125106Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0125803Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0126575Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0127368Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0128490Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0129928Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0130756Z 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:56:55.0131886Z 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:56:55.0132839Z 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:56:55.0133931Z 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:56:55.0135120Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0136062Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0137204Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0138586Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0139492Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0140377Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0141713Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0143358Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0143624Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0144912Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0145917Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0147371Z 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:56:55.0148131Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0149402Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0150517Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0151769Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0153254Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0154104Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0155166Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0156193Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0157140Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0158527Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0159486Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0160419Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0161673Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0163008Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0164278Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0165946Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0166882Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0168171Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0169056Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0170267Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0171592Z 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:56:55.0172637Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0173675Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0174622Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0175590Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0177225Z 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:56:55.0178722Z 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:56:55.0179463Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0180770Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0181736Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0183212Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0184045Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0185762Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0186618Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0187649Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0189582Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0189953Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0190889Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0191967Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0193083Z 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:56:55.0193896Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0194818Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0195907Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0197480Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0198405Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0199476Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0200264Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0201651Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0202741Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0204316Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0205160Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0206725Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0207584Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0208944Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0210038Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0211294Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0212256Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0213565Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0214805Z 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:56:55.0215952Z 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:56:55.0216837Z 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:56:55.0218132Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0219249Z 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:56:55.0220495Z 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:56:55.0221215Z 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:56:55.0223138Z 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:56:55.0223620Z 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:56:55.0224999Z 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:56:55.0226650Z 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:56:55.0227032Z 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:56:55.0227904Z 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:56:55.0229571Z 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:56:55.0230762Z 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:56:55.0231728Z 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:56:55.0233419Z 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:56:55.0234257Z 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:56:55.0235850Z 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:56:55.0236750Z 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:56:55.0237676Z 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:56:55.0238810Z 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:56:55.0240095Z 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:56:55.0241116Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0242556Z 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:56:55.0243555Z 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:56:55.0245013Z 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:56:55.0246307Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0247605Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0248813Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0250385Z 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:56:55.0251418Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0252102Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0253004Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0254435Z 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:56:55.0255392Z 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:56:55.0256730Z 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:56:55.0257688Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0259461Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0260665Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0262524Z 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:56:55.0262829Z 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:56:55.0264717Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0265520Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0266867Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0268208Z 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:56:55.0269556Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0270971Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0272945Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0273285Z 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:56:55.0275263Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0275634Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0277606Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0278667Z 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:56:55.0279562Z 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:56:55.0280830Z 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:56:55.0282538Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0284058Z 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:56:55.0285332Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0287010Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0288207Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0289956Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0291333Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0293468Z 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:56:55.0294442Z 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:56:55.0295822Z 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:56:55.0297281Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0298979Z 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:56:55.0300333Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0301731Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0303379Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0304152Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0305730Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0306583Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0308358Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0309188Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0310788Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0312066Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0313343Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0314512Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0315724Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0317122Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0318167Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0319554Z 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:56:55.0320624Z 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:56:55.0321892Z 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:56:55.0323717Z 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:56:55.0324438Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0325639Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0326778Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0328080Z 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:56:55.0329176Z 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:56:55.0330095Z 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:56:55.0331440Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0332218Z 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:56:55.0333488Z 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:56:55.0335267Z 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:56:55.0335965Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0337494Z 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:56:55.0338282Z 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:56:55.0339742Z 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:56:55.0340586Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0342716Z 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:56:55.0343814Z 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:56:55.0345603Z 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:56:55.0345989Z 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:56:55.0347194Z 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:56:55.0348461Z 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:56:55.0349261Z 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:56:55.0350277Z 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:56:55.0351281Z 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:56:55.0352323Z 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:56:55.0353286Z 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:56:55.0354326Z 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:56:55.0355641Z 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:56:55.0356657Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0357788Z 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:56:55.0358580Z 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:56:55.0359936Z 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:56:55.0360572Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0361943Z 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:56:55.0362742Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0364129Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0365205Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0366179Z 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:56:55.0367405Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0368387Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0369741Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0370471Z 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:56:55.0371285Z 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:56:55.0372334Z 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:56:55.0373229Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0374623Z 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:56:55.0375298Z 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:56:55.0376595Z 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:56:55.0377349Z 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:56:55.0378789Z 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:56:55.0379616Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0381168Z 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:56:55.0382146Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0383150Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0383990Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0385696Z 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:56:55.0386466Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0387696Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0388989Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0389819Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0391350Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0392008Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0393226Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0394504Z 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:56:55.0395543Z 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:56:55.0397297Z 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:56:55.0397695Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0398791Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0399851Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0401141Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0402071Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0403608Z 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:56:55.0404186Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0405755Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0407472Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0407750Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0409647Z 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:56:55.0410295Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0412369Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0413855Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0415277Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0416772Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0418096Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0419966Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0421081Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0422697Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0424055Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0425589Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0427266Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0428594Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0429959Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0431548Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0432870Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0434360Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0435761Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0437386Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0438789Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0440733Z 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:56:55.0441826Z 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:56:55.0443227Z 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:56:55.0445164Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0446284Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0447969Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0449235Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0450873Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0452279Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0453589Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0455286Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0456411Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0458066Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0459284Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0461098Z 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:56:55.0462313Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0464036Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0465277Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0466821Z 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:56:55.0468305Z 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:56:55.0469646Z 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:56:55.0471189Z 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:56:55.0472499Z 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:56:55.0474208Z 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:56:55.0475436Z 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:56:55.0477326Z 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:56:55.0478583Z 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:56:55.0479862Z 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:56:55.0481251Z 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:56:55.0483006Z 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:56:55.0484377Z 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:56:55.0486725Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0487675Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0489706Z 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:56:55.0490963Z 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:56:55.0493259Z 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:56:55.0493920Z 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:56:55.0495148Z 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:56:55.0496880Z 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:56:55.0497987Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0499675Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0500888Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0502362Z 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:56:55.0503722Z 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:56:55.0505434Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0506622Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0508952Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0510224Z 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:56:55.0511480Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0513178Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0514249Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0516100Z 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:56:55.0517205Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0518644Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0520346Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0521684Z 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:56:55.0523382Z 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:56:55.0524649Z 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:56:55.0525983Z 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:56:55.0527762Z 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:56:55.0529008Z 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:56:55.0530416Z 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:56:55.0531814Z 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:56:55.0533451Z 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:56:55.0534801Z 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:56:55.0536228Z 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:56:55.0538082Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0539115Z 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:56:55.0540964Z 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:56:55.0542148Z 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:56:55.0543787Z 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:56:55.0545183Z 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:56:55.0546621Z 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:56:55.0548005Z 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:56:55.0549420Z 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:56:55.0550776Z 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:56:55.0552459Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0553788Z 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:56:55.0555269Z 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:56:55.0556574Z 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:56:55.0558485Z 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:56:55.0559561Z 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:56:55.0560775Z 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:56:55.0562505Z 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:56:55.0563922Z 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:56:55.0565241Z 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:56:55.0567088Z 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:56:55.0568281Z 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:56:55.0569586Z 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:56:55.0571263Z 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:56:55.0572591Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0574072Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0575404Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0577057Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0578218Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0579951Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0581214Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0582664Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0584009Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0585788Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0586919Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0588850Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0590091Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0592042Z 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:56:55.0593039Z 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:56:55.0594477Z 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:56:55.0595896Z 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:56:55.0597650Z 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:56:55.0598881Z 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:56:55.0600858Z 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:56:55.0602846Z 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:56:55.0604197Z 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:56:55.0605581Z 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:56:55.0607296Z 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:56:55.0608671Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0610229Z 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:56:55.0611688Z 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:56:55.0613029Z 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:56:55.0614379Z 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:56:55.0616125Z 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:56:55.0617275Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0618944Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0620479Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0621617Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0623100Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0624519Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0626342Z 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:56:55.0627481Z 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:56:55.0628939Z 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:56:55.0630637Z 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:56:55.0631962Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0633641Z 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:56:55.0635043Z 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:56:55.0636392Z 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:56:55.0637752Z 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:56:55.0639479Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0640669Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0642516Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0643624Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0645432Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0647668Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0648703Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0650511Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0651568Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0653004Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0654420Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0655365Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0656876Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0657712Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0659829Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0660356Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0661880Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0663123Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0664415Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0665539Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0666900Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0667991Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0669109Z 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:56:55.0670214Z 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:56:55.0671224Z 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:56:55.0672270Z 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:56:55.0673545Z 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:56:55.0674504Z 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:56:55.0675463Z 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:56:55.0676793Z 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:56:55.0677823Z 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:56:55.0678937Z 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:56:55.0679825Z 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:56:55.0681214Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0682529Z 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:56:55.0683318Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0685405Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0685738Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0687661Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0689026Z 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:56:55.0689762Z 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:56:55.0690767Z 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:56:55.0691588Z 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:56:55.0692648Z 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:56:55.0693605Z 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:56:55.0694608Z 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:56:55.0695760Z 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:56:55.0696602Z 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:56:55.0697643Z 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:56:55.0698729Z 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:56:55.0699646Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0700659Z 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:56:55.0701628Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0702602Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0703577Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0704665Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0705895Z 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:56:55.0706764Z 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:56:55.0707778Z 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:56:55.0708839Z 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:56:55.0709772Z 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:56:55.0711010Z 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:56:55.0712344Z 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:56:55.0713161Z 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:56:55.0714209Z 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:56:55.0715200Z 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:56:55.0716250Z 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:56:55.0717268Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0718597Z 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:56:55.0719852Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0720259Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0721910Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0723064Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0724204Z 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:56:55.0725190Z 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:56:55.0726581Z 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:56:55.0728326Z 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:56:55.0728653Z 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:56:55.0730016Z 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:56:55.0730897Z 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:56:55.0732976Z 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:56:55.0740124Z 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:56:55.0740959Z 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:56:55.0741602Z 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:56:55.0741927Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0742440Z 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:56:55.0742738Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0743141Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0743562Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0743984Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0744622Z 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:56:55.0745443Z 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:56:55.0746884Z 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:56:55.0747790Z 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:56:55.0749260Z 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:56:55.0750253Z 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:56:55.0751534Z 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:56:55.0752785Z 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:56:55.0753795Z 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:56:55.0754824Z 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:56:55.0756182Z 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:56:55.0757093Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0758504Z 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:56:55.0760190Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0761353Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0762237Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0763647Z 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:56:55.0764694Z 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:56:55.0766655Z 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:56:55.0767267Z 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:56:55.0768610Z 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:56:55.0769916Z 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:56:55.0770633Z 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:56:55.0771893Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0772934Z 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:56:55.0774029Z 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:56:55.0774950Z 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:56:55.0776270Z 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:56:55.0777492Z 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:56:55.0778854Z 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:56:55.0779969Z 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:56:55.0781352Z 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:56:55.0782099Z 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:56:55.0783547Z 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:56:55.0784566Z 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:56:55.0785686Z 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:56:55.0786940Z 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:56:55.0788438Z 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:56:55.0789139Z 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:56:55.0790402Z 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:56:55.0791704Z 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:56:55.0792678Z 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:56:55.0793619Z 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:56:55.0794597Z 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:56:55.0795916Z 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:56:55.0796758Z 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:56:55.0798195Z 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:56:55.0799197Z 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:56:55.0799920Z 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:56:55.0801451Z 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:56:55.0802290Z 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:56:55.0804001Z 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:56:55.0805073Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0806313Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0807234Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0808256Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0809157Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0810357Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0811325Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0812604Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0813671Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0815312Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0816035Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0817611Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0818346Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0819834Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0820716Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0822046Z 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:56:55.0822977Z 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:56:55.0824247Z 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:56:55.0825383Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0826390Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0827850Z 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:56:55.0829162Z 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:56:55.0829792Z 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:56:55.0830962Z 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:56:55.0832025Z 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:56:55.0833800Z 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:56:55.0834444Z 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:56:55.0835798Z 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:56:55.0836929Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0837976Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0839209Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0840075Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0841342Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0842330Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0843433Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0844933Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0845769Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0847987Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0848344Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0849035Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0850037Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0851232Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0852410Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0853830Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0854565Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0855712Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0856905Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0858033Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0859362Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0860774Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0861611Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0863260Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0863973Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0865215Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0866386Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0867747Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0868987Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0869898Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0871339Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0871943Z 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:56:55.0873290Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0874266Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0875372Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0876697Z 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:56:55.0878155Z 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:56:55.0879009Z 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:56:55.0880007Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0881255Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0882458Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0883919Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0885096Z 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:56:55.0886572Z 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:56:55.0887544Z 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:56:55.0889015Z 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:56:55.0890093Z 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:56:55.0891260Z 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:56:55.0892688Z 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:56:55.0893708Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0895032Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0896109Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0897664Z 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:56:55.0898335Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0899771Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0900573Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0902122Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0903313Z 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:56:55.0904027Z 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:56:55.0905557Z 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:56:55.0906378Z 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:56:55.0908304Z 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:56:55.0909377Z 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:56:55.0910237Z 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:56:55.0911861Z 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:56:55.0912452Z 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:56:55.0914016Z 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:56:55.0914942Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0917129Z 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:56:55.0917700Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0918881Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0919845Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0920845Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0922177Z 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:56:55.0923349Z 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:56:55.0924297Z 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:56:55.0926159Z 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:56:55.0926475Z 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:56:55.0928053Z 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:56:55.0928755Z 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:56:55.0930746Z 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:56:55.0931185Z 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:56:55.0932751Z 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:56:55.0933380Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0934384Z 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:56:55.0935683Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0936924Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0937852Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0939342Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0940700Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0941677Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0942826Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0943997Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0945234Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0946530Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0947763Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0949776Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0950053Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0951642Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0953653Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0953955Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0955200Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0956452Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0957281Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0958588Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0959486Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0960617Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0961542Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0962816Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0964428Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0966050Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0967214Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0968188Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0969488Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0970335Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0972221Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0972821Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0974211Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0974971Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0976285Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0977187Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0978400Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0979629Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0980757Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0981667Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0983134Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0984128Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0985492Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0986486Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0987991Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0988837Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0989993Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0991053Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0992244Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0996633Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0997158Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0997527Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0997835Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0998138Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.0998723Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1000118Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1000833Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1001846Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1003155Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1004500Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1005587Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1006679Z 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:56:55.1007472Z 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:56:55.1009208Z 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:56:55.1010219Z 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:56:55.1010813Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1012470Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1013444Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1014779Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1015803Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1016835Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1018153Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1019086Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1020341Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1021332Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1022550Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1023785Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1024752Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1026130Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1027104Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1028292Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1029537Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1030854Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1031805Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1033089Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1034359Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1035511Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1036621Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1037892Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1038944Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1040171Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1041359Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1042669Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1043957Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1045459Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1046284Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1047424Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1048705Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1050908Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1051176Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1052400Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1053511Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1054732Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1055928Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1057474Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1058423Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1059820Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1060679Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1061914Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1062640Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1064071Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1064869Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1066098Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1067150Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1068542Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1069451Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1070441Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1071701Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1072556Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1073988Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1075273Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1076120Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1077575Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1078583Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1080032Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1080754Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1081957Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1082845Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1084913Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1085405Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1086980Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1087503Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1088693Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1089920Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1091107Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1093654Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1094051Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1094483Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1095696Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1096865Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1097913Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1099109Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1100211Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1101339Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1102157Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1103407Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1104358Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1105649Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1106906Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1108266Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1109573Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1110724Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1112026Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1113128Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1114379Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1115719Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1116694Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1118053Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1119247Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1120647Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1121905Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1123147Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1124251Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1125922Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1126743Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1128043Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1128905Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1129927Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1131486Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1132395Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1133893Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1134864Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1136025Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1136864Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1138476Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1139331Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1140895Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1141812Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1143142Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1144528Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1145503Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1147051Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1147971Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1150390Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1150781Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1151648Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1153067Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1154381Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1155639Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1156876Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1157827Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1159076Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1160883Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1161531Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1162359Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1163514Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1164996Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1166347Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1167593Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1169406Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1170700Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1172255Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1173717Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1175025Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1176347Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1178043Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1179363Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1181062Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1182183Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1183830Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1185319Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1186496Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1188432Z 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:56:55.1189832Z 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:56:55.1191240Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1192493Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1193951Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1195360Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1197067Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1198470Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1199744Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1201538Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1202982Z 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:56:55.1204541Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1205925Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1207562Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1209038Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1210297Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1211820Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1213188Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1214992Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1216240Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1218284Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1219391Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1221217Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1222281Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1224036Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1225112Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1226816Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1228014Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1229831Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1230915Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1232528Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1234021Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1235366Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1237140Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1238331Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1239999Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1241287Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1242575Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1244632Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1245638Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1247347Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1248511Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1250253Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1251602Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1253098Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1254581Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1255610Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1257696Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1258131Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1259688Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1260544Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1262238Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1262977Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1264579Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1266134Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1266928Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1268277Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1269571Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1270960Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1271840Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1273907Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1274451Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1276409Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1278578Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1279074Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1279843Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1281268Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1282587Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1284085Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1286974Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1287805Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1289841Z 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:56:55.1290831Z 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:56:55.1292273Z 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:56:55.1294018Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1295315Z 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:56:55.1296679Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1298504Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1299824Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1301118Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1302957Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1304119Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1305587Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1307346Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1309416Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1310567Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1311947Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1313937Z 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:56:55.1314876Z 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:56:55.1316588Z 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:56:55.1318238Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1319451Z 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:56:55.1320927Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1322277Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1324114Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1325313Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1327000Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1328330Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1330093Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1331203Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1332646Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1334138Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1336037Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1337191Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1338860Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1340068Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1341779Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1343063Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1344974Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1346068Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1348003Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1350459Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1350958Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1352675Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1353957Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1355790Z 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:56:55.1356999Z 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:56:55.1358331Z 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:56:55.1359859Z 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:56:55.1361197Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1363291Z 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:56:55.1364309Z 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:56:55.1365650Z 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:56:55.1367354Z 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:56:55.1368679Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1370079Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1371577Z 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:56:55.1373024Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1374526Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1376257Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1377666Z 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:56:55.1379382Z 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:56:55.1380566Z 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:56:55.1382247Z 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:56:55.1383622Z 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:56:55.1385548Z 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:56:55.1386502Z 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:56:55.1388005Z 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:56:55.1389752Z 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:56:55.1390935Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1392621Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1393794Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1395561Z 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:56:55.1396751Z 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:56:55.1398116Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1400071Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1401258Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1402713Z 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:56:55.1405103Z 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:56:55.1406171Z 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:56:55.1407575Z 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:56:55.1408900Z 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:56:55.1410541Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1411932Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1413450Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1414725Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1416675Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1417900Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1419485Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1420732Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1422628Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1423805Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1425164Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1426812Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1428204Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1429883Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1431230Z 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:56:55.1432675Z 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:56:55.1434493Z 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:56:55.1435606Z 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:56:55.1437313Z 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:56:55.1438542Z 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:56:55.1439934Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1441655Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1442641Z 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:56:55.1444240Z 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:56:55.1444674Z 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:56:55.1446625Z 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:56:55.1447970Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1449320Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1450272Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1452042Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1452880Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1454179Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1455079Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1456754Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1457690Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1458829Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1460111Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1461842Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1462148Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1463484Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1464598Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1465690Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1466982Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1468236Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1469690Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1470941Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1472259Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1473585Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1475923Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1476317Z 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:56:55.1477175Z 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:56:55.1478086Z 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:56:55.1479350Z 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:56:55.1480300Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1481714Z 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:56:55.1482634Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1483630Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1484429Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1486307Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1486592Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1488059Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1488940Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1490054Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1491062Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1492075Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1492974Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1494264Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1495190Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1496089Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1497346Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1498393Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1499549Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1500950Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1502182Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1503058Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1504127Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1505282Z 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:56:55.1506382Z 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:56:55.1507326Z 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:56:55.1508670Z 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:56:55.1509617Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1511013Z 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:56:55.1512271Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1512669Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1514133Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1515224Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1516473Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1517710Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1519117Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1520276Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1521555Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1522736Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1525425Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1525969Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1526961Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1528254Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1529871Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1530328Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1531293Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1532489Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1533493Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1534533Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1535958Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1537056Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1538338Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1539888Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1540710Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1542066Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1543175Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1544351Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1545530Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1546853Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1548062Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1549258Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1550468Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1551805Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1552500Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1553688Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1554811Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1555873Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1557622Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1558378Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1559467Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1560567Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1562669Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1563720Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1564829Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1567052Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1567334Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1568824Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1570321Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1571129Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1572481Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1573860Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1575228Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1576093Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1577399Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1578647Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1579441Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1581132Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1581650Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1582950Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1583922Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1587414Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1587843Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1588298Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1588568Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1588867Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1590003Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1591232Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1592240Z 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:56:55.1593500Z 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:56:55.1594438Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1595540Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1596999Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1597901Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1599221Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1600201Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1601499Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1602438Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1603659Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1605317Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1606893Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1607637Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1608614Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1609557Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1611046Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1611834Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1613565Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1614023Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1615351Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1616154Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1617350Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1618516Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1619763Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1620719Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1622060Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1623277Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1624887Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1625619Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1627005Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1627932Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1629231Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1630219Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1631409Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1632568Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1633640Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1634959Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1636348Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1637348Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1638664Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1639753Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1640860Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1641843Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1643717Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1644606Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1645744Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1647358Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1648451Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1649513Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1650563Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1651858Z 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:56:55.1653292Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1654174Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1655135Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1656509Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1657967Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1658644Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1659862Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1661128Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1661996Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1663172Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1664055Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1665131Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1666364Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1667484Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1668689Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1670228Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1670974Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1672260Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1673399Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1674224Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1675382Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1676245Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1677593Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1678084Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1679848Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1680685Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1682231Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1683535Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1685105Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1686284Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1687712Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1689223Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1690017Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1691480Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1692432Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1693958Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1694913Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1696606Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1697513Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1699034Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1700038Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1701321Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1702696Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1703653Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1705023Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1706194Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1707471Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1708748Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1710089Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1711329Z 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:56:55.1713433Z 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:56:55.1714552Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1715928Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1717602Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1718813Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1720512Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1721934Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1723292Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1724884Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1726430Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1727920Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1729217Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1730542Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1732513Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1733677Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1735496Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1736660Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1738316Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1739521Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1741201Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1742419Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1744339Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1745325Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1746996Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1748433Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1749918Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1751207Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1752903Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1754069Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1755888Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1757036Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1758547Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1760048Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1761555Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1763044Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1764511Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1766884Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1767898Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1769213Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1770816Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1772296Z 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:56:55.1773628Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1775331Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1776516Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1778252Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1779374Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1780904Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1782582Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1783966Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1785827Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1786663Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1788318Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1789712Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1791323Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1792489Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1794223Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1795568Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1796819Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1798424Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1799730Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1801589Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1802765Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1804308Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1806061Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1807999Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1809204Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1810997Z 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:56:55.1812150Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1813538Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1815285Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1816406Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1818081Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1819680Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1821145Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1822424Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1823747Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1825378Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1826793Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1828081Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1829820Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1831140Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1832865Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1834179Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1835534Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1837083Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1838418Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1840317Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1841506Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1843146Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1844833Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1846178Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1847741Z 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:56:55.1849045Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1850444Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1852119Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1853422Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1855050Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1856283Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1858052Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1859190Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1861079Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1862134Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1863932Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1865311Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1866590Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1868189Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1869901Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1871191Z 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:56:55.1872970Z 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:56:55.1874277Z 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:56:55.1875964Z 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:56:55.1877487Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1878817Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1880590Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1881781Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1883533Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1884897Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1886752Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1887863Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1889288Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1890950Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1892310Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1893608Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1894943Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1896364Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1898141Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1899216Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1900659Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1902941Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1904703Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1905404Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1906771Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1908158Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1909476Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1910657Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1911842Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1912994Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1914205Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1915392Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1916855Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1917796Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1919280Z 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:56:55.1921268Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1921773Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1922610Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1923992Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1925132Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1926700Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1928064Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1929500Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1930279Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1931569Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1932438Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1933591Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1934608Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1935903Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1936712Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1937870Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1938973Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1940169Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1941179Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1942406Z 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:56:55.1943544Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1944528Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1945826Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1947093Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1948328Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1949290Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1950739Z 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:56:55.1951750Z 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:56:55.1952686Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1953789Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1954910Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1956248Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1957416Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1958762Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1959750Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1961049Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1962057Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1963613Z 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:56:55.1964418Z 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:56:55.1966063Z 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:56:55.1966981Z 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:56:55.1968084Z 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:56:55.1969264Z 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:56:55.1970003Z 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:56:55.1971195Z 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:56:55.1972081Z 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:56:55.1972978Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1973992Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1975240Z 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:56:55.1975957Z 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:56:55.1977505Z 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:56:55.1978925Z 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:56:55.1979684Z 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:56:55.1981107Z 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:56:55.1981906Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1983165Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1984055Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1985318Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1986536Z 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:56:55.1987980Z 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:56:55.1988801Z 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:56:55.1989740Z 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:56:55.1991189Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1992132Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1993559Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1994431Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1996031Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.1998021Z 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:56:55.1998331Z 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:56:55.1999933Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2000845Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2002282Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2003193Z 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:56:55.2004828Z 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:56:55.2005811Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2007752Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2008410Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2010114Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2010949Z 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:56:55.2012832Z 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:56:55.2013507Z 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:56:55.2015358Z 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:56:55.2015854Z 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:56:55.2017185Z 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:56:55.2018027Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2019205Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2020452Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2022223Z 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:56:55.2022787Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2024092Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2025229Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2027255Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2027746Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2029173Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2030111Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2031287Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2032681Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2033506Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2034768Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2035640Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2036902Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2038091Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2039315Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2040815Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2041323Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2042296Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2043361Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2044386Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2045604Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2046646Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2048061Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2048900Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2049900Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2051111Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2052618Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2053801Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2054710Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2055930Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2057385Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2058461Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2059333Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2060669Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2061908Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2063127Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2064540Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2065674Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2066682Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2068042Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2069875Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2070371Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2071938Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2072501Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2074095Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2074806Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2076252Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2077652Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2078451Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2079706Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2080898Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2082121Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2083323Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2084370Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2085729Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2087208Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2087897Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2089702Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2090331Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2091838Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2092690Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2094185Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2095539Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2096857Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2097973Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2099492Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2100702Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2101703Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2103092Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2104439Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2105405Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2107704Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2107974Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2109217Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2110220Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2112080Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2112691Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2114540Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2115295Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2116877Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2117697Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2119103Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2120119Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2121614Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2122541Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2124181Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2125880Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2126321Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2127852Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2129975Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2131431Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2133119Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2134495Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2136046Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2137242Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2138743Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2140274Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2141645Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2142955Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2144612Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2145774Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2147571Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2148927Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2150306Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2152006Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2153240Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2155157Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2156167Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2157099Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2158370Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2159411Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2160426Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2161761Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2163017Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2164348Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2165767Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2166488Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2168302Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2169109Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2169953Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2171245Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2172254Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2173672Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2175549Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2175873Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2177034Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2178563Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2179523Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2180878Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2182412Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2183738Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2185682Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2186711Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2188140Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2189805Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2191273Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2192651Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2194105Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2195464Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2197323Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2197962Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2199569Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2200350Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2201877Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2203148Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2205085Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2205742Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2207000Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2208437Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2209040Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2210614Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2212064Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2212965Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2214326Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2216005Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2216802Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2218573Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2219418Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2221085Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2222781Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2223127Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2224442Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2231348Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2231643Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2231964Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2232242Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2232596Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2233008Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2233509Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2234894Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2235904Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2236861Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2238081Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2238894Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2240107Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2241006Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2242236Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2243124Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2244284Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2245960Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2247072Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2247976Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2248790Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2250236Z 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:56:55.2251202Z 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:56:55.2252337Z 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:56:55.2253537Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2255120Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2256085Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2257274Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2258099Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2259752Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2260571Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2261935Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2262722Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2263895Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2264871Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2265866Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2267174Z 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:56:55.2268177Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2271123Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2271378Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2271820Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2272498Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2273568Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2274730Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2275708Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2276779Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2277869Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2279208Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2280141Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2281271Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2282374Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2283337Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2285273Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2285985Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2287379Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2288324Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2289974Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2291125Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2292103Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2293546Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2294734Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2295591Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2297118Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2297930Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2298904Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2299854Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2300945Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2301795Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2302905Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2304110Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2305090Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2306161Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2307068Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2308217Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2309199Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2310591Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2311286Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2312367Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2313592Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2314438Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2315739Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2316716Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2317909Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2319230Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2320087Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2321397Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2323117Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2323690Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2325303Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2326146Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2327267Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2328498Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2329290Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2330643Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2331815Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2332660Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2333943Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2334928Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2335888Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2337178Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2338419Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2339687Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2340691Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2341602Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2342952Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2344354Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2345020Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2346361Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2347857Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2348867Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2350140Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2351406Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2352570Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2353782Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2355087Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2356073Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2357327Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2358655Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2359619Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2360875Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2362528Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2363623Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2365891Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2366491Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2367495Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2368782Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2370145Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2370995Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2372142Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2373854Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2374425Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2375962Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2376737Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2377882Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2379436Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2380243Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2381416Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2382772Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2383997Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2384904Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2386156Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2387101Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2388884Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2389199Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2390651Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2391451Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2392810Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2393941Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2395192Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2396499Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2398468Z 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:56:55.2399680Z 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:56:55.2401179Z 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:56:55.2402805Z 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:56:55.2404156Z 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:56:55.2406554Z 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:56:55.2407706Z 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:56:55.2409121Z 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:56:55.2410651Z 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:56:55.2412001Z 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:56:55.2413371Z 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:56:55.2415248Z 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:56:55.2416317Z 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:56:55.2417828Z 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:56:55.2419072Z 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:56:55.2420868Z 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:56:55.2422248Z 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:56:55.2423829Z 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:56:55.2425111Z 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:56:55.2426558Z 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:56:55.2428164Z 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:56:55.2429984Z 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:56:55.2431227Z 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:56:55.2432676Z 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:56:55.2434003Z 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:56:55.2435545Z 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:56:55.2436840Z 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:56:55.2438268Z 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:56:55.2439705Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2441592Z 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:56:55.2442111Z 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:56:55.2444129Z 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:56:55.2445314Z 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:56:55.2446256Z 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:56:55.2448104Z 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:56:55.2448951Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2450222Z 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:56:55.2451413Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2452637Z 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:56:55.2453994Z 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:56:55.2455186Z 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:56:55.2456367Z 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:56:55.2457503Z 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:56:55.2458746Z 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:56:55.2459890Z 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:56:55.2461219Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2462286Z 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:56:55.2463531Z 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:56:55.2464661Z 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:56:55.2466018Z 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:56:55.2467236Z 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:56:55.2468513Z 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:56:55.2469685Z 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:56:55.2471159Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2472133Z 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:56:55.2473452Z 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:56:55.2474770Z 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:56:55.2475733Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2477063Z 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:56:55.2478008Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2479412Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2480477Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2481546Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2482595Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2484148Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2485393Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2486216Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2487591Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2488526Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2490101Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2490869Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2492055Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2493359Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2494341Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2495940Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2496384Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2497690Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2498776Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2499994Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2500899Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2502080Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2503335Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2504234Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2505678Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2506585Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2507502Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2508807Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2509792Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2510920Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2512309Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2513084Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2514337Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2515372Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2516715Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2517580Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2518931Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2519875Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2521069Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2522691Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2524886Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2525176Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2526684Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2527377Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2528688Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2529487Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2530886Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2532129Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2533267Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2534537Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2535614Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2537048Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2538093Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2539384Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2540708Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2541726Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2543045Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2543914Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2545498Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2546578Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2548044Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2548998Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2550424Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2551700Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2553025Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2553805Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2555047Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2556141Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2557055Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2558304Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2559571Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2560678Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2561519Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2562683Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2564130Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2565152Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2567018Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2568101Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2569605Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2570454Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2571930Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2572296Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2573858Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2574753Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2576044Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2577077Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2578461Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2579755Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2581492Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2582629Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2584241Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2585515Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2587226Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2588499Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2590293Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2591440Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2593110Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2594360Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2596121Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2597320Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2598981Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2600219Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2601876Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2604007Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2605256Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2607086Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2608138Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2609450Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2611152Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2612705Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2613963Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2615535Z 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:56:55.2616833Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2618229Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2619833Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2621388Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2622972Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2624227Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2625539Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2627154Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2628588Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2630212Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2631136Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2632719Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2633674Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2634995Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2636572Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2637812Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2638928Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2640843Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2641769Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2642888Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2644591Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2645333Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2646784Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2647875Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2649138Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2650042Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2651334Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2652483Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2653688Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2654858Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2656052Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2657286Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2658192Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2659537Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2660555Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2661844Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2662819Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2664130Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2665432Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2666663Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2667712Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2669073Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2670274Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2671157Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2672648Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2673546Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2674993Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2676200Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2677694Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2679107Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2680001Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2681365Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2682638Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2684025Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2685427Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2687070Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2688331Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2689314Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2690662Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2691687Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2693210Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2694120Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2695720Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2696541Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2698028Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2699486Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2700832Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2702025Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2703337Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2704234Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2705706Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2706577Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2708303Z 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:56:55.2709312Z 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:56:55.2710513Z 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:56:55.2711839Z 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:56:55.2712882Z 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:56:55.2713976Z 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:56:55.2715295Z 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:56:55.2716748Z 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:56:55.2717605Z 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:56:55.2718820Z 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:56:55.2720124Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2721424Z 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:56:55.2722580Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2723642Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2724990Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2727004Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2728026Z 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:56:55.2729457Z 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:56:55.2730414Z 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:56:55.2731741Z 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:56:55.2733506Z 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:56:55.2734104Z 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:56:55.2735634Z 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:56:55.2736387Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2737798Z 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:56:55.2738933Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2739823Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2741442Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2742343Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2743486Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2744840Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2745745Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2746940Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2748038Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2749498Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2750445Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2751727Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2752828Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2753932Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2755442Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2756136Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2757498Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2758825Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2760005Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2761254Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2762445Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2763610Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2765164Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2766407Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2767548Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2768832Z 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:56:55.2770272Z 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:56:55.2771252Z 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:56:55.2772839Z 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:56:55.2773872Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2775009Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2775961Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2776747Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2777932Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2779935Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2780718Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2781641Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2782894Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2784113Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2785327Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2786478Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2788042Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2789621Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2790546Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2792320Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2792603Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2793761Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2795044Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2795521Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2796772Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2798193Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2799138Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2800379Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2801799Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2803021Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2804694Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2805595Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2807025Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2808007Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2809483Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2810211Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2811459Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2812727Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2813575Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2814935Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2816092Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2816780Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2818784Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2819362Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2820856Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2822192Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2823157Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2824393Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2825594Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2826832Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2828223Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2829484Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2830738Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2831797Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2842593Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2843308Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2843928Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2844434Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2845108Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2845594Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2846046Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2846463Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2847046Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2847509Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2847944Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2848394Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2848855Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2849377Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2850434Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2851746Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2853575Z 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:56:55.2854854Z 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:56:55.2856185Z 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:56:55.2857853Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2859210Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2860503Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2862014Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2863747Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2864924Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2866500Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2867852Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2869649Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2870822Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2872256Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2873916Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2874887Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2876184Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2877622Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2879277Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2880506Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2882058Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2883893Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2885061Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2887601Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2889383Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2890024Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2891511Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2892692Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2893942Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2895346Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2896444Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2897921Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2898930Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2900411Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2901364Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2902871Z 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:56:55.2904180Z 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:56:55.2905239Z 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:56:55.2906883Z 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:56:55.2908085Z 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:56:55.2909554Z 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:56:55.2910866Z 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:56:55.2912252Z 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:56:55.2913770Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2915135Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2916718Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2918060Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2919855Z 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:56:55.2921065Z 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:56:55.2922801Z 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:56:55.2924277Z 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:56:55.2925907Z 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:56:55.2927357Z 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:56:55.2928625Z 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:56:55.2930341Z 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:56:55.2932343Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2933669Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2935109Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2936471Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2938153Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2939610Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2941298Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2942532Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2944097Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2945695Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2946913Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2948776Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2950209Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2951678Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2953351Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2954476Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2956072Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2957508Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2958825Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2960254Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2961791Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2963093Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2964801Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2966137Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2967892Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2969314Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2970648Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2972368Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2973558Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2975237Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2976557Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2978208Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2979476Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2981220Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2982582Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2983851Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2985427Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2986824Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2988427Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2989974Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2990983Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2993110Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2993606Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2994933Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2996187Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2997463Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.2998878Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3000083Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3001517Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3002412Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3004089Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3004719Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3006088Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3007143Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3008513Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3009393Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3010278Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3011804Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3012551Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3014366Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3015065Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3016253Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3017211Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3018464Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3020535Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3021542Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3022608Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3023665Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3025033Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3025975Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3027429Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3028858Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3029714Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3031156Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3032201Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3033257Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3034335Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3035420Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3036527Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3037598Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3038719Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3039852Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3041056Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3042354Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3043066Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3044640Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3046029Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3047106Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3048841Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3049555Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3050957Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3051860Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3053008Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3054075Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3055078Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3056620Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3057342Z 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:56:55.3058287Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3059462Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3060365Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3061351Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3062708Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3063972Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3064577Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3066136Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3067553Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3068753Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3069927Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3071147Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3072325Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3073476Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3074732Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3076128Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3077391Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3078648Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3079818Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3081031Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3081944Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3083354Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3084705Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3085843Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3087146Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3088071Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3089467Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3090329Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3091390Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3092710Z 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:56:55.3093920Z 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:56:55.3095288Z 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:56:55.3096393Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3097398Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3098794Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3099806Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3100826Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3102458Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3103380Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3104680Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3105469Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3106829Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3108301Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3109041Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3110486Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3111530Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3112824Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3113660Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3114906Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3115742Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3116734Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3117966Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3118815Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3120367Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3121305Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3122276Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3123310Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3124827Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3125687Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3127228Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3128478Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3129353Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3130852Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3132139Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3133262Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3134415Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3135304Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3136628Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3137624Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3139002Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3139884Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3140875Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3142775Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3143303Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3144615Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3145706Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3146616Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3148037Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3148983Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3150564Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3151522Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3152447Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3153692Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3154655Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3156558Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3156849Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3157943Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3159150Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3160587Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3161511Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3163113Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3164305Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3165317Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3166617Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3167503Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3169032Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3170177Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3171375Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3172401Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3173646Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3174879Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3176372Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3178176Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3178779Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3180233Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3181821Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3182705Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3184116Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3185358Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3186425Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3187826Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3188949Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3190130Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3191540Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3192355Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3193532Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3194816Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3196229Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3197073Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3198616Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3199601Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3200835Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3202031Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3202928Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3204282Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3206312Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3207277Z 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:56:55.3208175Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3209501Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3210203Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3211721Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3212676Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3213806Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3214896Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3216071Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3217051Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3218444Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3219460Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3220553Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3221729Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3223006Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3223886Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3225271Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3226778Z 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:56:55.3227522Z 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:56:55.3229166Z 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:56:55.3229987Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3231752Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3232627Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3233698Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3234767Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3236277Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3237205Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3238301Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3239455Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3240736Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3241711Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3242859Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3244154Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3245981Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3246880Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3248004Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3248961Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3249888Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3251338Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3252102Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3253565Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3254591Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3255443Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3256676Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3258151Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3259016Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3260210Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3261299Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3262580Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3263665Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3264821Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3265900Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3268032Z 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:56:55.3268483Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3269324Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3270328Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3271999Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3275572Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3275944Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3276292Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3276724Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3277071Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3277934Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3279289Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3280248Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3281881Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3283223Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3283492Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3285434Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3286302Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3287217Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3288227Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3289745Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3290656Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3291823Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3293204Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3294049Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3295391Z 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:56:55.3296278Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3297444Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3298341Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3299680Z 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:56:55.3300919Z 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:56:55.3301738Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3302919Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3304099Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3305516Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3306489Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3307937Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3308837Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3310140Z 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:56:55.3311454Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3312202Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3313590Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3314567Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3315915Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3317189Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3318793Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3319888Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3321134Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3322467Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3323618Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3325330Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3326520Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3327396Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3328702Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3329922Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3331018Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3332374Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3333213Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3334817Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3335730Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3336502Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3337747Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3338838Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3339815Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3340831Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3342032Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3342934Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3344116Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3345315Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3346189Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3347910Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3348862Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3349769Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3351004Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3351938Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3353192Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3354253Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3355261Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3356427Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3357440Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3358766Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3359725Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3361235Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3361797Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3363646Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3364354Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3366521Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3368098Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3368481Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3369998Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3371727Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3371988Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3373754Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3374562Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3375869Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3377218Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3378128Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3379992Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3380553Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3382196Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3383054Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3384403Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3385612Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3386808Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3388433Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3389447Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3390909Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3391883Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3393546Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3395257Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3396120Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3397476Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3398870Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3400298Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3402063Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3402784Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3404257Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3405446Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3406703Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3408037Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3409297Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3410365Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3411862Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3412913Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3413868Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3414981Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3416861Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3417393Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3418340Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3429785Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3431284Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3432209Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3433295Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3434760Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3436082Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3436961Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3438355Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3439611Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3441070Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3442017Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3443350Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3444726Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3446065Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3447229Z 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:56:55.3448505Z 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:56:55.3449334Z 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:56:55.3450338Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3451584Z 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:56:55.3452496Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3453679Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3455484Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3456073Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3457160Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3458133Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3459033Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3460178Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3461321Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3462610Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3463910Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3464813Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3465930Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3467224Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3468600Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3469328Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3470595Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3471721Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3472755Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3473942Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3475197Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3476102Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3477322Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3478117Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3479347Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3481020Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3482027Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3483377Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3484667Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3486124Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3487174Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3488261Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3489282Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3490142Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3491447Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3492542Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3493995Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3494858Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3496372Z 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:56:55.3497590Z 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:56:55.3498619Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3499783Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3500600Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3501998Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3503198Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3506349Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3507492Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3509144Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3510164Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3511587Z 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:56:55.3514599Z 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:56:55.3515775Z 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:56:55.3517064Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3519416Z 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:56:55.3520418Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3521797Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3523446Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3524849Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3527535Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3528830Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3530019Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3531407Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3532811Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3533914Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3535286Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3536540Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3537813Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3541481Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3542785Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3544892Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3545784Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3547820Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3548702Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3550158Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3551387Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3552503Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3555012Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3556669Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3558298Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3559817Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3560985Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3562754Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3564470Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3566201Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3567775Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3569366Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3570435Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3572045Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3574729Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3575846Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3577497Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3578963Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3580743Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3581227Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3582743Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3583596Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3585108Z 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:56:55.3585961Z 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:56:55.3587397Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3588062Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3589410Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3590625Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3591715Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3593006Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3594457Z 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:56:55.3596971Z 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:56:55.3597287Z 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:56:55.3597625Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3598527Z 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:56:55.3600001Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3601209Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3602206Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3603648Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3604942Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3606347Z 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:56:55.3607330Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3609207Z 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:56:55.3610122Z 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:56:55.3611378Z 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:56:55.3612690Z 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:56:55.3613747Z 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:56:55.3615082Z 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:56:55.3616239Z 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:56:55.3617526Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3619355Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3620284Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3621701Z 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:56:55.3622950Z 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:56:55.3624377Z 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:56:55.3625764Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3627402Z 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:56:55.3628739Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3630341Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3631958Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3633348Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3635168Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3636404Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3637996Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3639294Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3640858Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3642404Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3643714Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3645573Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3646825Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3648620Z 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:56:55.3650762Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3651463Z 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:56:55.3652801Z 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:56:55.3654189Z 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:56:55.3655533Z 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:56:55.3657229Z 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:56:55.3658511Z 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:56:55.3659889Z 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:56:55.3662203Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3663280Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3664626Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3666290Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3667478Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3669224Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3670524Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3672192Z 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:56:55.3673147Z 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:56:55.3674262Z 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:56:55.3675696Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3676795Z 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:56:55.3678263Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3679569Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3680714Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3682067Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3683030Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3684517Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3686413Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3687896Z 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:56:55.3688701Z 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:56:55.3690055Z 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:56:55.3691264Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3692489Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3693355Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3694440Z 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:56:55.3695354Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3696629Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3697646Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3699018Z 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:56:55.3699957Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3700791Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3702002Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3703584Z 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:56:55.3704221Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3705435Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3706793Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3708019Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3709425Z 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:56:55.3710652Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3711818Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3712817Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3714023Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3715507Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3716630Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3717970Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3719533Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3720662Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3722022Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3723358Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3725164Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3726717Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3728020Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3729740Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3730985Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3732533Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3733854Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3735400Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3736744Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3738415Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3739784Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3741362Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3742636Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3744284Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3746317Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3747542Z 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:56:55.3749026Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3750616Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3751876Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3753541Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3754819Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3756505Z 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:56:55.3757778Z 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:56:55.3759511Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3760677Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3762530Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3764165Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3765437Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3766803Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3768469Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3769797Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3771138Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3772764Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3773998Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3775723Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3776977Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3778567Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3779902Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3781623Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3782778Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3784299Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3785581Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3787325Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3788494Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3790093Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3791319Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3793041Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3794312Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3795688Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3797180Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3799027Z 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:56:55.3800377Z 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:56:55.3801615Z 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:56:55.3803156Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3804698Z 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:56:55.3806069Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3807458Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3809095Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3810389Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3812361Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3813502Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3815077Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3816757Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3818442Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3819598Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3821018Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3822587Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3823971Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3825342Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3827005Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3828313Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3829993Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3831233Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3832778Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3834356Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3835871Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3837133Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3838894Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3840934Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3842198Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3843423Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3844991Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3847645Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3848825Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3850122Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3851812Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3852951Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3854375Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3855864Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3857217Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3858739Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3860453Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3861639Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3863429Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3864619Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3866216Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3867505Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3869198Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3870915Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3872141Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3873465Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3875076Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3876399Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3878005Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3879265Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3881005Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3882169Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3883991Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3885357Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3886681Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3888197Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3889548Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3891180Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3892457Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3894149Z 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:56:55.3895450Z 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:56:55.3896866Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3898554Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3899887Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3901212Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3902935Z 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:56:55.3904301Z 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:56:55.3905666Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3907385Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3908769Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3910108Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3911804Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3913653Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3914847Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3916194Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3917865Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3919074Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3920719Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3922265Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3923524Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3925010Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3926787Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3927962Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3929619Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3930912Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3932758Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3933719Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3937015Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3937832Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3939341Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3940709Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3942436Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3943633Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3945557Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3947007Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3948416Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3950109Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3951317Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3953125Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3954314Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3955945Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3957226Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3959060Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3960255Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3961910Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3963268Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3965270Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3966423Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3968215Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3969661Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3971058Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3972739Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3973949Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3975503Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3976997Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3978725Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3979862Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3981694Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3983009Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3984341Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3986078Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3987301Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3989049Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3990405Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3992112Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3993313Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3994954Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3996423Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3997736Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.3999239Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4000946Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4002276Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4004055Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4005683Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4007711Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4009047Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4010420Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4011867Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4013341Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4015020Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4016431Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4017803Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4019376Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4020769Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4022436Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4023681Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4025097Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4026979Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4028277Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4029754Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4031044Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4033951Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4034539Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4036502Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4037484Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4039114Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4040332Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4041986Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4043140Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4044935Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4046123Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4047994Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4049143Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4050682Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4052381Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4053685Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4055172Z 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:56:55.4056471Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4058159Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4059368Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4061092Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4062502Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4063782Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4065185Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4067132Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4068221Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4069934Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4071120Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4072809Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4074257Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4076103Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4077331Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4078989Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4080439Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4081781Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4083532Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4084744Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4086408Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4087686Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4089500Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4090810Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4092155Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4093774Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4095170Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4096905Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4097931Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4099572Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4100976Z 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:56:55.4102363Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4104038Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4105383Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4107232Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4108455Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4110155Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4111459Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4112951Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4114595Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4115958Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4118029Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4119040Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4120733Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4121887Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4123545Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4124953Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4126756Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4128943Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4130259Z 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:56:55.4131527Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4133440Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4134588Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4135925Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4137677Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4138765Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4149811Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4150310Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4151012Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4151615Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4152128Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4152721Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4153296Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4153762Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4154211Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4154792Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4155274Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4155733Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4156192Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4156676Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4157299Z 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:56:55.4157814Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4158859Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4160161Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4161440Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4163293Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4164539Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4167450Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4168012Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4169541Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4170783Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4172666Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4173833Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4175072Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4176584Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4177900Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4179549Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4180832Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4182443Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4183774Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4185595Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4186731Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4188530Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4189783Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4191665Z 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:56:55.4192815Z 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:56:55.4194134Z 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:56:55.4195777Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4197138Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4198491Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4200116Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4201371Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4203168Z 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:56:55.4204811Z 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:56:55.4206111Z 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:56:55.4207860Z 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:56:55.4208994Z 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:56:55.4210467Z 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:56:55.4211873Z 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:56:55.4213765Z 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:56:55.4215095Z 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:56:55.4216410Z 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:56:55.4218688Z 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:56:55.4219701Z 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:56:55.4221107Z 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:56:55.4222582Z 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:56:55.4223974Z 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:56:55.4225958Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4227139Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4228482Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4229909Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4231601Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4232899Z 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:56:55.4234651Z 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:56:55.4235872Z 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:56:55.4237309Z 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:56:55.4238729Z 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:56:55.4240446Z 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:56:55.4241671Z 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:56:55.4243374Z 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:56:55.4245294Z 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:56:55.4247059Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4248401Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4250094Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4251353Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4253086Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4254328Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4255692Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4257171Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4258857Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4259989Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4261608Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4263085Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4264760Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4266027Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4267740Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4269047Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4270836Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4272050Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4273740Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4275484Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4276741Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4278091Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4279753Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4280984Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4282882Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4284323Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4286133Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4287254Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4288957Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4290124Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4291927Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4293145Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4294559Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4295940Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4296968Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4298272Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4299580Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4300855Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4302544Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4304178Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4304609Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4306143Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4307262Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4308199Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4309669Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4311102Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4312532Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4313797Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4314387Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4316125Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4316719Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4318079Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4319127Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4320375Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4321736Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4322951Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4324340Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4325588Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4326939Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4328424Z 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:56:55.4329879Z 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:56:55.4330782Z 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:56:55.4332830Z 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:56:55.4333896Z 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:56:55.4335020Z 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:56:55.4336140Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4337581Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4338466Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4339465Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4341023Z 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:56:55.4341889Z 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:56:55.4343072Z 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:56:55.4344476Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4345451Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4346760Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4347660Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4349230Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4350180Z 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:56:55.4351932Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4352554Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4355117Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4355868Z 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:56:55.4356779Z 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:56:55.4357755Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4359094Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4360338Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4362294Z 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:56:55.4362886Z 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:56:55.4364097Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4365317Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4366537Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4367574Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4368487Z 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:56:55.4369645Z 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:56:55.4370712Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4371741Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4372974Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4373915Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4375242Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4376308Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4377414Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4378765Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4379895Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4381007Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4382263Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4383421Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4384711Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4385764Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4386986Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4388866Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4389832Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4390999Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4391923Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4392938Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4394109Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4395295Z 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:56:55.4396298Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4397642Z 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:56:55.4398800Z 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:56:55.4399915Z 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:56:55.4400813Z 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:56:55.4401948Z 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:56:55.4403112Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4404354Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4405727Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4406867Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4407947Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4409134Z 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:56:55.4410304Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4411394Z 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:56:55.4412506Z 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:56:55.4414237Z 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:56:55.4415128Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4416690Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4417366Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4419615Z 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:56:55.4420818Z 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:56:55.4421799Z 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:56:55.4423234Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4424462Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4425842Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4427443Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4428879Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4430480Z 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:56:55.4431998Z 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:56:55.4433373Z 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:56:55.4434944Z 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:56:55.4436191Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4437714Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4439137Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4440610Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4442202Z 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:56:55.4443473Z 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:56:55.4445087Z 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:56:55.4446626Z 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:56:55.4447997Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4449372Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4450972Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4452504Z 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:56:55.4453857Z 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:56:55.4455237Z 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:56:55.4456657Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4458319Z 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:56:55.4459620Z 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:56:55.4461077Z 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:56:55.4462608Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4463882Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4465399Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4466695Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4468221Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4469721Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4471175Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4472654Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4475079Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4476282Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4477530Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4479008Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4480429Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4481938Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4483384Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4485127Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4486469Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4488058Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4489464Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4491043Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4492465Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4493813Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4495276Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4496830Z 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:56:55.4498184Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4499588Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4501041Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4502636Z 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:56:55.4504183Z 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:56:55.4505600Z 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:56:55.4507123Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4508585Z 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:56:55.4509955Z 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:56:55.4511410Z 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:56:55.4512821Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4514201Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4515887Z 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:56:55.4517320Z 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:56:55.4518756Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4520120Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4521779Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4523041Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4524610Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4526037Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4527472Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4528858Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4530223Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4531701Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4533294Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4534600Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4535998Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4537592Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4539153Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4540692Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4541893Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4543301Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4544693Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4546164Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4547669Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4549097Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4550620Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4552126Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4553665Z 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:56:55.4555080Z 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:56:55.4556409Z 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:56:55.4557795Z 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:56:55.4559259Z 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:56:55.4560790Z 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:56:55.4562097Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4563462Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4565278Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4566737Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4569045Z 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:56:55.4570221Z 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:56:55.4571597Z 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:56:55.4573049Z 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:56:55.4574546Z 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:56:55.4575919Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4577356Z 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:56:55.4578962Z 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:56:55.4580260Z 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:56:55.4581646Z 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:56:55.4583032Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4584463Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4585833Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4587832Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4589157Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4590514Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4591930Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4593358Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4594953Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4596234Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4597673Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4599241Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4603026Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4604051Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4604797Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4605587Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4606519Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4607720Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4608887Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4610285Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4611758Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4613140Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4614761Z 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:56:55.4616116Z 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:56:55.4617560Z 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:56:55.4618951Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4620415Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4621801Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4623391Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4624703Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4626108Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4627490Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4629272Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4630618Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4632005Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4633426Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4634845Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4636416Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4637974Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4639549Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4640900Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4642285Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4643895Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4645524Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4646897Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4648250Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4649671Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4651086Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4652730Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4654033Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4655569Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4656961Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4658643Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4660005Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4662306Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4663429Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4664839Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4666287Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4667987Z 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:56:55.4669353Z 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:56:55.4670920Z 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:56:55.4672229Z 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:56:55.4673642Z 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:56:55.4675063Z 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:56:55.4676539Z 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:56:55.4677949Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4679402Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4680819Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4682371Z 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:56:55.4683896Z 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:56:55.4685302Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4686871Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4688296Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4689802Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4691342Z 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:56:55.4692713Z 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:56:55.4694099Z 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:56:55.4695462Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4696896Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4698433Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4699741Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4701155Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4702545Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4703983Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4705440Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4706954Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4708749Z 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:56:55.4710065Z 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:56:55.4711496Z 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:56:55.4712940Z 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:56:55.4714354Z 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:56:55.4715865Z 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:56:55.4717249Z 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:56:55.4718703Z 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:56:55.4720080Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4721521Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4723220Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4724666Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4726304Z 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:56:55.4727628Z 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:56:55.4729040Z 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:56:55.4730461Z 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:56:55.4731899Z 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:56:55.4733466Z 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:56:55.4734835Z 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:56:55.4736404Z 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:56:55.4737866Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4739251Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4740676Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4742254Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4743556Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4744959Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4746484Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4748247Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4749412Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4750828Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4752387Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4753881Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4756129Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4757269Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4758621Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4760443Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4761796Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4763054Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4764480Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4767863Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4768381Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4769135Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4770334Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4771575Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4772646Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4774069Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4775005Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4776403Z 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:56:55.4777435Z 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:56:55.4778903Z 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:56:55.4779988Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4781324Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4782418Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4784681Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4785263Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4786403Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4787136Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4788932Z 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:56:55.4789958Z 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:56:55.4790993Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4792290Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4793819Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4794797Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4796043Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4797072Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4798113Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4799315Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4800061Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4801177Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4802537Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4803484Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4806215Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4807012Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4808001Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4808997Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4810340Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4811347Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4812685Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4813819Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4815094Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4816306Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4817617Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4818845Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4820178Z 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:56:55.4821586Z 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:56:55.4822730Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4823932Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4825236Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4826395Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4827485Z 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:56:55.4828714Z 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:56:55.4829921Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4830905Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4831860Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4832966Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4834371Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4836367Z 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:56:55.4837261Z 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:56:55.4838329Z 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:56:55.4840048Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4840842Z 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:56:55.4842255Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4842834Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4844406Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4845021Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4846492Z 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:56:55.4847565Z 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:56:55.4848428Z 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:56:55.4849971Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4851164Z 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:56:55.4852016Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4853247Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4854366Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4855422Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4856995Z 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:56:55.4857872Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4859097Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4860168Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4861743Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4862757Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4864195Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4865323Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4866728Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4868076Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4868995Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4870426Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4871595Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4873218Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4874002Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4875380Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4876228Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4877360Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4878459Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4879880Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4880796Z 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:56:55.4882020Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4883415Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4884955Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4885849Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4890308Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4891135Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4891782Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4892505Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4893249Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4893872Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4894996Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4896325Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4897473Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4899046Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4900150Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4901566Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4902699Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4904105Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4905688Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4906619Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4908106Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4909238Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4910675Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4911703Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4912896Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4914570Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4915604Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4916520Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4918245Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4918778Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4920011Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4921095Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4922178Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4923224Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4924477Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4926121Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4927095Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4928224Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4929307Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4930433Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4931586Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4932912Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4934010Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4935062Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4936242Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4937453Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4938709Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4939798Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4941010Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4943672Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4944229Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4945034Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4945931Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4946966Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4948389Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4949398Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4950425Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4951381Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4952642Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4953583Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4954573Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4955713Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4957066Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4957927Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4958739Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4959800Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4960874Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4961900Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4962979Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4964232Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4965443Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4966334Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4967887Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4968884Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4970382Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4971238Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4972455Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4973590Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4974481Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4975555Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4976637Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4977669Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4978650Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4980242Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4981232Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4982223Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4983343Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4984897Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4986284Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4988077Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4988926Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4990427Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4991532Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4992635Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4993816Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4995008Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4996298Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4997668Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.4998970Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5000128Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5001224Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5002380Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5003583Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5005146Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5006209Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5007432Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5008487Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5009644Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5010972Z 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:56:55.5012168Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5013090Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5014194Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5015563Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5016660Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5017836Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5019020Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5020167Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5021324Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5022387Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5023414Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5025231Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5026096Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5027860Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5028531Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5030035Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5030967Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5031832Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5032981Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5034056Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5035361Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5036358Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5037610Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5038741Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5040029Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5041100Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5042256Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5043437Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5045452Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5045945Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5046949Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5048000Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5048975Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5050174Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5051125Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5052135Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5053133Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5054301Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5055325Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5056217Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5057059Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5058358Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5059299Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5060217Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5062314Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5063378Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5064204Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5065606Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5066790Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5067760Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5068996Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5070050Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5071464Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5072433Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5073689Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5074657Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5075736Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5076781Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5078025Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5079027Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5080164Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5081274Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5082383Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5083649Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5084981Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5086604Z 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:56:55.5087698Z 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:56:55.5088882Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5091860Z 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:56:55.5092211Z 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:56:55.5093072Z 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:56:55.5093643Z 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:56:55.5094430Z 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:56:55.5095684Z 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:56:55.5096576Z 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:56:55.5097758Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5098606Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5099856Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5100862Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5102125Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5103466Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5104573Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5105300Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5106881Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5108198Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5109202Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5110572Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5111599Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5112707Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5113774Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5114782Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5116110Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5117168Z 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:56:55.5118267Z 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:56:55.5119455Z 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:56:55.5120493Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5121515Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5122711Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5123977Z 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:56:55.5125073Z 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:56:55.5126381Z 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:56:55.5127449Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5128560Z 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:56:55.5129665Z 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:56:55.5130931Z 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:56:55.5132101Z 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:56:55.5133474Z 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:56:55.5134070Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5135792Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5137068Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5138162Z 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:56:55.5139067Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5140348Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5141582Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5142678Z 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:56:55.5143882Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5145080Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5145970Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5148079Z 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:56:55.5148964Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5150046Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5151154Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5152828Z 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:56:55.5154028Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5155805Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5156848Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5158740Z 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:56:55.5159849Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5161292Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5163009Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5164333Z 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:56:55.5166760Z 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:56:55.5167775Z 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:56:55.5169115Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5170863Z 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:56:55.5172132Z 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:56:55.5173529Z 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:56:55.5175175Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5176538Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5178243Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5179533Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5181174Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5183293Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5184385Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5186059Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5187431Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5189134Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5190442Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5191804Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5193668Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5194889Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5196936Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5198036Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5199825Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5201011Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5202798Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5204131Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5205867Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5207183Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5209358Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5210428Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5211771Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5213603Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5214813Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5216452Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5217643Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5219266Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5220884Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5222261Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5223630Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5225016Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5226601Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5228920Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5230048Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5231659Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5233120Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5234566Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5235950Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5237389Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5238891Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5240241Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5242162Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5243246Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5245157Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5246403Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5247891Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5249536Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5250843Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5252686Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5253827Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5255444Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5256716Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5258605Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5259700Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5261397Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5262506Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5264476Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5265551Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5267053Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5268408Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5270217Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5271396Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5273059Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5274296Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5276085Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5277367Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5278764Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5280440Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5281814Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5283180Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5285053Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5286382Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5287721Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5289550Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5291178Z 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:56:55.5292476Z 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:56:55.5293927Z 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:56:55.5295730Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5296976Z 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:56:55.5298381Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5300168Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5301566Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5302856Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5304350Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5306378Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5307118Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5308083Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5309997Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5310597Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5312667Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5324547Z 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:56:55.5325664Z 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:56:55.5326316Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5326847Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5327381Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5327914Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5328415Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5328924Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5329411Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5329931Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5330759Z 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:56:55.5331305Z 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:56:55.5331873Z 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:56:55.5332395Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5332940Z 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:56:55.5333488Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5334013Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5335310Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5336501Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5337906Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5339447Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5341277Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5342481Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5344171Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5345352Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5347147Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5348333Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5350032Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5351444Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5352878Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5354274Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5356006Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5357255Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5358899Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5360194Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5362063Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5363331Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5364782Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5366531Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5367700Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5369363Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5370661Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5372292Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5373620Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5375491Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5376576Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5378204Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5379431Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5381434Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5382412Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5384086Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5385332Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5387033Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5388421Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5390163Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5391403Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5393287Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5394447Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5396292Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5397599Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5399003Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5400315Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5402000Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5403393Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5405284Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5406385Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5407898Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5409677Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5411154Z 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:56:55.5412300Z 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:56:55.5414906Z 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:56:55.5416071Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5417214Z 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:56:55.5419058Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5420465Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5422001Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5423211Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5424761Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5426079Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5427451Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5428417Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5430295Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5431196Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5432905Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5434471Z 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:56:55.5435148Z 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:56:55.5436806Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5437721Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5439379Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5440420Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5442001Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5442960Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5444689Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5445602Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5447581Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5448489Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5449766Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5451229Z 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:56:55.5453063Z 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:56:55.5453695Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5454495Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5456206Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5457035Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5458369Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5459349Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5460701Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5461869Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5463073Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5464568Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5465639Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5466768Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5468282Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5469226Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5470402Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5471683Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5473007Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5473759Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5475532Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5476643Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5477466Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5478651Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5479949Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5481231Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5482647Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5484101Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5484963Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5486421Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5487395Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5489160Z 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:56:55.5490261Z 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:56:55.5491453Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5492342Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5493441Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5494457Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5496087Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5497049Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5498186Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5499461Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5500424Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5501545Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5502413Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5503630Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5504614Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5506480Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5507169Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5508669Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5509684Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5511276Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5512415Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5513928Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5515253Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5516304Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5517797Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5518710Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5520136Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5521134Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5522471Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5524045Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5524837Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5526625Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5528213Z 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:56:55.5528741Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5530319Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5530625Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5532258Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5533496Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5534728Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5535665Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5537230Z 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:56:55.5538793Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5539451Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5541325Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5542231Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5542953Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5543866Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5545200Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5546176Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5547173Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5548017Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5549286Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5550503Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5551587Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5553249Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5553781Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5555043Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5556276Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5557275Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5558124Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5559369Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5560739Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5561636Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5562991Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5564202Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5565205Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5566642Z 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:56:55.5567706Z 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:56:55.5568891Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5569847Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5571379Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5572347Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5573234Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5574720Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5575602Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5576886Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5577980Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5579590Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5580381Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5581623Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5583148Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5584376Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5585698Z 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:56:55.5587047Z 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:56:55.5588061Z 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:56:55.5589340Z 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:56:55.5590439Z 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:56:55.5591675Z 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:56:55.5592860Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5593812Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5595468Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5596545Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5597715Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5599115Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5599673Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5601257Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5602061Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5603659Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5604803Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5605607Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5607058Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5607972Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5609187Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5610256Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5611751Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5613071Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5614085Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5615264Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5616498Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5617426Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5619231Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5619504Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5621021Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5621862Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5623302Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5624192Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5625406Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5626931Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5627537Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5628647Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5629806Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5630589Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5632344Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5633523Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5634770Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5636340Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5637745Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5639089Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5640898Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5642068Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5643514Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5645349Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5647751Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5648824Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5651106Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5652282Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5653172Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5654177Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5655805Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5656768Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5658110Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5659657Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5660594Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5661883Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5662706Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5665004Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5665395Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5666237Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5667894Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5669676Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5670191Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5671518Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5672298Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5673430Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5674612Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5676585Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5677257Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5679268Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5679548Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5680595Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5682187Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5682893Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5684473Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5685715Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5686412Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5687672Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5688571Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5690582Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5690881Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5692556Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5693196Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5693950Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5694912Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5696349Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5696867Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5697968Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5699171Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5700204Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5701275Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5702310Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5703533Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5704435Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5705308Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5706215Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5707271Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5708366Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5709494Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5710492Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5711810Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5712917Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5714012Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5715261Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5716231Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5717275Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5718472Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5719430Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5720524Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5721786Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5723456Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5724569Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5725437Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5726381Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5727266Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5728444Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5729475Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5730368Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5731450Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5732550Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5733590Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5734501Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5735548Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5736534Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5737598Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5738740Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5739714Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5740851Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5741814Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5742819Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5743835Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5744848Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5745858Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5746981Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5747980Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5749077Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5749921Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5751308Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5752107Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5753156Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5754178Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5755106Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5756464Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5757580Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5758430Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5759649Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5760889Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5761764Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5762829Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5763985Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5765108Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5766220Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5767267Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5769148Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5770835Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5771330Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5771828Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5772876Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5774228Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5775250Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5776454Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5777575Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5778685Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5779924Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5780728Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5781737Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5782952Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5784239Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5785000Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5786116Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5787152Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5788293Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5789464Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5790732Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5792600Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5793578Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5794819Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5795727Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5796851Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5798072Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5799221Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5800639Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5801430Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5802599Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5803815Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5805391Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5807078Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5808298Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5809406Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5810530Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5811547Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5812753Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5813941Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5815227Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5816247Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5817314Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5818501Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5819579Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5820745Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5821945Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5823102Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5824093Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5825722Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5826556Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5827436Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5828695Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5829702Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5831278Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5832106Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5833255Z 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:56:55.5834460Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5835561Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5836366Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5838005Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5838882Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5840308Z 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:56:55.5841299Z 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:56:55.5842502Z 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:56:55.5843436Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5844839Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5845842Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5847153Z 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:56:55.5847946Z 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:56:55.5849417Z 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:56:55.5850374Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5851778Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5852947Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5854448Z 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:56:55.5855145Z 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:56:55.5856779Z 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:56:55.5857418Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5858825Z 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:56:55.5859896Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5860696Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5862104Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5863132Z 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:56:55.5864379Z 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:56:55.5865443Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5866942Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5867913Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5869306Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5870461Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5872122Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5872827Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5873810Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5875129Z 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:56:55.5876076Z 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:56:55.5877374Z 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:56:55.5878736Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5879722Z 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:56:55.5881113Z 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:56:55.5882270Z 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:56:55.5883499Z 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:56:55.5884757Z 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:56:55.5885792Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5886546Z 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:56:55.5888041Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5889544Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5890510Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5891625Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5892903Z 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:56:55.5893553Z 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:56:55.5894939Z 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:56:55.5895922Z 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:56:55.5897012Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5898279Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5899142Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5900627Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5901490Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5902693Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5903846Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5904790Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5905816Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5907153Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5908261Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5909605Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5910526Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5911866Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5912913Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5914118Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5914782Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5916464Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5917188Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5918421Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5919740Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5920687Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5921844Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5923204Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5924491Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5925640Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5926963Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5927990Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5929202Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5930561Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5931531Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5932565Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5934118Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5934882Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5936198Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5937141Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5938554Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5939929Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5941518Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5942780Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5945085Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5945499Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5946370Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5947832Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5948728Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5949979Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5951156Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5952426Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5953338Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5954850Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5956188Z 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:56:55.5957823Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5958512Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5959877Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5961248Z 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:56:55.5962177Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5963522Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5965887Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5966639Z 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:56:55.5967359Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5969168Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5969673Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5970629Z 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:56:55.5971743Z 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:56:55.5972514Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5973636Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5974664Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5975792Z 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:56:55.5977893Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5978402Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5979163Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5980816Z 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:56:55.5982080Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5983642Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5984897Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5986666Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5988253Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5989866Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5991091Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5992941Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5994089Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5995874Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5997043Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5998619Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.5999946Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6001782Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6003123Z 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:56:55.6004645Z 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:56:55.6006952Z 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:56:55.6007976Z 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:56:55.6009680Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6010873Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6012447Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6013853Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6015448Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6016869Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6018250Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6019910Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6021426Z 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:56:55.6022716Z 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:56:55.6024135Z 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:56:55.6025780Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6027886Z 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:56:55.6029116Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6030740Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6032407Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6033783Z 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:56:55.6035056Z 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:56:55.6036615Z 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:56:55.6037943Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6039572Z 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:56:55.6040909Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6042633Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6044365Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6045748Z 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:56:55.6047040Z 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:56:55.6048732Z 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:56:55.6049892Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6051526Z 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:56:55.6053289Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6054487Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6056057Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6057611Z 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:56:55.6058895Z 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:56:55.6060375Z 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:56:55.6062044Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6063263Z 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:56:55.6065009Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6066322Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6068090Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6069581Z 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:56:55.6070929Z 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:56:55.6072329Z 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:56:55.6074032Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6075510Z 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:56:55.6076893Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6078562Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6079667Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6081522Z 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:56:55.6082845Z 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:56:55.6084503Z 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:56:55.6085858Z 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:56:55.6087377Z 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:56:55.6089032Z 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:56:55.6090459Z 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:56:55.6092185Z 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:56:55.6093377Z 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:56:55.6095085Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6096420Z 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:56:55.6098025Z 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:56:55.6099404Z 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:56:55.6100696Z 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:56:55.6102472Z 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:56:55.6103756Z 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:56:55.6105579Z 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:56:55.6106808Z 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:56:55.6108758Z 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:56:55.6110014Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6111741Z 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:56:55.6113736Z 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:56:55.6114743Z 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:56:55.6115870Z 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:56:55.6117562Z 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:56:55.6118927Z 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:56:55.6120513Z 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:56:55.6122025Z 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:56:55.6124523Z 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:56:55.6125685Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6127681Z 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:56:55.6129028Z 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:56:55.6130411Z 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:56:55.6131769Z 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:56:55.6133464Z 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:56:55.6134902Z 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:56:55.6136906Z 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:56:55.6137521Z 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:56:55.6138732Z 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:56:55.6139723Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6141062Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6142411Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6143492Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6144211Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6145843Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6146706Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6148130Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6149642Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6150709Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6152025Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6153215Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6154990Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6155514Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6156848Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6157454Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6159040Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6159997Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6160797Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6162384Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6163289Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6164728Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6166145Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6167236Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6168266Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6169313Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6170523Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6171536Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6172775Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6174203Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6175135Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6176565Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6177712Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6179008Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6180179Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6181451Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6182632Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6183913Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6185076Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6186267Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6187524Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6188926Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6190085Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6191305Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6192697Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6193926Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6195125Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6196381Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6197779Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6198862Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6200225Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6201199Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6202556Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6204611Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6205785Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6206779Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6208161Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6209620Z 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:56:55.6210948Z 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:56:55.6211934Z 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:56:55.6213327Z 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:56:55.6214286Z 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:56:55.6215908Z 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:56:55.6216760Z 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:56:55.6218393Z 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:56:55.6219339Z 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:56:55.6220887Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6223000Z 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:56:55.6223961Z 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:56:55.6224882Z 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:56:55.6226195Z 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:56:55.6227565Z 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:56:55.6229093Z 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:56:55.6230567Z 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:56:55.6232013Z 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:56:55.6233462Z 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:56:55.6235080Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6236480Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6238425Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6240020Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6241293Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6242862Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6244768Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6245818Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6247488Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6248981Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6250003Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6251361Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6252589Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6254050Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6255536Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6256645Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6257651Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6259079Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6260084Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6261846Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6262659Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6264676Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6265308Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6266732Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6268003Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6269240Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6270498Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6271799Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6273025Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6274255Z 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:56:55.6276074Z 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:56:55.6276789Z 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:56:55.6278470Z 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:56:55.6278976Z 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:56:55.6280496Z 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:56:55.6281388Z 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:56:55.6283336Z 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:56:55.6283971Z 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:56:55.6285240Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6286887Z 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:56:55.6287785Z 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:56:55.6289718Z 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:56:55.6290691Z 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:56:55.6292130Z 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:56:55.6293735Z 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:56:55.6295050Z 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:56:55.6296593Z 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:56:55.6297926Z 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:56:55.6299588Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6301171Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6302342Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6304137Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6305237Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6307025Z 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:56:55.6308308Z 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:56:55.6309981Z 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:56:55.6311259Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6312940Z 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:56:55.6314175Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6315777Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6317206Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6318599Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6320571Z 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:56:55.6321657Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6323325Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6324629Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6327349Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6328435Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6329761Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6331506Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6332902Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6334504Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6335788Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6337482Z 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:56:55.6338773Z 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:56:55.6340232Z 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:56:55.6341656Z 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:56:55.6343135Z 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:56:55.6344295Z 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:56:55.6345897Z 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:56:55.6346925Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6348458Z 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:56:55.6349509Z 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:56:55.6351308Z 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:56:55.6352403Z 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:56:55.6353677Z 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:56:55.6355157Z 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:56:55.6356502Z 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:56:55.6358045Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6359625Z 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:56:55.6361065Z 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:56:55.6362749Z 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:56:55.6364166Z 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:56:55.6365826Z 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:56:55.6367207Z 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:56:55.6368741Z 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:56:55.6370439Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6371779Z 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:56:55.6374696Z 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:56:55.6375265Z 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:56:55.6375975Z 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:56:55.6377002Z 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:56:55.6378185Z 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:56:55.6379727Z 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:56:55.6381053Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6382597Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6383624Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6384507Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6385730Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6386827Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6388151Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6389523Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6390872Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6392247Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6393272Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6394351Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6395711Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6396590Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6397898Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6398406Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6399806Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6401159Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6402459Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6403327Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6404708Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6405866Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6406866Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6408064Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6409254Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6410571Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6411210Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6412238Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6413355Z 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:56:55.6414938Z 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:56:55.6416083Z 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:56:55.6416981Z 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:56:55.6418198Z 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:56:55.6419345Z 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:56:55.6421032Z 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:56:55.6421701Z 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:56:55.6422558Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6423541Z 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:56:55.6425107Z 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:56:55.6426134Z 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:56:55.6426715Z 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:56:55.6428197Z 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:56:55.6429314Z 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:56:55.6430180Z 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:56:55.6431297Z 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:56:55.6432775Z 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:56:55.6434245Z 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:56:55.6435112Z 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:56:55.6436430Z 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:56:55.6437397Z 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:56:55.6438738Z 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:56:55.6439707Z 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:56:55.6441471Z 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:56:55.6442236Z 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:56:55.6443571Z 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:56:55.6444377Z 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:56:55.6446215Z 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:56:55.6447330Z 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:56:55.6448444Z 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:56:55.6449293Z 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:56:55.6450329Z 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:56:55.6451553Z 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:56:55.6452587Z 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:56:55.6453860Z 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:56:55.6454833Z 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:56:55.6456660Z 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:56:55.6457877Z 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:56:55.6458982Z 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:56:55.6460447Z 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:56:55.6461464Z 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:56:55.6462676Z 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:56:55.6463648Z 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:56:55.6464620Z 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:56:55.6466672Z 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:56:55.6467357Z 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:56:55.6467963Z 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:56:55.6469383Z 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:56:55.6470136Z 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:56:55.6471639Z 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:56:55.6472266Z 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:56:55.6473703Z 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:56:55.6474730Z 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:56:55.6475790Z 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:56:55.6477451Z 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:56:55.6478027Z 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:56:55.6479636Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6481352Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6482048Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6483399Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6484368Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6485798Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6486592Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6487890Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6488875Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6490553Z 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:56:55.6491435Z 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:56:55.6492638Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6493960Z 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:56:55.6495406Z 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:56:55.6496290Z 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:56:55.6497835Z 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:56:55.6498737Z 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:56:55.6499804Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6501400Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6502220Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6503458Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6504521Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6505775Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6506682Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6507525Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6508994Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6510772Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6511470Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6513063Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6513951Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6515526Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6516612Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6518055Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6518986Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6520547Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6521377Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6523092Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6524262Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6525708Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6526622Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6528091Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6529131Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6530827Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6531642Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6533824Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6534796Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6536106Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6537285Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6538526Z 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:56:55.6539796Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6541262Z 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:56:55.6542823Z 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:56:55.6544348Z 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:56:55.6544682Z 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:56:55.6546009Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6546822Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6547967Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6549459Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6550676Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6551447Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6553175Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6554334Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6555531Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6556440Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6557783Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6559227Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6560041Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6561447Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6562287Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6563578Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6564833Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6566084Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6567167Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6568660Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6569344Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6570913Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6571345Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6573088Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6574225Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6575438Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6576244Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6577549Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6578760Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6579818Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6581142Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6582281Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6584147Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6584756Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6585727Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6586759Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6588027Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6588869Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6590106Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6591051Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6592558Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6593349Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6594207Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6595341Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6596876Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6597880Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6598852Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6600242Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6602257Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6602523Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6603854Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6605030Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6606611Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6607828Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6609590Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6610782Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6612219Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6613935Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6615082Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6616604Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6617911Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6619548Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6620811Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6622295Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6623920Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6625731Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6626932Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6628383Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6629938Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6631517Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6633012Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6634412Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6635755Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6637328Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6638617Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6640241Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6641531Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6643089Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6644598Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6646404Z 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:56:55.6647664Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6649115Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6650453Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6652231Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6653412Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6654970Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6656309Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6657979Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6659319Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6660721Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6662414Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6663811Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6665458Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6666642Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6668316Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6670000Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6671258Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6673959Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6674541Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6675318Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6677099Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6678487Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6679833Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6681404Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6682950Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6684322Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6685671Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6687353Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6688763Z 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:56:55.6690199Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6691546Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6693160Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6694489Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6696039Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6697341Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6698904Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6700440Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6701751Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6704002Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6705067Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6706646Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6708023Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6709727Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6711007Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6712660Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6714203Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6715496Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6717207Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6718404Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6720072Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6721317Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6722980Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6724672Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6726340Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6727666Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6729204Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6730780Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6732072Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6733808Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6735031Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6736813Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6738072Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6739704Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6740905Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6742609Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6743859Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6745369Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6746971Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6748351Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6750148Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6751486Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6752843Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6754207Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6755850Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6757150Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6758945Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6760182Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6761663Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6763323Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6764697Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6766901Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6768200Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6769967Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6771169Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6772819Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6774060Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6775802Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6777121Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6778751Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6780056Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6781810Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6783029Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6784582Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6786032Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6787343Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6789107Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6790911Z 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:56:55.6792008Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6793681Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6795025Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6796361Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6798101Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6800044Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6801344Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6803114Z 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:56:55.6804543Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6805943Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6807697Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6808931Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6810567Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6811832Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6813384Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6814715Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6816404Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6817988Z 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:56:55.6819255Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6820662Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6822409Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6823226Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6824988Z 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:56:55.6825719Z 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:56:55.6827473Z 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:56:55.6828419Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6829672Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6830865Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6831955Z 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:56:55.6833200Z 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:56:55.6834344Z 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:56:55.6835533Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6836871Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6838473Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6839352Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6840577Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6841735Z 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:56:55.6842777Z 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:56:55.6844636Z 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:56:55.6845360Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6846016Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6847539Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6848555Z 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:56:55.6849974Z 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:56:55.6851189Z 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:56:55.6852325Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6853871Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6854677Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6856104Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6857725Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6858531Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6860309Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6860896Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6862363Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6863099Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6864686Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6865441Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6866798Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6868320Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6869644Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6870867Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6872163Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6873431Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6874761Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6877159Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6877571Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6878515Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6879660Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6881070Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6882837Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6883652Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6884690Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6885999Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6887468Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6888389Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6889428Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6890527Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6891900Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6892946Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6894264Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6895409Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6896458Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6897435Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6898874Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6899415Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6901461Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6902208Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6904115Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6904798Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6906120Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6907223Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6908686Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6910079Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6911602Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6912772Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6914528Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6916073Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6917217Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6918420Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6920188Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6921391Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6923171Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6924424Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6926709Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6927771Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6929396Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6930634Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6932294Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6933871Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6935218Z 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:56:55.6936673Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6938059Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6939381Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6941177Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6942305Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6943893Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6945517Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6946880Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6948363Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6950048Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6951283Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6952850Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6954208Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6955794Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6957115Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6958672Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6960374Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6961794Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6963146Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6964967Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6966281Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6968092Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6969314Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6971618Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6972649Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6974232Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6975374Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6977024Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6978236Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6980057Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6981253Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6982799Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6984075Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6985757Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6987160Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6988732Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6990012Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6991714Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6993107Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6994379Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6995969Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6997581Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.6998883Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7000507Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7001907Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7003276Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7005281Z 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:56:55.7006466Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7007890Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7009740Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7011286Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7012724Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7013734Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7015266Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7016486Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7025535Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7026078Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7026441Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7026764Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7027221Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7027656Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7028474Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7028823Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7029093Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7029361Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7029647Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7030380Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7031987Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7032767Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7034087Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7034704Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7035959Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7037191Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7038738Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7039327Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7040743Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7041810Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7043085Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7044170Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7045492Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7046736Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7048002Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7049436Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7050354Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7051906Z 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:56:55.7052760Z 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:56:55.7053821Z 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:56:55.7055372Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7056764Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7057618Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7059075Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7060058Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7061739Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7062638Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7064047Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7065046Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7066318Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7067362Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7068389Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7069553Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7070897Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7073037Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7073560Z 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:56:55.7074441Z 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:56:55.7076738Z 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:56:55.7077007Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7078295Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7079190Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7081325Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7081847Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7083409Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7085111Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7085525Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7087271Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7088441Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7089641Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7091326Z 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:56:55.7092344Z 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:56:55.7093728Z 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:56:55.7094577Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7095908Z 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:56:55.7096865Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7097845Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7099140Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7100209Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7101196Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7103159Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7103493Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7104754Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7106297Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7106851Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7108113Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7109475Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7110813Z 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:56:55.7111676Z 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:56:55.7112894Z 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:56:55.7113952Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7115068Z 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:56:55.7116435Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7117344Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7118778Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7119665Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7120949Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7121906Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7123176Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7124902Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7126059Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7127118Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7127953Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7129497Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7130608Z 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:56:55.7131958Z 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:56:55.7133511Z 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:56:55.7134401Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7135981Z 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:56:55.7137092Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7138407Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7139690Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7140561Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7141920Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7143179Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7144295Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7145719Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7146725Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7148303Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7149588Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7150346Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7151514Z 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:56:55.7152863Z 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:56:55.7153792Z 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:56:55.7155184Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7156103Z 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:56:55.7157444Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7158388Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7159528Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7160487Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7162023Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7162909Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7164232Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7165447Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7166586Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7167510Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7168747Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7169789Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7170964Z 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:56:55.7171914Z 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:56:55.7173852Z 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:56:55.7174848Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7176146Z 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:56:55.7177462Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7179152Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7180750Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7182010Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7183407Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7185077Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7186423Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7188241Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7189440Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7191168Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7192427Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7193845Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7195737Z 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:56:55.7197022Z 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:56:55.7198749Z 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:56:55.7199924Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7201641Z 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:56:55.7202919Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7204426Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7206167Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7207500Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7208863Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7210558Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7211817Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7213456Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7214812Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7216970Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7218039Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7219960Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7221421Z 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:56:55.7222747Z 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:56:55.7224580Z 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:56:55.7225872Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7227568Z 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:56:55.7228962Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7230657Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7232228Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7233601Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7234862Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7236513Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7238141Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7239803Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7241208Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7242566Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7244339Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7246405Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7247805Z 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:56:55.7249126Z 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:56:55.7250784Z 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:56:55.7252817Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7253476Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7254643Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7256151Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7257477Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7258031Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7259772Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7260568Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7262365Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7263195Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7264609Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7266063Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7268059Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7268746Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7270332Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7271659Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7273033Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7273775Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7275362Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7276481Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7277761Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7278853Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7280240Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7281180Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7282675Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7283942Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7285182Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7287034Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7287514Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7288406Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7290560Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7290932Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7291792Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7292850Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7294218Z 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:56:55.7295377Z 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:56:55.7296411Z 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:56:55.7297563Z 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:56:55.7298993Z 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:56:55.7299855Z 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:56:55.7301432Z 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:56:55.7302874Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7303807Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7305128Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7306085Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7307171Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7308247Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7309598Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7311824Z 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:56:55.7312647Z 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:56:55.7313272Z 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:56:55.7314288Z 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:56:55.7315496Z 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:56:55.7316436Z 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:56:55.7318112Z 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:56:55.7318596Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7320024Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7321136Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7322522Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7323608Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7325194Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7326043Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7327378Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7328303Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7329390Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7330281Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7331649Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7332514Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7334027Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7335358Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7336277Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7338101Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7338807Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7340215Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7340894Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7342021Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7343148Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7344837Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7345613Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7347021Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7348181Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7350342Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7350835Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7351766Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7353116Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7354144Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7355271Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7356817Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7357548Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7359187Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7360028Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7361043Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7362451Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7363409Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7365096Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7365581Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7366991Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7368200Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7369156Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7370440Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7371373Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7372798Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7373732Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7375246Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7376767Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7378247Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7379583Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7380406Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7381607Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7382589Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:56:55.7384093Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip 2022-11-23T00:56:55.7384358Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:56:55.7385428Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:56:55.7386814Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:56:55.7387799Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:56:55.7389174Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:56:55.7390292Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:56:55.7391320Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:56:55.7392609Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:56:55.7394260Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:56:55.7395829Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:56:55.7396878Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7397375Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7398766Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7400392Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7401625Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7403262Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7405253Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7406345Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7407831Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7409162Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7410437Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7412253Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7413085Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7414803Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7416223Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7417588Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7419312Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7420552Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7421764Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7423155Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7424863Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7426227Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7427647Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7429043Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7430895Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7432131Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7433724Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7434796Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7436363Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7437514Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7438879Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7440507Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7441691Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7443424Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7444740Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7447700Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7448648Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7449957Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7451329Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7452691Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7454163Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7455129Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7456349Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7457730Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7458686Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7460231Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7461564Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7462388Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7463804Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7465147Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7466195Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7467522Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7468947Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7470348Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7471713Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7473284Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7474926Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7475855Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7477541Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7478768Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7480265Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7481540Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7482888Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7484429Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7486459Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7487702Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7489278Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7490570Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7491805Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7493171Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7494805Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7495928Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7497596Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7498668Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7500494Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7501046Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7502168Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7502952Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7504049Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7504854Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7506612Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7507180Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7508203Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7509250Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7510191Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7511353Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7512713Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:56:55.7513666Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7514280Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7515297Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7516391Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7517272Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7518221Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7519043Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7520306Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7521300Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7522535Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7523576Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7524879Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7525914Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7527249Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7528019Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7529411Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7531558Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7531929Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7532427Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7533622Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7534537Z 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:56:55.7535771Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7537115Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7538018Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:56:55.7538906Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7539180Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7540941Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7541728Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7542886Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7543932Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7545652Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7546724Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7548057Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7549219Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7550090Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7551070Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7552190Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7553054Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7554110Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7555336Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7556335Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7557647Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7558682Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7560018Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7560995Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7562213Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7563526Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7566692Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7567041Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7569371Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7569862Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7570251Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7570542Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7572365Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7572953Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7573776Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7574666Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7577750Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7578336Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7579014Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7580584Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7581574Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7582400Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7583603Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7584598Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7585844Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7587051Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7588956Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7589926Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7590791Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7592008Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7592853Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7594213Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7595393Z 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:56:55.7596587Z 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:56:55.7597939Z 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:56:55.7598865Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7599917Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7601298Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:56:55.7602706Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:56:55.7603108Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:56:55.7604772Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:56:55.7605275Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:56:55.7606797Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:56:55.7607373Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:56:55.7608801Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:56:55.7609884Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:56:55.7610507Z 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:56:55.7611499Z 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:56:55.7612691Z 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:56:55.7613616Z 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:56:55.7614835Z 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:56:55.7616080Z 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:56:55.7617299Z 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:56:55.7618387Z 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:56:55.7619470Z 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:56:55.7620603Z 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:56:55.7621745Z 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:56:55.7622898Z 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:56:55.7623954Z 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:56:55.7625011Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:56:55.7625627Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:56:55.7627520Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:56:55.7627854Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2 2022-11-23T00:56:55.7628064Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7628714Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7630511Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7631181Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7632096Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7633042Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7634027Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7634962Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:56:55.7636340Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10 2022-11-23T00:56:55.7636640Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:56:55.7637477Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:56:55.7638325Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:56:55.7639794Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:56:55.7640857Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7641347Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7642591Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7644046Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7644829Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7646273Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7646875Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7648753Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7649148Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7649736Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7651102Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7652335Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7653578Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7654737Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7656825Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7657960Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7659682Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7661002Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7662346Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7663673Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7664958Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7666540Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7667865Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7669272Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7670569Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7671856Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7673207Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7674522Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7676194Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7677531Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7679699Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7680975Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7682536Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7683949Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7685382Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7686909Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7688249Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7689698Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7690905Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7693581Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7694782Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7696350Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7697535Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7698669Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:56:55.7700295Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:56:55.7701122Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:56:55.7703225Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:56:55.7703771Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:56:55.7705170Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:56:55.7706509Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:56:55.7707838Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:56:55.7708695Z 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:56:55.7710162Z 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:56:55.7711485Z 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:56:55.7712953Z 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:56:55.7714792Z 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:56:55.7715879Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7716676Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7718337Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7719574Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7721304Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7722562Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7724193Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7725477Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:56:55.7726661Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:56:55.7727864Z 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:56:55.7730059Z 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:56:55.7731273Z 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:56:55.7732544Z 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:56:55.7734139Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7734773Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7735794Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7736759Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7740016Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7740577Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7741179Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7741698Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7742635Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7743866Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7745139Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7746347Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7747547Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7748701Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7750208Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:56:55.7751555Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7751856Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7753182Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7753794Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7755323Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7756086Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7757157Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7757767Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7758899Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7760053Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7761480Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7762178Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7763348Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7764534Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7766011Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7767157Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7768550Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7769411Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7770787Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7771687Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7773064Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7773997Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7775222Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7775958Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7776930Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7778112Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7778862Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7780682Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7781040Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7781942Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7783315Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7784747Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7785958Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7786592Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7788107Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7789408Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7790307Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7791285Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7792288Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7793621Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7794500Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7795825Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7797059Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7798666Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7799845Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7801412Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7802760Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7804160Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7805485Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7807193Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7808612Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7810029Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7811515Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7812753Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7814367Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7815490Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7817618Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7818700Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7820854Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7821906Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7823942Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7824942Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7826601Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7827939Z 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:56:55.7829611Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7830810Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7832444Z 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:56:55.7834339Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7835634Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7836758Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7837929Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7839561Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7840637Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7842250Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7843376Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7845263Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7846420Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7847973Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7849607Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7850859Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7851924Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7854070Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7855338Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7856999Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7858121Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7859779Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7862131Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:56:55.7862995Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7863530Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7865198Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7866157Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7867370Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7868673Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7869760Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7871349Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7872565Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7873745Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7874968Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:56:55.7876552Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:56:55.7877105Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:56:55.7878756Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:56:55.7879616Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:56:55.7880286Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:56:55.7881676Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:56:55.7882975Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:56:55.7884706Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:56:55.7886447Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:56:55.7887627Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7888211Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7890007Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7890749Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7892006Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7893280Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7894585Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7895932Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7897277Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7898854Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7900167Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7901427Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7902715Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7903983Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7905474Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7906686Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7908090Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7909386Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7910589Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7913022Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7913902Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7915146Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7916854Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7917854Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7919301Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7920461Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7921919Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7923256Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7924611Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:56:55.7926773Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api 2022-11-23T00:56:55.7927484Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include 2022-11-23T00:56:55.7927725Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:56:55.7928091Z 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:56:55.7929684Z 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:56:55.7930111Z 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:56:55.7931226Z 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:56:55.7932278Z 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:56:55.7933293Z 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:56:55.7934679Z 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:56:55.7935668Z 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:56:55.7936944Z 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:56:55.7938127Z 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:56:55.7939222Z 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:56:55.7940360Z 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:56:55.7941535Z 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:56:55.7942650Z 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:56:55.7944072Z 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:56:55.7944947Z 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:56:55.7946630Z 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:56:55.7947413Z 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:56:55.7948499Z 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:56:55.7949940Z 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:56:55.7951048Z 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:56:55.7952435Z 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:56:55.7954026Z 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:56:55.7954600Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:56:55.7955336Z 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:56:55.7956287Z 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:56:55.7957498Z 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:56:55.7958548Z 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:56:55.7959706Z 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:56:55.7960669Z 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:56:55.7961502Z 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:56:55.7962568Z 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:56:55.7963594Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:56:55.7964283Z 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:56:55.7966202Z 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:56:55.7967869Z 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:56:55.7971416Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:56:55.7971895Z 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:56:55.7972258Z 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:56:55.7972813Z 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:56:55.7973307Z 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:56:55.7974912Z 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:56:55.7975277Z 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:56:55.7976447Z 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:56:55.7977514Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:56:55.7978387Z 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:56:55.7979846Z 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:56:55.7981409Z 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:56:55.7981723Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:56:55.7982857Z 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:56:55.7983840Z 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:56:55.7984655Z 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:56:55.7986327Z 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:56:55.7987190Z 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:56:55.7988342Z 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:56:55.7989320Z 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:56:55.7990273Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:56:55.7990911Z 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:56:55.7991932Z 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:56:55.7992851Z 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:56:55.7993854Z 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:56:55.7994841Z 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:56:55.7995850Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:56:55.7996329Z 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:56:55.7997462Z 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:56:55.7998709Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:56:55.7999329Z 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:56:55.8000425Z 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:56:55.8001423Z 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:56:55.8002884Z 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:56:55.8004588Z 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:56:55.8005456Z 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:56:55.8006473Z 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:56:55.8007385Z 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:56:55.8008479Z 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:56:55.8009231Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:56:55.8010050Z 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:56:55.8011737Z 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:56:55.8012809Z 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:56:55.8013739Z 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:56:55.8015184Z 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:56:55.8016250Z 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:56:55.8017391Z 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:56:55.8018651Z 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:56:55.8019575Z 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:56:55.8020379Z 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:56:55.8021832Z 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:56:55.8023696Z 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:56:55.8024080Z 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:56:55.8025657Z 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:56:55.8027168Z 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:56:55.8028228Z 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:56:55.8029616Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:56:55.8029972Z 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:56:55.8031486Z 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:56:55.8032580Z 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:56:55.8033403Z 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:56:55.8035041Z 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:56:55.8035764Z 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:56:55.8036868Z 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:56:55.8037940Z 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:56:55.8038907Z 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:56:55.8039910Z 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:56:55.8041113Z 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:56:55.8043872Z 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:56:55.8044574Z 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:56:55.8045462Z 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:56:55.8046305Z 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:56:55.8047836Z 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:56:55.8049330Z 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:56:55.8050777Z 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:56:55.8051862Z 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:56:55.8055157Z 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:56:55.8055632Z 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:56:55.8056111Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:56:55.8056908Z 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:56:55.8057575Z 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:56:55.8058979Z 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:56:55.8060154Z 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:56:55.8061118Z 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:56:55.8062110Z 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:56:55.8063765Z 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:56:55.8064429Z 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:56:55.8065367Z 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:56:55.8066644Z 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:56:55.8067912Z 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:56:55.8069417Z 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:56:55.8069758Z 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:56:55.8071210Z 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:56:55.8072760Z 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:56:55.8074397Z 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:56:55.8074749Z 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:56:55.8075988Z 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:56:55.8077302Z 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:56:55.8078703Z 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:56:55.8080095Z 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:56:55.8081396Z 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:56:55.8082329Z 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:56:55.8084249Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:56:55.8084942Z 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:56:55.8085811Z 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:56:55.8086600Z 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:56:55.8087510Z 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:56:55.8088873Z 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:56:55.8089757Z 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:56:55.8090846Z 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:56:55.8091816Z 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:56:55.8092864Z 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:56:55.8094236Z 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:56:55.8095237Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:56:55.8095727Z 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:56:55.8097179Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:56:55.8097806Z 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:56:55.8098521Z 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:56:55.8099639Z 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:56:55.8100762Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:56:55.8101534Z 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:56:55.8102510Z 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:56:55.8103499Z 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:56:55.8104313Z 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:56:55.8105355Z 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:56:55.8106362Z 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:56:55.8107369Z 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:56:55.8108464Z 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:56:55.8109694Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:56:55.8110216Z 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:56:55.8111241Z 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:56:55.8121608Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:56:55.8122137Z 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:56:55.8123407Z 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:56:55.8125036Z 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:56:55.8126521Z 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:56:55.8127959Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8128275Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8129582Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8131626Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8132004Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8132982Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8134144Z 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:56:55.8135095Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8136185Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8137439Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8138393Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8139862Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8140555Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8141898Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8142897Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8143682Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8145378Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8146704Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8147780Z 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:56:55.8148550Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8150027Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8150729Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8152359Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8153210Z 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:56:55.8154368Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8155822Z 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:56:55.8157226Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8158258Z 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:56:55.8159793Z 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:56:55.8161019Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8162379Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8163885Z 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:56:55.8166279Z 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:56:55.8166869Z 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:56:55.8167848Z 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:56:55.8169259Z 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:56:55.8171952Z 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:56:55.8172495Z 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:56:55.8173219Z 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:56:55.8178366Z 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:56:55.8179411Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8180751Z 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:56:55.8181961Z 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:56:55.8183254Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8185006Z 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:56:55.8186166Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8187480Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:56:55.8189670Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:56:55.8190219Z 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:56:55.8191725Z 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:56:55.8192624Z 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:56:55.8194074Z 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:56:55.8194905Z 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:56:55.8197081Z 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:56:55.8197928Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:56:55.8198552Z 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:56:55.8199976Z 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:56:55.8200788Z 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:56:55.8203878Z 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:56:55.8205368Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:56:55.8205802Z 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:56:55.8206931Z 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:56:55.8211393Z 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:56:55.8212229Z 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:56:55.8213506Z 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:56:55.8215613Z 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:56:55.8216740Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8217228Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8218970Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8220032Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8221326Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8223633Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8224702Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8225968Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8227156Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8228634Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8230270Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:56:55.8232767Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed 2022-11-23T00:56:55.8233225Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:56:55.8233835Z 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:56:55.8234931Z 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:56:55.8236315Z 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:56:55.8237069Z 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:56:55.8238228Z 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:56:55.8239296Z 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:56:55.8240378Z 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:56:55.8241373Z 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:56:55.8242405Z 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:56:55.8243601Z 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:56:55.8245072Z 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:56:55.8248598Z 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:56:55.8249708Z 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:56:55.8251043Z 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:56:55.8251858Z 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:56:55.8253532Z 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:56:55.8255556Z 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:56:55.8257412Z 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:56:55.8257953Z 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:56:55.8258701Z 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:56:55.8260569Z 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:56:55.8261999Z 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:56:55.8263544Z 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:56:55.8264409Z 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:56:55.8265866Z 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:56:55.8266988Z 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:56:55.8270715Z 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:56:55.8271742Z 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:56:55.8273075Z 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:56:55.8273896Z 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:56:55.8275308Z 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:56:55.8276047Z 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:56:55.8278197Z 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:56:55.8287706Z 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:56:55.8288573Z 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:56:55.8289063Z 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:56:55.8289374Z 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:56:55.8289751Z 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:56:55.8290170Z 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:56:55.8290497Z 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:56:55.8290768Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:56:55.8291083Z 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:56:55.8291435Z 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:56:55.8291746Z 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:56:55.8292058Z 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:56:55.8292445Z 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:56:55.8293462Z 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:56:55.8294168Z 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:56:55.8295240Z 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:56:55.8296564Z 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:56:55.8297426Z 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:56:55.8298453Z 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:56:55.8299333Z 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:56:55.8300192Z 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:56:55.8301159Z 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:56:55.8302479Z 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:56:55.8303603Z 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:56:55.8305476Z 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:56:55.8306353Z 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:56:55.8306993Z 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:56:55.8307828Z 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:56:55.8308544Z 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:56:55.8310145Z 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:56:55.8310741Z 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:56:55.8311708Z 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:56:55.8312679Z 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:56:55.8313596Z 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:56:55.8314895Z 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:56:55.8316099Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:56:55.8316425Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:56:55.8317771Z 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:56:55.8319801Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:56:55.8320179Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:56:55.8320859Z 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:56:55.8321650Z 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:56:55.8322894Z 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:56:55.8324052Z 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:56:55.8325587Z 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:56:55.8326407Z 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:56:55.8327940Z 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:56:55.8328761Z 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:56:55.8329711Z 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:56:55.8330759Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:56:55.8331104Z 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:56:55.8332660Z 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:56:55.8333646Z 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:56:55.8334321Z 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:56:55.8335343Z 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:56:55.8335968Z 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:56:55.8337234Z 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:56:55.8338435Z 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:56:55.8338965Z 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:56:55.8340358Z 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:56:55.8341255Z 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:56:55.8342390Z 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:56:55.8343263Z 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:56:55.8344744Z 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:56:55.8345679Z 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:56:55.8346867Z 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:56:55.8348127Z 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:56:55.8348979Z 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:56:55.8350245Z 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:56:55.8351281Z 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:56:55.8352240Z 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:56:55.8353475Z 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:56:55.8354408Z 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:56:55.8355320Z 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:56:55.8357031Z 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:56:55.8357743Z 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:56:55.8358874Z 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:56:55.8359813Z 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:56:55.8360806Z 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:56:55.8361839Z 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:56:55.8362883Z 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:56:55.8363921Z 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:56:55.8364881Z 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:56:55.8365883Z 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:56:55.8366692Z 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:56:55.8367685Z 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:56:55.8370080Z 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:56:55.8370703Z 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:56:55.8371446Z 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:56:55.8372575Z 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:56:55.8373964Z 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:56:55.8375383Z 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:56:55.8376685Z 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:56:55.8378090Z 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:56:55.8379423Z 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:56:55.8380754Z 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:56:55.8382165Z 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:56:55.8383451Z 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:56:55.8384806Z 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:56:55.8386125Z 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:56:55.8387786Z 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:56:55.8388956Z 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:56:55.8390950Z 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:56:55.8391992Z 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:56:55.8393373Z 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:56:55.8395137Z 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:56:55.8396151Z 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:56:55.8397501Z 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:56:55.8399232Z 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:56:55.8400459Z 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:56:55.8401892Z 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:56:55.8403170Z 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:56:55.8404556Z 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:56:55.8407625Z 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:56:55.8408375Z 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:56:55.8409810Z 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:56:55.8411318Z 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:56:55.8412558Z 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:56:55.8413927Z 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:56:55.8415337Z 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:56:55.8416817Z 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:56:55.8418449Z 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:56:55.8419665Z 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:56:55.8420958Z 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:56:55.8422380Z 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:56:55.8423736Z 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:56:55.8425075Z 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:56:55.8426455Z 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:56:55.8427901Z 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:56:55.8429351Z 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:56:55.8430582Z 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:56:55.8432449Z 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:56:55.8433526Z 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:56:55.8434775Z 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:56:55.8436439Z 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:56:55.8437738Z 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:56:55.8439631Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:56:55.8440290Z 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:56:55.8441518Z 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:56:55.8442865Z 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:56:55.8444413Z 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:56:55.8445984Z 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:56:55.8447459Z 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:56:55.8448701Z 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:56:55.8450822Z 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:56:55.8451969Z 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:56:55.8453112Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:56:55.8454594Z 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:56:55.8456124Z 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:56:55.8457523Z 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:56:55.8459211Z 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:56:55.8460441Z 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:56:55.8462144Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:56:55.8462699Z 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:56:55.8464041Z 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:56:55.8465452Z 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:56:55.8466793Z 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:56:55.8468244Z 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:56:55.8469554Z 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:56:55.8470848Z 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:56:55.8472206Z 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:56:55.8473584Z 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:56:55.8474871Z 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:56:55.8476263Z 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:56:55.8477729Z 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:56:55.8479037Z 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:56:55.8480865Z 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:56:55.8482123Z 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:56:55.8483454Z 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:56:55.8485019Z 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:56:55.8486768Z 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:56:55.8488043Z 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:56:55.8489315Z 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:56:55.8490790Z 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:56:55.8492842Z 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:56:55.8493937Z 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:56:55.8495239Z 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:56:55.8496533Z 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:56:55.8497891Z 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:56:55.8499184Z 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:56:55.8500585Z 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:56:55.8501920Z 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:56:55.8503258Z 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:56:55.8504577Z 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:56:55.8506159Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:56:55.8506685Z 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:56:55.8508150Z 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:56:55.8509177Z 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:56:55.8510607Z 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:56:55.8511688Z 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:56:55.8513674Z 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:56:55.8514622Z 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:56:55.8515983Z 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:56:55.8517363Z 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:56:55.8518762Z 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:56:55.8520091Z 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:56:55.8521411Z 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:56:55.8522904Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:56:55.8523605Z 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:56:55.8525032Z 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:56:55.8526809Z 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:56:55.8528584Z 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:56:55.8530312Z 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:56:55.8530905Z 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:56:55.8532741Z 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:56:55.8533788Z 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:56:55.8535132Z 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:56:55.8536434Z 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:56:55.8537847Z 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:56:55.8539535Z 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:56:55.8540680Z 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:56:55.8542403Z 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:56:55.8543632Z 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:56:55.8545025Z 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:56:55.8546638Z 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:56:55.8547844Z 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:56:55.8549156Z 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:56:55.8550607Z 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:56:55.8552227Z 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:56:55.8553620Z 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:56:55.8554907Z 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:56:55.8556240Z 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:56:55.8557778Z 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:56:55.8559332Z 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:56:55.8560609Z 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:56:55.8562601Z 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:56:55.8563630Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:56:55.8564333Z 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:56:55.8566787Z 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:56:55.8567711Z 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:56:55.8569009Z 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:56:55.8570688Z 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:56:55.8571909Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:56:55.8572692Z 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:56:55.8574510Z 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:56:55.8575584Z 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:56:55.8576995Z 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:56:55.8578348Z 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:56:55.8579862Z 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:56:55.8581216Z 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:56:55.8582656Z 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:56:55.8583849Z 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:56:55.8585157Z 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:56:55.8586563Z 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:56:55.8587989Z 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:56:55.8589894Z 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:56:55.8592160Z 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:56:55.8593382Z 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:56:55.8594728Z 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:56:55.8596063Z 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:56:55.8597548Z 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:56:55.8598998Z 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:56:55.8600163Z 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:56:55.8601543Z 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:56:55.8602900Z 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:56:55.8604322Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:56:55.8605177Z 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:56:55.8607663Z 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:56:55.8608207Z 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:56:55.8609142Z 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:56:55.8611067Z 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:56:55.8612074Z 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:56:55.8614479Z 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:56:55.8615312Z 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:56:55.8616804Z 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:56:55.8618031Z 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:56:55.8619390Z 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:56:55.8620772Z 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:56:55.8622156Z 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:56:55.8623415Z 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:56:55.8624849Z 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:56:55.8626544Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:56:55.8627734Z 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:56:55.8629080Z 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:56:55.8630479Z 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:56:55.8631933Z 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:56:55.8633298Z 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:56:55.8634683Z 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:56:55.8636103Z 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:56:55.8637405Z 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:56:55.8638837Z 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:56:55.8640083Z 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:56:55.8641334Z 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:56:55.8642708Z 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:56:55.8644288Z 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:56:55.8645759Z 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:56:55.8647172Z 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:56:55.8648563Z 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:56:55.8649875Z 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:56:55.8651910Z 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:56:55.8652963Z 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:56:55.8654306Z 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:56:55.8655714Z 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:56:55.8657035Z 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:56:55.8658543Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-11-23T00:56:55.8659086Z 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:56:55.8660880Z 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:56:55.8661936Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:56:55.8662454Z 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:56:55.8664118Z 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:56:55.8665145Z 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:56:55.8666849Z 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:56:55.8667661Z 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:56:55.8669149Z 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:56:55.8670354Z 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:56:55.8671746Z 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:56:55.8673525Z 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:56:55.8674435Z 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:56:55.8676182Z 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:56:55.8677335Z 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:56:55.8678710Z 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:56:55.8680154Z 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:56:55.8681607Z 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:56:55.8683387Z 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:56:55.8684667Z 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:56:55.8685931Z 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:56:55.8687719Z 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:56:55.8689044Z 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:56:55.8690325Z 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:56:55.8692060Z 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:56:55.8693281Z 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:56:55.8694541Z 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:56:55.8695965Z 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:56:55.8697399Z 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:56:55.8698811Z 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:56:55.8700171Z 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:56:55.8701818Z 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:56:55.8703081Z 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:56:55.8704455Z 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:56:55.8706162Z 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:56:55.8707355Z 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:56:55.8708857Z 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:56:55.8710600Z 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:56:55.8711844Z 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:56:55.8713304Z 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:56:55.8715101Z 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:56:55.8716389Z 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:56:55.8717678Z 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:56:55.8719091Z 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:56:55.8720541Z 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:56:55.8721965Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:56:55.8722872Z 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:56:55.8724459Z 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:56:55.8725764Z 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:56:55.8727165Z 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:56:55.8728566Z 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:56:55.8729911Z 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:56:55.8731250Z 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:56:55.8733663Z 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:56:55.8734267Z 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:56:55.8735219Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen 2022-11-23T00:56:55.8735622Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:56:55.8736297Z 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:56:55.8738244Z 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:56:55.8739445Z 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:56:55.8740736Z 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:56:55.8742124Z 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:56:55.8743510Z 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:56:55.8745304Z 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:56:55.8746438Z 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:56:55.8748328Z 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:56:55.8749439Z 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:56:55.8750915Z 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:56:55.8752461Z 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:56:55.8753756Z 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:56:55.8755176Z 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:56:55.8756541Z 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:56:55.8757992Z 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:56:55.8760242Z 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:56:55.8761154Z 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:56:55.8762631Z 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:56:55.8764273Z 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:56:55.8765692Z 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:56:55.8767110Z 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:56:55.8768927Z 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:56:55.8770161Z 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:56:55.8771157Z 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:56:55.8772716Z 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:56:55.8773665Z 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:56:55.8775185Z 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:56:55.8776044Z 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:56:55.8777570Z 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:56:55.8778610Z 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:56:55.8780140Z 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:56:55.8780792Z 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:56:55.8782167Z 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:56:55.8782977Z 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:56:55.8784476Z 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:56:55.8785535Z 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:56:55.8786985Z 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:56:55.8787848Z 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:56:55.8789118Z 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:56:55.8790796Z 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:56:55.8791191Z 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:56:55.8792199Z 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:56:55.8793284Z 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:56:55.8793995Z 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:56:55.8794913Z 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:56:55.8796950Z 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:56:55.8797602Z 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:56:55.8798916Z 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:56:55.8800036Z 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:56:55.8801421Z 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:56:55.8802463Z 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:56:55.8803972Z 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:56:55.8804909Z 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:56:55.8805913Z 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:56:55.8806991Z 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:56:55.8808597Z 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:56:55.8809202Z 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:56:55.8811322Z 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:56:55.8811876Z 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:56:55.8812666Z 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:56:55.8814422Z 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:56:55.8815436Z 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:56:55.8816468Z 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:56:55.8817419Z 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:56:55.8818820Z 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:56:55.8819389Z 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:56:55.8820735Z 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:56:55.8821788Z 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:56:55.8823115Z 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:56:55.8824113Z 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:56:55.8825446Z 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:56:55.8826404Z 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:56:55.8827741Z 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:56:55.8829188Z 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:56:55.8829941Z 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:56:55.8831144Z 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:56:55.8831739Z 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:56:55.8833081Z 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:56:55.8834333Z 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:56:55.8834979Z 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:56:55.8836350Z 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:56:55.8837201Z 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:56:55.8838833Z 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:56:55.8839768Z 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:56:55.8840933Z 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:56:55.8841763Z 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:56:55.8843230Z 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:56:55.8844421Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:56:55.8844893Z 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:56:55.8846867Z 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:56:55.8847779Z 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:56:55.8849048Z 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:56:55.8849999Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:56:55.8850684Z 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:56:55.8851907Z 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:56:55.8852910Z 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:56:55.8854007Z 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:56:55.8855172Z 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:56:55.8856278Z 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:56:55.8857397Z 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:56:55.8858129Z 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:56:55.8860051Z 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:56:55.8860475Z 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:56:55.8861996Z 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:56:55.8862461Z 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:56:55.8864245Z 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:56:55.8864982Z 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:56:55.8866370Z 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:56:55.8867740Z 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:56:55.8868863Z 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:56:55.8870154Z 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:56:55.8871473Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:56:55.8872125Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:56:55.8873146Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:56:55.8874030Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8874690Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8875746Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8876899Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8877941Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8878554Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8880147Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8880927Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8882759Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8883976Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:56:55.8884872Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:56:55.8885887Z 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:56:55.8887148Z 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:56:55.8888592Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:56:55.8889073Z 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:56:55.8890006Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8890367Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8891877Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8892770Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8894086Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8894943Z 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:56:55.8895987Z 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:56:55.8897154Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8898121Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8899329Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8900276Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8901693Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8902490Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8903502Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8904581Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8905839Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8906870Z 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:56:55.8908719Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8909232Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8910367Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8911519Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8912417Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8913717Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8914590Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8915606Z 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:56:55.8916673Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8917732Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8918635Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8920049Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8920851Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8921937Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8922861Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8924038Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8925104Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8926136Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8927660Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8928528Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8929464Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8930685Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8931581Z 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:56:55.8932932Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8933946Z 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:56:55.8934811Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:56:55.8936106Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-11-23T00:56:55.8936761Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-11-23T00:56:55.8937729Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy 2022-11-23T00:56:55.8938137Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:56:55.8938867Z 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:56:55.8940057Z 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:56:55.8941247Z 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:56:55.8942266Z 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:56:55.8943188Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:56:55.8943840Z 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:56:55.8945044Z 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:56:55.8946138Z 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:56:55.8947124Z 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:56:55.8948180Z 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:56:55.8949350Z 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:56:55.8950171Z 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:56:55.8952393Z 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:56:55.8953184Z 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:56:55.8953929Z 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:56:55.8954903Z 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:56:55.8956875Z 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:56:55.8957229Z 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:56:55.8958227Z 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:56:55.8959896Z 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:56:55.8960533Z 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:56:55.8961607Z 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:56:55.8962453Z 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:56:55.8964348Z 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:56:55.8964934Z 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:56:55.8966668Z 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:56:55.8968245Z 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:56:55.8969426Z 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:56:55.8969998Z 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:56:55.8971164Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:56:55.8971763Z 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:56:55.8972561Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:56:55.8973208Z 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:56:55.8974210Z 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:56:55.8975757Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:56:55.8976170Z 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:56:55.8976876Z 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:56:55.8978233Z 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:56:55.8979296Z 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:56:55.8980277Z 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:56:55.8981137Z 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:56:55.8982300Z 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:56:55.8984371Z 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:56:55.8984764Z 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:56:55.8985531Z 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:56:55.8986607Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8987410Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8988960Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8989657Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8991776Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8992977Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8994218Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8994857Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8996508Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8997630Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8998115Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.8999535Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9000598Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9001746Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9003387Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9004668Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9006078Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9007823Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9009508Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9010950Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:56:55.9012527Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9012873Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9014158Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9015652Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9016606Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9017996Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9020062Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9020589Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:56:55.9021510Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:55.9022824Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:55.9023844Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:55.9025010Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:56:55.9026479Z creating build/lib.linux-x86_64-cpython-37/torch/share 2022-11-23T00:56:55.9026859Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake 2022-11-23T00:56:55.9027123Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-11-23T00:56:55.9027396Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-11-23T00:56:55.9028864Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:56:55.9029165Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:56:55.9030782Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:56:55.9031396Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:56:55.9032797Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:56:55.9034107Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9034403Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9036448Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9037016Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9037971Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9038771Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9039722Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9040657Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9041666Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9042883Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:56:55.9044005Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:56:55.9044460Z 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:56:55.9045464Z 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:56:55.9046391Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:56:55.9046932Z 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:56:55.9047941Z 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:56:55.9049909Z 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:56:55.9051009Z 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:56:55.9052864Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:56:55.9053357Z 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:56:55.9054321Z 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:56:55.9055319Z 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:56:55.9056792Z 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:56:55.9057888Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:56:55.9058716Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:56:55.9060152Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:56:55.9061284Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:56:55.9061893Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:56:55.9063558Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:56:55.9064701Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:56:55.9066177Z 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:56:55.9067857Z 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:56:55.9069047Z 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:56:55.9070440Z 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:56:55.9074008Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:56:55.9074767Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:56:55.9076152Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:56:55.9076812Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:56:55.9079264Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged 2022-11-23T00:56:55.9079550Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen 2022-11-23T00:56:55.9079774Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:56:55.9080157Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:56:55.9242788Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:56:55.9260840Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9261164Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9287773Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9308729Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9312642Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9321656Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9339727Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9370506Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9396597Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9425542Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9445624Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9458651Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9478750Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9489936Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9501547Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9513787Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9521873Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9526226Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9531816Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9536775Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9540945Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9548095Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9555593Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9567330Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9581690Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9597310Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9612822Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9618050Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9626461Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9640756Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9649837Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9658626Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9670841Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9676796Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9685014Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9695527Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9708350Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9722459Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9736831Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:55.9762573Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:56:56.0064153Z running build_ext 2022-11-23T00:56:56.0104330Z -- Building with NumPy bindings 2022-11-23T00:56:56.0104824Z -- Not using cuDNN 2022-11-23T00:56:56.0105202Z -- Not using CUDA 2022-11-23T00:56:56.0105472Z -- Not using MKLDNN 2022-11-23T00:56:56.0105660Z -- Not using NCCL 2022-11-23T00:56:56.0105902Z -- Building with distributed package: 2022-11-23T00:56:56.0106320Z -- USE_TENSORPIPE=True 2022-11-23T00:56:56.0106522Z -- USE_GLOO=True 2022-11-23T00:56:56.0106724Z -- USE_MPI=False 2022-11-23T00:56:56.0106915Z -- Using ITT 2022-11-23T00:56:56.3202093Z 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:56:56.3202706Z 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:56:56.3211162Z building 'torch._C' extension 2022-11-23T00:56:56.3213032Z creating build/temp.linux-x86_64-cpython-37 2022-11-23T00:56:56.3213409Z creating build/temp.linux-x86_64-cpython-37/torch 2022-11-23T00:56:56.3213889Z creating build/temp.linux-x86_64-cpython-37/torch/csrc 2022-11-23T00:56:56.3215367Z clang -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fsanitize=thread -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:56:56.4525429Z clang --shared -fsanitize=thread 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:56:56.4997292Z building 'torch._C_flatbuffer' extension 2022-11-23T00:56:56.4998626Z clang -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fsanitize=thread -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:56:56.5746063Z clang --shared -fsanitize=thread 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:56:56.6216850Z /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:56:56.6217327Z setuptools.SetuptoolsDeprecationWarning, 2022-11-23T00:56:56.6261532Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T00:56:56.6261733Z running install 2022-11-23T00:56:56.6322347Z running install_lib 2022-11-23T00:56:56.6363542Z creating build/bdist.linux-x86_64 2022-11-23T00:56:56.6364007Z creating build/bdist.linux-x86_64/wheel 2022-11-23T00:56:56.6365550Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:56:56.6365978Z copying build/lib.linux-x86_64-cpython-37/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:56:56.6367205Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6367623Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6368974Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6370061Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6371068Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6372086Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6373344Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6374124Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6375150Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6376076Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6377287Z 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:56:56.6378040Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6379398Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6380332Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6381486Z 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:56:56.6382465Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:56:56.6383688Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T00:56:56.6384499Z copying build/lib.linux-x86_64-cpython-37/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T00:56:56.6385254Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6386007Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6386998Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6387878Z 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:56:56.6388651Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6389636Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6390566Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6391236Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6392253Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6392914Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:56:56.6394199Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:56:56.6395196Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:56:56.6396018Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:56:56.6396649Z 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:56:56.6397531Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:56:56.6398539Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:56:56.6399693Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:56:56.6400608Z 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:56:56.6405296Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6405773Z copying build/lib.linux-x86_64-cpython-37/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6406683Z copying build/lib.linux-x86_64-cpython-37/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6407517Z copying build/lib.linux-x86_64-cpython-37/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6408162Z copying build/lib.linux-x86_64-cpython-37/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6409514Z copying build/lib.linux-x86_64-cpython-37/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6410382Z copying build/lib.linux-x86_64-cpython-37/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6411244Z copying build/lib.linux-x86_64-cpython-37/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6412129Z copying build/lib.linux-x86_64-cpython-37/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6413655Z copying build/lib.linux-x86_64-cpython-37/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6414671Z copying build/lib.linux-x86_64-cpython-37/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6415731Z copying build/lib.linux-x86_64-cpython-37/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6416624Z copying build/lib.linux-x86_64-cpython-37/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6418140Z copying build/lib.linux-x86_64-cpython-37/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6419108Z copying build/lib.linux-x86_64-cpython-37/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6420387Z copying build/lib.linux-x86_64-cpython-37/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6421466Z copying build/lib.linux-x86_64-cpython-37/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6422826Z copying build/lib.linux-x86_64-cpython-37/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6423956Z copying build/lib.linux-x86_64-cpython-37/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6425010Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6426680Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6429299Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6430815Z copying build/lib.linux-x86_64-cpython-37/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6435019Z copying build/lib.linux-x86_64-cpython-37/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6435840Z copying build/lib.linux-x86_64-cpython-37/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6436928Z copying build/lib.linux-x86_64-cpython-37/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6437988Z copying build/lib.linux-x86_64-cpython-37/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6439076Z copying build/lib.linux-x86_64-cpython-37/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6441035Z copying build/lib.linux-x86_64-cpython-37/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6442333Z copying build/lib.linux-x86_64-cpython-37/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6443966Z copying build/lib.linux-x86_64-cpython-37/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6445949Z copying build/lib.linux-x86_64-cpython-37/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6447064Z copying build/lib.linux-x86_64-cpython-37/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6448224Z copying build/lib.linux-x86_64-cpython-37/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6449350Z copying build/lib.linux-x86_64-cpython-37/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6450779Z copying build/lib.linux-x86_64-cpython-37/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6452196Z copying build/lib.linux-x86_64-cpython-37/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6453324Z copying build/lib.linux-x86_64-cpython-37/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6454352Z copying build/lib.linux-x86_64-cpython-37/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.6455711Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:56:56.6456474Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:56:56.6457739Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:56:56.6459837Z 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:56:56.6461085Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:56:56.6461985Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:56:56.6462729Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:56:56.6464441Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6464929Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6466007Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6466897Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6468192Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6470187Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6471268Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6472186Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6473401Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6474562Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6475692Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6476805Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6478203Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6479320Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6480465Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6481555Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6482752Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6484359Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6485778Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6487019Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6488035Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6489162Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6490903Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6492961Z 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:56:56.6493854Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6494690Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:56:56.6496180Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:56:56.6497192Z 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:56:56.6498379Z 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:56:56.6499108Z 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:56:56.6500581Z 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:56:56.6501651Z 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:56:56.6502744Z 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:56:56.6503539Z 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:56:56.6504452Z 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:56:56.6505712Z 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:56:56.6506771Z 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:56:56.6508594Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:56:56.6509060Z 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:56:56.6510103Z 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:56:56.6511159Z 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:56:56.6512048Z 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:56:56.6513037Z 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:56:56.6513835Z 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:56:56.6514878Z 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:56:56.6515946Z 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:56:56.6517035Z 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:56:56.6518259Z 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:56:56.6519298Z 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:56:56.6520264Z 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:56:56.6521356Z 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:56:56.6522423Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:56:56.6522939Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:56:56.6524172Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:56:56.6525110Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:56:56.6526500Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6527042Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6527709Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6528772Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6529941Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6530672Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6531933Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6533015Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6533947Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6534754Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6535626Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6536526Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6538445Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6539886Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6540964Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6541988Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6543325Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6544429Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6545428Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:56:56.6546869Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:56:56.6547667Z 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:56:56.6548610Z 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:56:56.6549705Z 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:56:56.6550648Z 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:56:56.6551897Z 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:56:56.6553206Z 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:56:56.6554547Z 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:56:56.6555684Z 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:56:56.6556593Z 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:56:56.6557477Z 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:56:56.6558377Z 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:56:56.6560062Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:56:56.6560674Z 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:56:56.6561279Z 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:56:56.6562570Z 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:56:56.6563607Z 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:56:56.6565028Z 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:56:56.6565954Z 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:56:56.6567228Z 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:56:56.6568127Z 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:56:56.6569112Z 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:56:56.6570678Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6571489Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6572482Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6573470Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6574347Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6575286Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6576128Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6576939Z 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:56:56.6577735Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6578830Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6579727Z 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:56:56.6580608Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:56:56.6582669Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:56:56.6583397Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:56:56.6585546Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:56:56.6586519Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:56:56.6587555Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:56:56.6588480Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:56:56.6590411Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T00:56:56.6590890Z 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:56:56.6592150Z 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:56:56.6593198Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:56:56.6593905Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:56:56.6596054Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:56:56.6596864Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:56:56.6597980Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T00:56:56.6598652Z 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:56:56.6600061Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T00:56:56.6600623Z 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:56:56.6602630Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T00:56:56.6603367Z 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:56:56.6604262Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T00:56:56.6605046Z 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:56:56.6606533Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:56:56.6607343Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:56:56.6608089Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:56:56.6609158Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:56:56.6610319Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:56:56.6611707Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:56:56.6612419Z copying build/lib.linux-x86_64-cpython-37/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:56:56.6613417Z copying build/lib.linux-x86_64-cpython-37/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:56:56.6615012Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T00:56:56.6615402Z copying build/lib.linux-x86_64-cpython-37/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T00:56:56.6616529Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T00:56:56.6617203Z 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:56:56.6618521Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T00:56:56.6619670Z 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:56:56.6620199Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T00:56:56.6620874Z 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:56:56.6621626Z 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:56:56.6623032Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T00:56:56.6623528Z 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:56:56.6624417Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:56:56.6625299Z 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:56:56.6626288Z 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:56:56.6627270Z 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:56:56.6628304Z 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:56:56.6629261Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T00:56:56.6629835Z 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:56:56.6631264Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:56:56.6631777Z 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:56:56.6633725Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:56:56.6634506Z 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:56:56.6635900Z 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:56:56.6636779Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:56:56.6637873Z 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:56:56.6638837Z 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:56:56.6639861Z 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:56:56.6640844Z 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:56:56.6641529Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T00:56:56.6642126Z 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:56:56.6642746Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T00:56:56.6643433Z 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:56:56.6644327Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:56:56.6646350Z 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:56:56.6647396Z 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:56:56.6648252Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:56:56.6649239Z 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:56:56.6650116Z 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:56:56.6651038Z 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:56:56.6651985Z 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:56:56.6652760Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T00:56:56.6653611Z 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:56:56.6654203Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:56:56.6655210Z 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:56:56.6655899Z 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:56:56.6657392Z 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:56:56.6658482Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T00:56:56.6659346Z 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:56:56.6659938Z 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:56:56.6661012Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T00:56:56.6661492Z 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:56:56.6663147Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:56:56.6663774Z 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:56:56.6664549Z 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:56:56.6665738Z 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:56:56.6666440Z 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:56:56.6669039Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:56:56.6669958Z 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:56:56.6670966Z 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:56:56.6671989Z 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:56:56.6673008Z 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:56:56.6674032Z 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:56:56.6674942Z 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:56:56.6676236Z 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:56:56.6677345Z 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:56:56.6678388Z 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:56:56.6679342Z 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:56:56.6680396Z 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:56:56.6681538Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T00:56:56.6682233Z 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:56:56.6683266Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:56:56.6683966Z 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:56:56.6685036Z 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:56:56.6685721Z 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:56:56.6686580Z 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:56:56.6687908Z 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:56:56.6688873Z 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:56:56.6690246Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T00:56:56.6690799Z 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:56:56.6692151Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:56:56.6693360Z 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:56:56.6694028Z 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:56:56.6694651Z 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:56:56.6695896Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:56:56.6696414Z 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:56:56.6697338Z 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:56:56.6698477Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:56:56.6699302Z 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:56:56.6699782Z 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:56:56.6700930Z 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:56:56.6702719Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:56:56.6703277Z 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:56:56.6704278Z 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:56:56.6704848Z 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:56:56.6705979Z 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:56:56.6707799Z 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:56:56.6708532Z 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:56:56.6709471Z 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:56:56.6710324Z 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:56:56.6711253Z 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:56:56.6712670Z 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:56:56.6713767Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T00:56:56.6714283Z 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:56:56.6715524Z 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:56:56.6717028Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T00:56:56.6717881Z 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:56:56.6718735Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:56:56.6719691Z 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:56:56.6720389Z 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:56:56.6721143Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:56:56.6721932Z 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:56:56.6722778Z 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:56:56.6723889Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:56:56.6724663Z 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:56:56.6725749Z 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:56:56.6726697Z 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:56:56.6727477Z 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:56:56.6728306Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:56:56.6729262Z 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:56:56.6730211Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:56:56.6731278Z 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:56:56.6732278Z 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:56:56.6733299Z 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:56:56.6734213Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:56:56.6734930Z 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:56:56.6735956Z 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:56:56.6736789Z 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:56:56.6737397Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:56:56.6738071Z 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:56:56.6738825Z 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:56:56.6739647Z 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:56:56.6740656Z 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:56:56.6741647Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:56:56.6742419Z 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:56:56.6743299Z 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:56:56.6744302Z 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:56:56.6745075Z 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:56:56.6745927Z 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:56:56.6746997Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:56:56.6747452Z 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:56:56.6749130Z 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:56:56.6749925Z 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:56:56.6751694Z 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:56:56.6752323Z 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:56:56.6753031Z 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:56:56.6753892Z 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:56:56.6755494Z 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:56:56.6756615Z 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:56:56.6757742Z 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:56:56.6758588Z 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:56:56.6759399Z 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:56:56.6760515Z 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:56:56.6761304Z 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:56:56.6762647Z 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:56:56.6763972Z 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:56:56.6764795Z 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:56:56.6765839Z 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:56:56.6767221Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:56:56.6768088Z 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:56:56.6769197Z 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:56:56.6770329Z 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:56:56.6771417Z 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:56:56.6772541Z 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:56:56.6773465Z 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:56:56.6774610Z 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:56:56.6775558Z 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:56:56.6776734Z 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:56:56.6777734Z 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:56:56.6778313Z 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:56:56.6779057Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:56:56.6779885Z 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:56:56.6780902Z 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:56:56.6781737Z 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:56:56.6782694Z 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:56:56.6783785Z 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:56:56.6784531Z 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:56:56.6785713Z 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:56:56.6786885Z 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:56:56.6787969Z 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:56:56.6788804Z 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:56:56.6790456Z 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:56:56.6791209Z 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:56:56.6791965Z 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:56:56.6792834Z 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:56:56.6793564Z 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:56:56.6795362Z 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:56:56.6796083Z 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:56:56.6796982Z 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:56:56.6798001Z 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:56:56.6799528Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:56:56.6800264Z 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:56:56.6800904Z 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:56:56.6802609Z 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:56:56.6804053Z 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:56:56.6804748Z 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:56:56.6806716Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6807334Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6808149Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6809051Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6809873Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6810888Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6812113Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6812941Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6814756Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6815456Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6816514Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6817697Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6818721Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:56:56.6819892Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:56:56.6820389Z 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:56:56.6821320Z 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:56:56.6822182Z 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:56:56.6823166Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T00:56:56.6823596Z copying build/lib.linux-x86_64-cpython-37/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T00:56:56.6824625Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T00:56:56.6825152Z 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:56:56.6826250Z 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:56:56.6827782Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:56:56.6828370Z 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:56:56.6829116Z 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:56:56.6830271Z 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:56:56.6832150Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T00:56:56.6832722Z 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:56:56.6833539Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T00:56:56.6834623Z 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:56:56.6835625Z 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:56:56.6836725Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T00:56:56.6838169Z 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:56:56.6839507Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T00:56:56.6840336Z 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:56:56.6841441Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T00:56:56.6842251Z 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:56:56.6844075Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T00:56:56.6844561Z 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:56:56.6845738Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T00:56:56.6846507Z 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:56:56.6847531Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T00:56:56.6848379Z 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:56:56.6849314Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T00:56:56.6849896Z 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:56:56.6850791Z 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:56:56.6852589Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T00:56:56.6853048Z 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:56:56.6853936Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:56:56.6854536Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:56:56.6855248Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:56:56.6856512Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T00:56:56.6857074Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T00:56:56.6858633Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T00:56:56.6859165Z 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:56:56.6860044Z 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:56:56.6861014Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6861502Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6862585Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6863433Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6864633Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6865465Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6866483Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6867110Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6868339Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6869405Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6870473Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6871873Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6872813Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6874244Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6875305Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6876328Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6877070Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:56:56.6878836Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:56:56.6879370Z 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:56:56.6880293Z 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:56:56.6881021Z 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:56:56.6882383Z 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:56:56.6884306Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6884876Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6885816Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6886902Z 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:56:56.6887994Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6889112Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6891630Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6892841Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6893798Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6894714Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6895675Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6896597Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:56:56.6897565Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:56:56.6898477Z 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:56:56.6899400Z 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:56:56.6900815Z 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:56:56.6901846Z 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:56:56.6902595Z 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:56:56.6903361Z 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:56:56.6904979Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:56:56.6905746Z 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:56:56.6906710Z 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:56:56.6907517Z 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:56:56.6908557Z 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:56:56.6909504Z 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:56:56.6910535Z 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:56:56.6911564Z 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:56:56.6912550Z 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:56:56.6913596Z 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:56:56.6914562Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T00:56:56.6915526Z 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:56:56.6916396Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T00:56:56.6916994Z 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:56:56.6918133Z 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:56:56.6919370Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:56:56.6919951Z 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:56:56.6920957Z 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:56:56.6922287Z 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:56:56.6923438Z 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:56:56.6924598Z 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:56:56.6925697Z 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:56:56.6927503Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:56:56.6928187Z 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:56:56.6928882Z 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:56:56.6929869Z 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:56:56.6930881Z 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:56:56.6931861Z 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:56:56.6932885Z 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:56:56.6933838Z 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:56:56.6934947Z 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:56:56.6936032Z 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:56:56.6937066Z 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:56:56.6938240Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T00:56:56.6938866Z 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:56:56.6939992Z 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:56:56.6941035Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:56:56.6941595Z 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:56:56.6942979Z 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:56:56.6943686Z 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:56:56.6944502Z 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:56:56.6946156Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:56:56.6947076Z 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:56:56.6948088Z 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:56:56.6948958Z 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:56:56.6949753Z 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:56:56.6951119Z 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:56:56.6952563Z 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:56:56.6953925Z 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:56:56.6955270Z 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:56:56.6956296Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T00:56:56.6956834Z 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:56:56.6957749Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T00:56:56.6958346Z 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:56:56.6960044Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T00:56:56.6960688Z 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:56:56.6961523Z 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:56:56.6962670Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:56:56.6963577Z 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:56:56.6964760Z 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:56:56.6966422Z 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:56:56.6967483Z 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:56:56.6968420Z 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:56:56.6969496Z 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:56:56.6970430Z 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:56:56.6971868Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:56:56.6972571Z 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:56:56.6973432Z 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:56:56.6974387Z 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:56:56.6975527Z 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:56:56.6976609Z 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:56:56.6977649Z 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:56:56.6978718Z 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:56:56.6979768Z 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:56:56.6980808Z 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:56:56.6982216Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:56:56.6983146Z 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:56:56.6984206Z 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:56:56.6985037Z 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:56:56.6986390Z 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:56:56.6987325Z 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:56:56.6989297Z 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:56:56.6990036Z 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:56:56.6991091Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T00:56:56.6991936Z 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:56:56.6992715Z 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:56:56.6993805Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T00:56:56.6994566Z 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:56:56.6995407Z 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:56:56.6996480Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:56:56.6997271Z 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:56:56.6998280Z 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:56:56.6999167Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:56:56.7000173Z 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:56:56.7000968Z 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:56:56.7001615Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T00:56:56.7002203Z 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:56:56.7003184Z 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:56:56.7004085Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:56:56.7005221Z 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:56:56.7006845Z 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:56:56.7008060Z 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:56:56.7009061Z 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:56:56.7010295Z 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:56:56.7011436Z 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:56:56.7012318Z 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:56:56.7013321Z 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:56:56.7013948Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:56:56.7014649Z 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:56:56.7015467Z 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:56:56.7016477Z 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:56:56.7017307Z 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:56:56.7018068Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T00:56:56.7018544Z 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:56:56.7020042Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:56:56.7020625Z 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:56:56.7021582Z 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:56:56.7022344Z 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:56:56.7023122Z 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:56:56.7024054Z 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:56:56.7025346Z 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:56:56.7026213Z 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:56:56.7027165Z 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:56:56.7028475Z 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:56:56.7029316Z 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:56:56.7030211Z 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:56:56.7030890Z 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:56:56.7032053Z 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:56:56.7033021Z 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:56:56.7033955Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T00:56:56.7036180Z 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:56:56.7036995Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T00:56:56.7037667Z 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:56:56.7038228Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:56:56.7038931Z 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:56:56.7040259Z 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:56:56.7041274Z 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:56:56.7042932Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:56:56.7043930Z 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:56:56.7044877Z 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:56:56.7045862Z 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:56:56.7046614Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T00:56:56.7047628Z 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:56:56.7048279Z 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:56:56.7050071Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:56:56.7050663Z 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:56:56.7051551Z 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:56:56.7052584Z 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:56:56.7053741Z 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:56:56.7054686Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:56:56.7055695Z 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:56:56.7056770Z 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:56:56.7057960Z 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:56:56.7058928Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:56:56.7059754Z 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:56:56.7060420Z 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:56:56.7061483Z 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:56:56.7062533Z 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:56:56.7063649Z 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:56:56.7064978Z 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:56:56.7066305Z 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:56:56.7067807Z 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:56:56.7069068Z 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:56:56.7070210Z 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:56:56.7071310Z 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:56:56.7072260Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:56:56.7073642Z 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:56:56.7074827Z 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:56:56.7076213Z 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:56:56.7077312Z 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:56:56.7078732Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:56:56.7079650Z 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:56:56.7080675Z 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:56:56.7081652Z 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:56:56.7082533Z 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:56:56.7083586Z 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:56:56.7084626Z 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:56:56.7086259Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:56:56.7086837Z 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:56:56.7087727Z 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:56:56.7088526Z 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:56:56.7089733Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:56:56.7090328Z 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:56:56.7091255Z 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:56:56.7092019Z 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:56:56.7093104Z 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:56:56.7093753Z 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:56:56.7094839Z 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:56:56.7095729Z 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:56:56.7096785Z 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:56:56.7098231Z 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:56:56.7098787Z 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:56:56.7099854Z 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:56:56.7101109Z 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:56:56.7101912Z 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:56:56.7102816Z 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:56:56.7103606Z 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:56:56.7105305Z 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:56:56.7106849Z 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:56:56.7108321Z 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:56:56.7109167Z 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:56:56.7110568Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T00:56:56.7111239Z 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:56:56.7112327Z 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:56:56.7113476Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T00:56:56.7114298Z 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:56:56.7115221Z 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:56:56.7116065Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T00:56:56.7116936Z 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:56:56.7117937Z 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:56:56.7118681Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T00:56:56.7119523Z 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:56:56.7120522Z 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:56:56.7121314Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T00:56:56.7122273Z 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:56:56.7123379Z 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:56:56.7124315Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:56:56.7125182Z 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:56:56.7126374Z 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:56:56.7127412Z 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:56:56.7128356Z 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:56:56.7129351Z 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:56:56.7130312Z 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:56:56.7131217Z 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:56:56.7132181Z 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:56:56.7133248Z 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:56:56.7134251Z 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:56:56.7135270Z 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:56:56.7136101Z 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:56:56.7137069Z 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:56:56.7137818Z 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:56:56.7139932Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T00:56:56.7140815Z 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:56:56.7141708Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:56:56.7142608Z 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:56:56.7143690Z 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:56:56.7144914Z 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:56:56.7146002Z 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:56:56.7147065Z 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:56:56.7148204Z 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:56:56.7149268Z 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:56:56.7150319Z 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:56:56.7151384Z 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:56:56.7152444Z 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:56:56.7153509Z 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:56:56.7154564Z 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:56:56.7155393Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:56:56.7156377Z 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:56:56.7157542Z 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:56:56.7158767Z 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:56:56.7159651Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:56:56.7160586Z 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:56:56.7161782Z 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:56:56.7162904Z 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:56:56.7164161Z 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:56:56.7165302Z 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:56:56.7166532Z 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:56:56.7180384Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:56:56.7181330Z 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:56:56.7182008Z 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:56:56.7182659Z 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:56:56.7183243Z 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:56:56.7183928Z 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:56:56.7184463Z 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:56:56.7184971Z 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:56:56.7185609Z 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:56:56.7186156Z 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:56:56.7186843Z 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:56:56.7187470Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T00:56:56.7188082Z 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:56:56.7188767Z 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:56:56.7189332Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7189920Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7190519Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7191240Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7191896Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7192791Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7193666Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7194355Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7195014Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7195597Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7196198Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7196931Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7197618Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7198121Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7198756Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7199403Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7199924Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7200509Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7201451Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7202039Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7202600Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7203236Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7203719Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7204654Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7205476Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7206266Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7207217Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7207925Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7208964Z 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:56:56.7210069Z 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:56:56.7211051Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7211848Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7212852Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7213592Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7214557Z 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:56:56.7215362Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7216289Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7217054Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7218055Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7218922Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7219650Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7220630Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7221520Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7222213Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7223169Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7223741Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7224287Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:56:56.7225114Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T00:56:56.7225768Z copying build/lib.linux-x86_64-cpython-37/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T00:56:56.7226220Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T00:56:56.7226884Z copying build/lib.linux-x86_64-cpython-37/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T00:56:56.7227528Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7228262Z copying build/lib.linux-x86_64-cpython-37/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7229136Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7229968Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7230553Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7231113Z copying build/lib.linux-x86_64-cpython-37/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7232016Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7232981Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7233965Z copying build/lib.linux-x86_64-cpython-37/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7234590Z copying build/lib.linux-x86_64-cpython-37/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7235552Z copying build/lib.linux-x86_64-cpython-37/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7236452Z copying build/lib.linux-x86_64-cpython-37/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7237460Z copying build/lib.linux-x86_64-cpython-37/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7238461Z copying build/lib.linux-x86_64-cpython-37/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7239680Z copying build/lib.linux-x86_64-cpython-37/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7240617Z copying build/lib.linux-x86_64-cpython-37/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:56:56.7241921Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:56:56.7243193Z 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:56:56.7244463Z 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:56:56.7245427Z 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:56:56.7246441Z 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:56:56.7247472Z 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:56:56.7248580Z 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:56:56.7249620Z 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:56:56.7250570Z 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:56:56.7251482Z 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:56:56.7252411Z 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:56:56.7253224Z 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:56:56.7254285Z 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:56:56.7255361Z 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:56:56.7256319Z 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:56:56.7257394Z 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:56:56.7258515Z 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:56:56.7259763Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:56:56.7260529Z 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:56:56.7261428Z 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:56:56.7262384Z 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:56:56.7263331Z 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:56:56.7264743Z 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:56:56.7265885Z 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:56:56.7266723Z 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:56:56.7267666Z 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:56:56.7268686Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:56:56.7269212Z 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:56:56.7270317Z 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:56:56.7271215Z 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:56:56.7272205Z 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:56:56.7273269Z 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:56:56.7274213Z 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:56:56.7275206Z 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:56:56.7276128Z 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:56:56.7277751Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:56:56.7278408Z 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:56:56.7279158Z 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:56:56.7280129Z 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:56:56.7281021Z 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:56:56.7282055Z 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:56:56.7283065Z 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:56:56.7284064Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:56:56.7285084Z 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:56:56.7286769Z 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:56:56.7288089Z 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:56:56.7289053Z 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:56:56.7289828Z 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:56:56.7291707Z 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:56:56.7292755Z 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:56:56.7293343Z 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:56:56.7294504Z 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:56:56.7295677Z 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:56:56.7296571Z 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:56:56.7298092Z 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:56:56.7299167Z 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:56:56.7300328Z 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:56:56.7301633Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T00:56:56.7302916Z 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:56:56.7304199Z 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:56:56.7305470Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T00:56:56.7306321Z 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:56:56.7307503Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T00:56:56.7308471Z 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:56:56.7309508Z 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:56:56.7310725Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:56:56.7311565Z 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:56:56.7312865Z 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:56:56.7314076Z 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:56:56.7315169Z 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:56:56.7316376Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T00:56:56.7317349Z 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:56:56.7318437Z 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:56:56.7319944Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:56:56.7320757Z 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:56:56.7322007Z 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:56:56.7323218Z 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:56:56.7324540Z 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:56:56.7325803Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7326814Z copying build/lib.linux-x86_64-cpython-37/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7327902Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7329288Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7330248Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7331453Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7332596Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7333561Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7334302Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7335478Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7336369Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7337373Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7338412Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7339679Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7340521Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7342187Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7343780Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7344662Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7346248Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7346948Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7348786Z copying build/lib.linux-x86_64-cpython-37/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7349304Z copying build/lib.linux-x86_64-cpython-37/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7350796Z copying build/lib.linux-x86_64-cpython-37/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7351998Z copying build/lib.linux-x86_64-cpython-37/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7353077Z copying build/lib.linux-x86_64-cpython-37/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:56:56.7353890Z 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:56:56.7355851Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T00:56:56.7356511Z 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:56:56.7357243Z 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:56:56.7358340Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T00:56:56.7359044Z 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:56:56.7360170Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T00:56:56.7360869Z copying build/lib.linux-x86_64-cpython-37/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T00:56:56.7362446Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:56:56.7363531Z copying build/lib.linux-x86_64-cpython-37/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:56:56.7364567Z copying build/lib.linux-x86_64-cpython-37/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:56:56.7366272Z copying build/lib.linux-x86_64-cpython-37/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:56:56.7368295Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:56:56.7368891Z 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:56:56.7370011Z 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:56:56.7371167Z 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:56:56.7372251Z 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:56:56.7373410Z 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:56:56.7374515Z 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:56:56.7375569Z 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:56:56.7376721Z 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:56:56.7377842Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T00:56:56.7378570Z copying build/lib.linux-x86_64-cpython-37/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T00:56:56.7380579Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:56:56.7381176Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:56:56.7382014Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:56:56.7382733Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:56:56.7383653Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:56:56.7384391Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:56:56.7385614Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:56:56.7386916Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T00:56:56.7387529Z copying build/lib.linux-x86_64-cpython-37/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T00:56:56.7388996Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7389542Z copying build/lib.linux-x86_64-cpython-37/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7390562Z copying build/lib.linux-x86_64-cpython-37/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7391253Z copying build/lib.linux-x86_64-cpython-37/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7392063Z copying build/lib.linux-x86_64-cpython-37/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7393212Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7395586Z copying build/lib.linux-x86_64-cpython-37/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7396709Z copying build/lib.linux-x86_64-cpython-37/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7398786Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7399014Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T00:56:56.7399654Z 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:56:56.7400231Z 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:56:56.7401326Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T00:56:56.7401875Z 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:56:56.7403594Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T00:56:56.7405720Z 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:56:56.7406316Z 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:56:56.7406653Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T00:56:56.7407016Z 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:56:56.7407625Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:56:56.7408110Z 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:56:56.7409916Z 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:56:56.7410558Z 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:56:56.7411318Z 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:56:56.7412058Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T00:56:56.7412677Z 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:56:56.7414022Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:56:56.7414988Z 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:56:56.7415875Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:56:56.7416788Z 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:56:56.7417451Z 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:56:56.7418549Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:56:56.7419162Z 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:56:56.7420069Z 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:56:56.7421098Z 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:56:56.7421783Z 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:56:56.7422695Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:56:56.7423415Z 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:56:56.7424270Z 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:56:56.7425176Z 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:56:56.7426663Z 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:56:56.7427381Z 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:56:56.7428892Z 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:56:56.7429560Z 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:56:56.7430949Z 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:56:56.7432518Z 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:56:56.7433158Z 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:56:56.7434171Z 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:56:56.7435271Z 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:56:56.7436263Z 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:56:56.7437410Z 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:56:56.7438564Z 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:56:56.7439389Z 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:56:56.7440923Z 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:56:56.7442496Z 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:56:56.7443692Z 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:56:56.7444964Z 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:56:56.7445669Z 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:56:56.7447130Z 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:56:56.7448258Z 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:56:56.7449227Z 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:56:56.7450490Z 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:56:56.7451592Z 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:56:56.7452622Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:56:56.7453172Z 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:56:56.7454325Z 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:56:56.7455080Z 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:56:56.7456344Z 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:56:56.7457312Z 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:56:56.7457905Z 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:56:56.7458918Z 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:56:56.7460398Z 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:56:56.7461263Z 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:56:56.7462076Z 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:56:56.7463089Z 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:56:56.7463952Z 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:56:56.7464969Z 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:56:56.7465851Z 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:56:56.7467963Z 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:56:56.7468316Z 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:56:56.7469204Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T00:56:56.7469766Z 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:56:56.7471250Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T00:56:56.7471626Z 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:56:56.7473051Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T00:56:56.7473521Z 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:56:56.7474231Z 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:56:56.7475585Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:56:56.7475909Z 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:56:56.7476960Z 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:56:56.7477873Z 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:56:56.7478675Z 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:56:56.7480040Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T00:56:56.7480497Z 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:56:56.7481873Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:56:56.7482418Z 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:56:56.7483078Z 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:56:56.7484253Z 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:56:56.7486447Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T00:56:56.7487213Z 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:56:56.7488039Z 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:56:56.7489077Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T00:56:56.7489740Z 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:56:56.7491370Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:56:56.7492100Z 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:56:56.7493242Z 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:56:56.7494295Z 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:56:56.7495065Z 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:56:56.7495907Z 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:56:56.7496883Z 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:56:56.7498104Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T00:56:56.7498731Z 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:56:56.7500207Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:56:56.7500683Z 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:56:56.7501608Z 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:56:56.7502725Z 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:56:56.7503387Z 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:56:56.7504845Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:56:56.7505350Z 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:56:56.7506914Z 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:56:56.7507685Z 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:56:56.7508126Z 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:56:56.7509130Z 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:56:56.7510098Z 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:56:56.7510854Z 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:56:56.7511879Z 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:56:56.7512705Z 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:56:56.7513681Z 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:56:56.7515481Z 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:56:56.7516406Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:56:56.7516939Z 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:56:56.7518004Z 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:56:56.7518838Z 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:56:56.7520304Z 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:56:56.7520930Z 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:56:56.7521942Z 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:56:56.7522745Z 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:56:56.7523998Z 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:56:56.7524885Z 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:56:56.7525720Z 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:56:56.7527132Z 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:56:56.7527943Z 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:56:56.7530191Z 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:56:56.7530491Z 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:56:56.7531273Z 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:56:56.7532191Z 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:56:56.7533930Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:56:56.7534525Z 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:56:56.7535419Z 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:56:56.7536462Z 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:56:56.7537780Z 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:56:56.7538552Z 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:56:56.7539644Z 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:56:56.7543035Z 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:56:56.7543743Z 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:56:56.7544444Z 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:56:56.7545130Z 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:56:56.7545405Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7545833Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:56:56.7546321Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7546780Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7547732Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7549126Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7549548Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7550725Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7551592Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7552289Z 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:56:56.7553375Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7554028Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7555314Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7556207Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7556922Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7557931Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7559391Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7560166Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7561672Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7562867Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7564630Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7564973Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7565719Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7566273Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7567196Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7568098Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7569268Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7571973Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7573467Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:56:56.7574998Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:56:56.7575648Z 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:56:56.7576327Z 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:56:56.7577055Z 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:56:56.7578111Z 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:56:56.7578905Z 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:56:56.7580704Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:56:56.7581363Z 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:56:56.7582016Z 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:56:56.7583207Z 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:56:56.7584319Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:56:56.7585218Z 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:56:56.7586594Z 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:56:56.7587833Z 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:56:56.7588898Z 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:56:56.7589973Z 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:56:56.7591747Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:56:56.7592311Z 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:56:56.7593926Z 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:56:56.7594553Z 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:56:56.7595661Z 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:56:56.7596981Z 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:56:56.7598582Z 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:56:56.7599124Z 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:56:56.7599566Z 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:56:56.7600786Z 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:56:56.7601641Z 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:56:56.7602786Z 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:56:56.7603645Z 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:56:56.7604712Z 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:56:56.7606169Z 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:56:56.7607657Z 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:56:56.7608318Z 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:56:56.7609620Z 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:56:56.7610575Z 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:56:56.7611581Z 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:56:56.7612644Z 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:56:56.7613981Z 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:56:56.7614969Z 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:56:56.7616061Z 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:56:56.7617194Z 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:56:56.7618345Z 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:56:56.7619439Z 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:56:56.7620489Z 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:56:56.7621665Z 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:56:56.7622828Z 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:56:56.7623998Z 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:56:56.7625117Z 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:56:56.7626321Z 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:56:56.7627421Z 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:56:56.7628548Z 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:56:56.7629767Z 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:56:56.7631067Z 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:56:56.7632057Z 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:56:56.7633135Z 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:56:56.7634329Z 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:56:56.7635604Z 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:56:56.7636612Z 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:56:56.7637768Z 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:56:56.7638811Z 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:56:56.7639944Z 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:56:56.7640865Z 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:56:56.7642140Z 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:56:56.7643307Z 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:56:56.7644467Z 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:56:56.7646799Z 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:56:56.7648020Z 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:56:56.7649047Z 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:56:56.7650199Z 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:56:56.7651139Z 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:56:56.7652288Z 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:56:56.7653601Z 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:56:56.7655141Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7655792Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7656867Z copying build/lib.linux-x86_64-cpython-37/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7657627Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7659142Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7660016Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7660867Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7662161Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7663121Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7664155Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7665445Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7666964Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7667968Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7669145Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7670406Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7671292Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7672455Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7674211Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7674612Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7676927Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T00:56:56.7677833Z 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:56:56.7678364Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7678908Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7679733Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7681112Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7681901Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7683211Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7684485Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7685466Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7686456Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7687599Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7688665Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7689754Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7690780Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7691608Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7692857Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7693714Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7694628Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:56:56.7696634Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7697168Z copying build/lib.linux-x86_64-cpython-37/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7697939Z copying build/lib.linux-x86_64-cpython-37/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7698969Z copying build/lib.linux-x86_64-cpython-37/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7699985Z copying build/lib.linux-x86_64-cpython-37/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7701102Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7702137Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7703282Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7704426Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7705607Z copying build/lib.linux-x86_64-cpython-37/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7706956Z 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:56:56.7708171Z 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:56:56.7709197Z copying build/lib.linux-x86_64-cpython-37/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7710312Z copying build/lib.linux-x86_64-cpython-37/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7711611Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7713465Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:56:56.7715047Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:56:56.7715846Z 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:56:56.7716547Z 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:56:56.7717616Z 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:56:56.7718738Z 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:56:56.7719571Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7720135Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7721265Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7722031Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7723604Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7724619Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7726501Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7727015Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:56:56.7727705Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7728657Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7729510Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7730374Z 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:56:56.7731196Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7731987Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7732778Z 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:56:56.7733763Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7734622Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7735339Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7736281Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7737272Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7738321Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7739447Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7740130Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7741150Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:56:56.7742626Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:56:56.7743298Z 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:56:56.7743986Z 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:56:56.7744570Z 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:56:56.7745492Z 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:56:56.7746875Z 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:56:56.7747474Z 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:56:56.7748920Z 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:56:56.7749707Z 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:56:56.7750688Z 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:56:56.7751910Z 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:56:56.7753112Z 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:56:56.7753964Z 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:56:56.7755220Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T00:56:56.7755824Z copying build/lib.linux-x86_64-cpython-37/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T00:56:56.7757308Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T00:56:56.7757870Z 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:56:56.7758861Z 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:56:56.7760123Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T00:56:56.7760545Z copying build/lib.linux-x86_64-cpython-37/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T00:56:56.7762039Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T00:56:56.7762567Z copying build/lib.linux-x86_64-cpython-37/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T00:56:56.7764122Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:56:56.7764867Z copying build/lib.linux-x86_64-cpython-37/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:56:56.7765544Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:56:56.7766872Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:56:56.7767655Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:56:56.7768868Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:56:56.7769653Z 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:56:56.7770296Z 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:56:56.7771066Z 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:56:56.7771890Z 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:56:56.7772447Z 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:56:56.7774085Z 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:56:56.7775000Z 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:56:56.7776073Z 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:56:56.7777571Z 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:56:56.7778238Z 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:56:56.7784871Z 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:56:56.7786332Z 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:56:56.7788877Z 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:56:56.7790567Z 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:56:56.7791670Z 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:56:56.7792660Z 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:56:56.7794713Z 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:56:56.7795697Z 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:56:56.7796539Z 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:56:56.7797466Z 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:56:56.7798307Z 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:56:56.7799538Z 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:56:56.7800796Z 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:56:56.7801822Z 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:56:56.7802504Z 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:56:56.7803718Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T00:56:56.7804465Z 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:56:56.7806962Z 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:56:56.7807845Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:56:56.7808446Z 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:56:56.7809359Z 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:56:56.7810149Z 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:56:56.7811308Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:56:56.7811966Z 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:56:56.7813051Z 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:56:56.7814086Z 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:56:56.7817658Z 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:56:56.7818444Z 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:56:56.7819540Z 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:56:56.7820511Z 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:56:56.7822181Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T00:56:56.7822617Z 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:56:56.7823387Z 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:56:56.7824817Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:56:56.7825687Z 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:56:56.7826675Z 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:56:56.7827696Z 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:56:56.7828484Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:56:56.7829295Z 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:56:56.7830470Z 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:56:56.7831303Z 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:56:56.7832413Z 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:56:56.7833125Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T00:56:56.7833709Z 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:56:56.7834725Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T00:56:56.7835587Z 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:56:56.7836354Z 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:56:56.7837839Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T00:56:56.7838417Z 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:56:56.7839288Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:56:56.7839781Z 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:56:56.7840695Z 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:56:56.7842672Z 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:56:56.7843230Z 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:56:56.7844424Z 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:56:56.7845351Z 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:56:56.7846059Z 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:56:56.7848504Z 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:56:56.7849280Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:56:56.7849765Z 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:56:56.7850785Z 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:56:56.7851632Z 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:56:56.7853535Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:56:56.7854177Z 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:56:56.7855017Z 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:56:56.7855940Z 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:56:56.7857100Z 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:56:56.7857745Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T00:56:56.7858474Z 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:56:56.7859467Z 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:56:56.7863500Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:56:56.7864131Z 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:56:56.7865012Z 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:56:56.7866826Z 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:56:56.7867906Z 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:56:56.7869822Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:56:56.7870255Z 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:56:56.7870624Z 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:56:56.7871906Z 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:56:56.7872692Z 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:56:56.7874876Z 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:56:56.7875837Z 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:56:56.7876959Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:56:56.7877702Z 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:56:56.7878849Z 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:56:56.7880085Z 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:56:56.7881502Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7882231Z copying build/lib.linux-x86_64-cpython-37/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7883582Z 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:56:56.7884219Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7885629Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7886365Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7887410Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7888141Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7889447Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7890336Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7891095Z copying build/lib.linux-x86_64-cpython-37/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7891693Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7892740Z copying build/lib.linux-x86_64-cpython-37/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7893685Z copying build/lib.linux-x86_64-cpython-37/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7894711Z copying build/lib.linux-x86_64-cpython-37/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7896564Z copying build/lib.linux-x86_64-cpython-37/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7897993Z copying build/lib.linux-x86_64-cpython-37/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7898871Z copying build/lib.linux-x86_64-cpython-37/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7899830Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7900728Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7901907Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7902812Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7903796Z copying build/lib.linux-x86_64-cpython-37/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7904842Z copying build/lib.linux-x86_64-cpython-37/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:56:56.7905959Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T00:56:56.7906398Z 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:56:56.7907479Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T00:56:56.7908049Z 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:56:56.7909234Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:56:56.7909755Z 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:56:56.7910989Z 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:56:56.7911629Z 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:56:56.7912563Z 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:56:56.7913160Z 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:56:56.7914233Z 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:56:56.7914882Z 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:56:56.7916057Z 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:56:56.7916641Z 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:56:56.7917957Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:56:56.7918569Z 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:56:56.7919337Z 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:56:56.7920162Z 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:56:56.7921108Z 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:56:56.7921966Z 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:56:56.7922602Z 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:56:56.7924340Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:56:56.7925034Z 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:56:56.7925530Z 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:56:56.7926544Z 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:56:56.7927332Z 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:56:56.7928377Z 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:56:56.7929284Z 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:56:56.7931103Z 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:56:56.7931550Z 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:56:56.7933101Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:56:56.7933618Z 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:56:56.7934793Z 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:56:56.7935862Z 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:56:56.7936563Z 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:56:56.7937479Z 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:56:56.7938240Z 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:56:56.7941884Z 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:56:56.7943540Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T00:56:56.7943923Z 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:56:56.7944500Z 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:56:56.7945837Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:56:56.7946271Z 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:56:56.7947176Z 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:56:56.7947916Z 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:56:56.7949589Z 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:56:56.7950070Z 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:56:56.7950970Z 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:56:56.7951985Z 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:56:56.7952724Z 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:56:56.7954079Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:56:56.7954560Z 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:56:56.7955555Z 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:56:56.7956231Z 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:56:56.7956963Z 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:56:56.7958026Z 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:56:56.7958941Z 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:56:56.7959758Z 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:56:56.7960963Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:56:56.7961566Z 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:56:56.7962346Z 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:56:56.7963254Z 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:56:56.7964040Z 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:56:56.7964574Z 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:56:56.7966468Z 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:56:56.7967551Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:56:56.7967988Z 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:56:56.7969416Z 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:56:56.7969992Z 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:56:56.7970934Z 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:56:56.7971772Z 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:56:56.7973325Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:56:56.7974172Z 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:56:56.7974616Z 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:56:56.7975578Z 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:56:56.7976500Z 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:56:56.7977539Z 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:56:56.7978420Z 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:56:56.7979167Z 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:56:56.7980387Z 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:56:56.7981563Z 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:56:56.7982400Z 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:56:56.7983273Z 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:56:56.7984171Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:56:56.7984949Z 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:56:56.7985879Z 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:56:56.7986758Z 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:56:56.7987697Z 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:56:56.7988711Z 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:56:56.7990469Z 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:56:56.7991066Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:56:56.7991692Z 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:56:56.7992468Z 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:56:56.7993423Z 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:56:56.7994443Z 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:56:56.7995758Z 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:56:56.7997522Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:56:56.7997916Z 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:56:56.7998849Z 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:56:56.7999840Z 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:56:56.8002858Z 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:56:56.8004133Z 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:56:56.8005494Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T00:56:56.8006199Z 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:56:56.8007124Z 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:56:56.8007964Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:56:56.8008524Z 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:56:56.8009871Z 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:56:56.8010375Z 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:56:56.8011085Z 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:56:56.8012307Z 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:56:56.8012772Z 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:56:56.8014273Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:56:56.8014583Z 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:56:56.8015631Z 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:56:56.8017029Z 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:56:56.8017555Z 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:56:56.8018345Z 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:56:56.8019186Z 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:56:56.8020200Z 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:56:56.8022200Z 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:56:56.8022595Z 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:56:56.8023629Z 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:56:56.8024893Z copying build/lib.linux-x86_64-cpython-37/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:56:56.8026561Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8027087Z 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:56:56.8074354Z copying build/lib.linux-x86_64-cpython-37/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8121022Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8190566Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8328463Z copying build/lib.linux-x86_64-cpython-37/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8338114Z copying build/lib.linux-x86_64-cpython-37/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8351668Z copying build/lib.linux-x86_64-cpython-37/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8365302Z copying build/lib.linux-x86_64-cpython-37/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8377841Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8390751Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8405227Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8566023Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8614728Z copying build/lib.linux-x86_64-cpython-37/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:56:56.8623653Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8624426Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8636954Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8649579Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8661972Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8674913Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8687358Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8699419Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8712283Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8725182Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8738536Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8750971Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8763423Z 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:56:56.8776780Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8788975Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8801012Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8813578Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8826153Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8839477Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8863522Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8875565Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8888337Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8900634Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8913037Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8925042Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8937317Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8949855Z 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:56:56.8962380Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8975058Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.8992730Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9005218Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9017339Z 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:56:56.9041817Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9053645Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9066151Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9081118Z 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:56:56.9094657Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9106946Z 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:56:56.9119984Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9132565Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9145151Z 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:56:56.9157427Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9172658Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9185360Z copying build/lib.linux-x86_64-cpython-37/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9199840Z copying build/lib.linux-x86_64-cpython-37/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9213285Z copying build/lib.linux-x86_64-cpython-37/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9226907Z copying build/lib.linux-x86_64-cpython-37/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9240715Z copying build/lib.linux-x86_64-cpython-37/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9254457Z copying build/lib.linux-x86_64-cpython-37/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9268166Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9280589Z 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:56:56.9293317Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9310655Z 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:56:56.9323134Z copying build/lib.linux-x86_64-cpython-37/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9335786Z copying build/lib.linux-x86_64-cpython-37/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9348914Z copying build/lib.linux-x86_64-cpython-37/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9361453Z copying build/lib.linux-x86_64-cpython-37/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9378593Z copying build/lib.linux-x86_64-cpython-37/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9391647Z copying build/lib.linux-x86_64-cpython-37/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9404652Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9417474Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9431135Z copying build/lib.linux-x86_64-cpython-37/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9444518Z copying build/lib.linux-x86_64-cpython-37/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9458612Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9471161Z copying build/lib.linux-x86_64-cpython-37/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9484605Z copying build/lib.linux-x86_64-cpython-37/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9496795Z copying build/lib.linux-x86_64-cpython-37/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9511886Z copying build/lib.linux-x86_64-cpython-37/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9525189Z copying build/lib.linux-x86_64-cpython-37/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9537684Z copying build/lib.linux-x86_64-cpython-37/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9550392Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9563408Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9576266Z copying build/lib.linux-x86_64-cpython-37/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9588851Z copying build/lib.linux-x86_64-cpython-37/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9605646Z copying build/lib.linux-x86_64-cpython-37/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9618363Z copying build/lib.linux-x86_64-cpython-37/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9626648Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9640021Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9653805Z copying build/lib.linux-x86_64-cpython-37/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9666243Z copying build/lib.linux-x86_64-cpython-37/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9679168Z copying build/lib.linux-x86_64-cpython-37/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9687992Z copying build/lib.linux-x86_64-cpython-37/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9703782Z copying build/lib.linux-x86_64-cpython-37/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9716871Z copying build/lib.linux-x86_64-cpython-37/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9730018Z copying build/lib.linux-x86_64-cpython-37/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9742027Z copying build/lib.linux-x86_64-cpython-37/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9755679Z copying build/lib.linux-x86_64-cpython-37/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9774396Z copying build/lib.linux-x86_64-cpython-37/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9788282Z 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:56:56.9809811Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9826860Z 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:56:56.9848971Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9867241Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9880561Z 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:56:56.9898263Z copying build/lib.linux-x86_64-cpython-37/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9910877Z copying build/lib.linux-x86_64-cpython-37/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9923503Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9935758Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9980626Z copying build/lib.linux-x86_64-cpython-37/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:56:56.9993400Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:56.9993823Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:56.9995063Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:56.9995838Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:56.9996809Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:56.9997928Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:56.9998754Z 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:56:56.9999580Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0000563Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0001512Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0002545Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0003493Z 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:56:57.0004985Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0005717Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0006407Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0007574Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0008622Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0009757Z copying build/lib.linux-x86_64-cpython-37/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0011446Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0013292Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:56:57.0014638Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T00:56:57.0015202Z 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:56:57.0016385Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.0017114Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.0023904Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.1652609Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.1653517Z 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:56:57.1654017Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.1660086Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.1663638Z 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:56:57.1666886Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.1849861Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:56:57.1850647Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1851500Z copying build/lib.linux-x86_64-cpython-37/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1852810Z copying build/lib.linux-x86_64-cpython-37/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1853851Z copying build/lib.linux-x86_64-cpython-37/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1854889Z copying build/lib.linux-x86_64-cpython-37/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1855972Z copying build/lib.linux-x86_64-cpython-37/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1857046Z copying build/lib.linux-x86_64-cpython-37/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1858160Z copying build/lib.linux-x86_64-cpython-37/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1859178Z copying build/lib.linux-x86_64-cpython-37/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1860168Z copying build/lib.linux-x86_64-cpython-37/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1861701Z copying build/lib.linux-x86_64-cpython-37/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1863258Z copying build/lib.linux-x86_64-cpython-37/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1865757Z copying build/lib.linux-x86_64-cpython-37/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:56:57.1867749Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:56:57.1868371Z 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:56:57.1869092Z 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:56:57.1869853Z 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:56:57.1870712Z 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:56:57.1871538Z 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:56:57.1872623Z 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:56:57.1873789Z 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:56:57.1874992Z 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:56:57.1876702Z 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:56:57.1877338Z 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:56:57.1878075Z 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:56:57.1878678Z 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:56:57.1879264Z 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:56:57.1880287Z 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:56:57.1881030Z 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:56:57.1881892Z 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:56:57.1883104Z 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:56:57.1884010Z 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:56:57.1884828Z 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:56:57.1886572Z 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:56:57.1887347Z 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:56:57.1888103Z 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:56:57.1888984Z 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:56:57.1890040Z 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:56:57.1891133Z 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:56:57.1892277Z 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:56:57.1893332Z 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:56:57.1894487Z 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:56:57.1895516Z 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:56:57.1896432Z 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:56:57.1897466Z 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:56:57.1898524Z 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:56:57.1899546Z 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:56:57.1900607Z 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:56:57.1901326Z 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:56:57.1902783Z 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:56:57.1903407Z 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:56:57.1904513Z 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:56:57.1905709Z 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:56:57.1906468Z 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:56:57.1907756Z 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:56:57.1908743Z 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:56:57.1909613Z 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:56:57.1911347Z 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:56:57.1911912Z 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:56:57.1913106Z 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:56:57.1914100Z 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:56:57.1914731Z 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:56:57.1915678Z 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:56:57.1916847Z 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:56:57.1917733Z 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:56:57.1918758Z 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:56:57.1921929Z 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:56:57.1922675Z 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:56:57.1923346Z 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:56:57.1924217Z 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:56:57.1924917Z 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:56:57.1925848Z 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:56:57.1926541Z 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:56:57.1927161Z 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:56:57.1927791Z 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:56:57.1928329Z 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:56:57.1928939Z 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:56:57.1929693Z 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:56:57.1930825Z 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:56:57.1932129Z 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:56:57.1933412Z 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:56:57.1934512Z 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:56:57.1935574Z 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:56:57.1936662Z 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:56:57.1937738Z 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:56:57.1938850Z 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:56:57.1939767Z 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:56:57.1940996Z 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:56:57.1942102Z 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:56:57.1942902Z 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:56:57.1943976Z 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:56:57.1944984Z 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:56:57.1946676Z 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:56:57.1947251Z 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:56:57.1948444Z 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:56:57.1949167Z 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:56:57.1950094Z 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:56:57.1951149Z 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:56:57.1952010Z 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:56:57.1954053Z 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:56:57.1954647Z 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:56:57.1955318Z 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:56:57.1956097Z 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:56:57.1957013Z 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:56:57.1957821Z 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:56:57.1959043Z 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:56:57.1959950Z 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:56:57.1961355Z 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:56:57.1962291Z 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:56:57.1963685Z 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:56:57.1964830Z 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:56:57.1965802Z 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:56:57.1966614Z 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:56:57.1968204Z 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:56:57.1969253Z 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:56:57.1969997Z 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:56:57.1971032Z 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:56:57.1971770Z 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:56:57.1973034Z 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:56:57.1974035Z 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:56:57.1974974Z 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:56:57.1976712Z 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:56:57.1978040Z 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:56:57.1990442Z 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:56:57.1996139Z 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:56:57.2007111Z 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:56:57.2008435Z 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:56:57.2009954Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T00:56:57.2010439Z 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:56:57.2011379Z 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:56:57.2012867Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:56:57.2013640Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:56:57.2014179Z 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:56:57.2015202Z 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:56:57.2016218Z 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:56:57.2016989Z 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:56:57.2018359Z 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:56:57.2019344Z 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:56:57.2020436Z 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:56:57.2021302Z 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:56:57.2022188Z 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:56:57.2023187Z 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:56:57.2025159Z 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:56:57.2025651Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:56:57.2026490Z 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:56:57.2027571Z 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:56:57.2028853Z 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:56:57.2030200Z 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:56:57.2031135Z 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:56:57.2032431Z 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:56:57.2033219Z 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:56:57.2034487Z 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:56:57.2035598Z 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:56:57.2036633Z 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:56:57.2037537Z 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:56:57.2039093Z 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:56:57.2040273Z 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:56:57.2041192Z 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:56:57.2042945Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:56:57.2043443Z 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:56:57.2044885Z 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:56:57.2045515Z 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:56:57.2046971Z 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:56:57.2047925Z 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:56:57.2048796Z 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:56:57.2049537Z 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:56:57.2050393Z 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:56:57.2051146Z 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:56:57.2052011Z 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:56:57.2053260Z 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:56:57.2054031Z 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:56:57.2055261Z 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:56:57.2056350Z 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:56:57.2057223Z 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:56:57.2058388Z 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:56:57.2059040Z 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:56:57.2060297Z 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:56:57.2061269Z 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:56:57.2062135Z 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:56:57.2063162Z 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:56:57.2064415Z 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:56:57.2065419Z 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:56:57.2066403Z 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:56:57.2067344Z 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:56:57.2068208Z 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:56:57.2068780Z 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:56:57.2069735Z 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:56:57.2070737Z 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:56:57.2071658Z 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:56:57.2072897Z 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:56:57.2073456Z 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:56:57.2074542Z 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:56:57.2075728Z 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:56:57.2077065Z 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:56:57.2078132Z 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:56:57.2078858Z 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:56:57.2079753Z 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:56:57.2081950Z 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:56:57.2082753Z 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:56:57.2083422Z 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:56:57.2084381Z 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:56:57.2085130Z 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:56:57.2085843Z 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:56:57.2086800Z 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:56:57.2087814Z 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:56:57.2088443Z 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:56:57.2089405Z 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:56:57.2090487Z 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:56:57.2091365Z 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:56:57.2092599Z 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:56:57.2093673Z 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:56:57.2094721Z 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:56:57.2095768Z 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:56:57.2097002Z 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:56:57.2097950Z 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:56:57.2099337Z 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:56:57.2101453Z 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:56:57.2101977Z 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:56:57.2103717Z 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:56:57.2104551Z 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:56:57.2105902Z 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:56:57.2106763Z 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:56:57.2107447Z 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:56:57.2108641Z 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:56:57.2110520Z 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:56:57.2111038Z 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:56:57.2111809Z 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:56:57.2112632Z 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:56:57.2115698Z 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:56:57.2116996Z 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:56:57.2117923Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:56:57.2118901Z 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:56:57.2120185Z 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:56:57.2120848Z 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:56:57.2122011Z 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:56:57.2123115Z 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:56:57.2124319Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:56:57.2125140Z 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:56:57.2126243Z 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:56:57.2126975Z 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:56:57.2127890Z 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:56:57.2128730Z 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:56:57.2129935Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:56:57.2130684Z 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:56:57.2131793Z 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:56:57.2132639Z 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:56:57.2133547Z 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:56:57.2134325Z 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:56:57.2135445Z 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:56:57.2136299Z 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:56:57.2137434Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:56:57.2138022Z 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:56:57.2139320Z 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:56:57.2140350Z 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:56:57.2141189Z 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:56:57.2143026Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:56:57.2143552Z 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:56:57.2144297Z 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:56:57.2145326Z 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:56:57.2146337Z 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:56:57.2147651Z 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:56:57.2148813Z 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:56:57.2149814Z 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:56:57.2150754Z 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:56:57.2151699Z 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:56:57.2152733Z 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:56:57.2153652Z 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:56:57.2154661Z 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:56:57.2155660Z 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:56:57.2156833Z 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:56:57.2157837Z 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:56:57.2159055Z 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:56:57.2160061Z 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:56:57.2161123Z 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:56:57.2162116Z 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:56:57.2163096Z 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:56:57.2164268Z 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:56:57.2165366Z 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:56:57.2166468Z 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:56:57.2167484Z 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:56:57.2168479Z 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:56:57.2169376Z 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:56:57.2170537Z 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:56:57.2171522Z 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:56:57.2172529Z 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:56:57.2173439Z 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:56:57.2174422Z 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:56:57.2175378Z 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:56:57.2175948Z 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:56:57.2176906Z 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:56:57.2177795Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:56:57.2178690Z 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:56:57.2179772Z 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:56:57.2180855Z 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:56:57.2182250Z 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:56:57.2182857Z 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:56:57.2183904Z 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:56:57.2184984Z 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:56:57.2185634Z 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:56:57.2186662Z 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:56:57.2187642Z 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:56:57.2188557Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:56:57.2189486Z 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:56:57.2192172Z 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:56:57.2193171Z 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:56:57.2194005Z 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:56:57.2194955Z 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:56:57.2195845Z 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:56:57.2196509Z 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:56:57.2197721Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:56:57.2198451Z 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:56:57.2199341Z 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:56:57.2200237Z 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:56:57.2201321Z 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:56:57.2202153Z 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:56:57.2202899Z 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:56:57.2203637Z 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:56:57.2204593Z 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:56:57.2205399Z 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:56:57.2206357Z 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:56:57.2207431Z 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:56:57.2208113Z 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:56:57.2209040Z 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:56:57.2234469Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:56:57.2235196Z 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:56:57.2236307Z 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:56:57.2237335Z 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:56:57.2238378Z 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:56:57.2239539Z 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:56:57.2240740Z 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:56:57.2241993Z 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:56:57.2243089Z 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:56:57.2244356Z 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:56:57.2245524Z 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:56:57.2246656Z 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:56:57.2247733Z 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:56:57.2248781Z 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:56:57.2249955Z 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:56:57.2250979Z 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:56:57.2252020Z 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:56:57.2253189Z 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:56:57.2254374Z 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:56:57.2255499Z 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:56:57.2256586Z 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:56:57.2257655Z 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:56:57.2258828Z 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:56:57.2259962Z 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:56:57.2261044Z 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:56:57.2262113Z 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:56:57.2263133Z 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:56:57.2264135Z 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:56:57.2265211Z 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:56:57.2266417Z 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:56:57.2267417Z 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:56:57.2268454Z 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:56:57.2269520Z 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:56:57.2270618Z 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:56:57.2271630Z 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:56:57.2272655Z 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:56:57.2273719Z 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:56:57.2274688Z 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:56:57.2275850Z 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:56:57.2277029Z 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:56:57.2278098Z 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:56:57.2279123Z 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:56:57.2280149Z 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:56:57.2281205Z 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:56:57.2282226Z 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:56:57.2283207Z 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:56:57.2284420Z 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:56:57.2285485Z 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:56:57.2286513Z 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:56:57.2287519Z 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:56:57.2288507Z 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:56:57.2289538Z 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:56:57.2290900Z 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:56:57.2292154Z 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:56:57.2293316Z 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:56:57.2294441Z 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:56:57.2295477Z 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:56:57.2296599Z 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:56:57.2297844Z 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:56:57.2298900Z 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:56:57.2299894Z 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:56:57.2300873Z 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:56:57.2301875Z 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:56:57.2302899Z 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:56:57.2303971Z 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:56:57.2304993Z 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:56:57.2305981Z 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:56:57.2307001Z 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:56:57.2308217Z 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:56:57.2309364Z 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:56:57.2310390Z 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:56:57.2311403Z 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:56:57.2312575Z 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:56:57.2313788Z 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:56:57.2314852Z 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:56:57.2315913Z 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:56:57.2317093Z 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:56:57.2318250Z 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:56:57.2319327Z 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:56:57.2320349Z 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:56:57.2321532Z 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:56:57.2322617Z 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:56:57.2323573Z 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:56:57.2324595Z 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:56:57.2326048Z 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:56:57.2327373Z 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:56:57.2328533Z 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:56:57.2329600Z 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:56:57.2330934Z 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:56:57.2332066Z 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:56:57.2333113Z 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:56:57.2334103Z 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:56:57.2335104Z 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:56:57.2336023Z 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:56:57.2339090Z 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:56:57.2340070Z 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:56:57.2341272Z 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:56:57.2342344Z 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:56:57.2343317Z 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:56:57.2344270Z 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:56:57.2345534Z 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:56:57.2346598Z 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:56:57.2347339Z 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:56:57.2348660Z 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:56:57.2350049Z 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:56:57.2350889Z 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:56:57.2351576Z 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:56:57.2352893Z 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:56:57.2353786Z 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:56:57.2354758Z 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:56:57.2355528Z 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:56:57.2356409Z 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:56:57.2357756Z 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:56:57.2358585Z 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:56:57.2359447Z 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:56:57.2360341Z 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:56:57.2361201Z 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:56:57.2361968Z 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:56:57.2362709Z 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:56:57.2364103Z 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:56:57.2365393Z 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:56:57.2365928Z 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:56:57.2366603Z 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:56:57.2367809Z 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:56:57.2368966Z 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:56:57.2369688Z 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:56:57.2370491Z 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:56:57.2372228Z 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:56:57.2373067Z 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:56:57.2374787Z 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:56:57.2375255Z 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:56:57.2375902Z 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:56:57.2376755Z 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:56:57.2377770Z 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:56:57.2378816Z 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:56:57.2379663Z 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:56:57.2380916Z 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:56:57.2381771Z 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:56:57.2382769Z 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:56:57.2383760Z 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:56:57.2384798Z 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:56:57.2385849Z 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:56:57.2386615Z 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:56:57.2387728Z 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:56:57.2388846Z 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:56:57.2389735Z 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:56:57.2390912Z 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:56:57.2391716Z 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:56:57.2392549Z 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:56:57.2393479Z 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:56:57.2394581Z 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:56:57.2395405Z 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:56:57.2396409Z 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:56:57.2397249Z 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:56:57.2398245Z 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:56:57.2399127Z 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:56:57.2400022Z 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:56:57.2400823Z 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:56:57.2401759Z 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:56:57.2402736Z 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:56:57.2403540Z 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:56:57.2404586Z 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:56:57.2405728Z 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:56:57.2406748Z 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:56:57.2407824Z 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:56:57.2408774Z 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:56:57.2409881Z 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:56:57.2410861Z 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:56:57.2412272Z 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:56:57.2413088Z 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:56:57.2414205Z 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:56:57.2415028Z 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:56:57.2415754Z 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:56:57.2416834Z 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:56:57.2417528Z 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:56:57.2419101Z 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:56:57.2419729Z 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:56:57.2421059Z 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:56:57.2421862Z 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:56:57.2423319Z 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:56:57.2423878Z 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:56:57.2425037Z 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:56:57.2425977Z 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:56:57.2426823Z 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:56:57.2427782Z 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:56:57.2428520Z 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:56:57.2429648Z 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:56:57.2430235Z 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:56:57.2431089Z 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:56:57.2431855Z 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:56:57.2432713Z 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:56:57.2433927Z 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:56:57.2434669Z 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:56:57.2435543Z 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:56:57.2436397Z 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:56:57.2437192Z 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:56:57.2438181Z 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:56:57.2438863Z 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:56:57.2439608Z 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:56:57.2440497Z 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:56:57.2441279Z 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:56:57.2442589Z 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:56:57.2443145Z 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:56:57.2444532Z 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:56:57.2445151Z 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:56:57.2446172Z 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:56:57.2446974Z 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:56:57.2448208Z 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:56:57.2448829Z 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:56:57.2449840Z 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:56:57.2450729Z 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:56:57.2451772Z 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:56:57.2452793Z 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:56:57.2453514Z 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:56:57.2454441Z 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:56:57.2455485Z 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:56:57.2456439Z 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:56:57.2457441Z 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:56:57.2458347Z 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:56:57.2459287Z 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:56:57.2460152Z 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:56:57.2460915Z 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:56:57.2461814Z 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:56:57.2462644Z 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:56:57.2463543Z 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:56:57.2464514Z 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:56:57.2465593Z 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:56:57.2466277Z 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:56:57.2467251Z 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:56:57.2468115Z 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:56:57.2469168Z 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:56:57.2470106Z 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:56:57.2470971Z 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:56:57.2471768Z 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:56:57.2472729Z 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:56:57.2473510Z 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:56:57.2474573Z 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:56:57.2475661Z 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:56:57.2476542Z 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:56:57.2477393Z 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:56:57.2478146Z 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:56:57.2479294Z 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:56:57.2480077Z 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:56:57.2480975Z 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:56:57.2482211Z 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:56:57.2482983Z 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:56:57.2484097Z 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:56:57.2484908Z 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:56:57.2486318Z 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:56:57.2486953Z 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:56:57.2488084Z 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:56:57.2489001Z 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:56:57.2490056Z 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:56:57.2490853Z 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:56:57.2491837Z 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:56:57.2493186Z 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:56:57.2494032Z 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:56:57.2495215Z 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:56:57.2495963Z 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:56:57.2496832Z 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:56:57.2497788Z 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:56:57.2498685Z 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:56:57.2499683Z 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:56:57.2500729Z 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:56:57.2501695Z 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:56:57.2502580Z 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:56:57.2503500Z 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:56:57.2504466Z 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:56:57.2505385Z 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:56:57.2506336Z 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:56:57.2507239Z 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:56:57.2508283Z 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:56:57.2509236Z 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:56:57.2510248Z 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:56:57.2511177Z 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:56:57.2512103Z 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:56:57.2513074Z 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:56:57.2514088Z 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:56:57.2514951Z 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:56:57.2516033Z 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:56:57.2516896Z 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:56:57.2517839Z 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:56:57.2518790Z 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:56:57.2519754Z 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:56:57.2520681Z 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:56:57.2521609Z 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:56:57.2522573Z 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:56:57.2523624Z 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:56:57.2524678Z 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:56:57.2525817Z 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:56:57.2526607Z 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:56:57.2527532Z 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:56:57.2528320Z 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:56:57.2529027Z 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:56:57.2530141Z 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:56:57.2530869Z 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:56:57.2531985Z 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:56:57.2532840Z 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:56:57.2533716Z 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:56:57.2534644Z 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:56:57.2535578Z 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:56:57.2536403Z 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:56:57.2537229Z 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:56:57.2537967Z 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:56:57.2539113Z 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:56:57.2539988Z 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:56:57.2540913Z 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:56:57.2541614Z 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:56:57.2542308Z 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:56:57.2543292Z 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:56:57.2544136Z 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:56:57.2544899Z 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:56:57.2545874Z 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:56:57.2546986Z 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:56:57.2547954Z 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:56:57.2548878Z 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:56:57.2549703Z 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:56:57.2550660Z 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:56:57.2551519Z 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:56:57.2553118Z 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:56:57.2554070Z 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:56:57.2554953Z 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:56:57.2555885Z 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:56:57.2556828Z 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:56:57.2557695Z 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:56:57.2558748Z 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:56:57.2559572Z 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:56:57.2560777Z 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:56:57.2561594Z 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:56:57.2562692Z 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:56:57.2563389Z 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:56:57.2564402Z 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:56:57.2565435Z 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:56:57.2566585Z 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:56:57.2567377Z 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:56:57.2568399Z 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:56:57.2569284Z 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:56:57.2570262Z 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:56:57.2571247Z 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:56:57.2572332Z 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:56:57.2573309Z 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:56:57.2574065Z 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:56:57.2575638Z 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:56:57.2576136Z 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:56:57.2577128Z 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:56:57.2578179Z 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:56:57.2579046Z 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:56:57.2579917Z 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:56:57.2580759Z 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:56:57.2581787Z 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:56:57.2582589Z 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:56:57.2583813Z 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:56:57.2584379Z 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:56:57.2585432Z 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:56:57.2586345Z 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:56:57.2587263Z 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:56:57.2588548Z 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:56:57.2589358Z 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:56:57.2590499Z 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:56:57.2591731Z 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:56:57.2592418Z 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:56:57.2593530Z 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:56:57.2594427Z 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:56:57.2595258Z 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:56:57.2595927Z 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:56:57.2597630Z 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:56:57.2598349Z 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:56:57.2599156Z 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:56:57.2600112Z 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:56:57.2601036Z 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:56:57.2602623Z 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:56:57.2603135Z 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:56:57.2604337Z 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:56:57.2605928Z 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:56:57.2606721Z 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:56:57.2607489Z 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:56:57.2608233Z 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:56:57.2609668Z 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:56:57.2610399Z 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:56:57.2611337Z 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:56:57.2612258Z 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:56:57.2613171Z 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:56:57.2614042Z 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:56:57.2615022Z 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:56:57.2615789Z 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:56:57.2616921Z 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:56:57.2617756Z 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:56:57.2633793Z 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:56:57.2634708Z 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:56:57.2635198Z 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:56:57.2635538Z 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:56:57.2635869Z 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:56:57.2636243Z 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:56:57.2636667Z 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:56:57.2637031Z 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:56:57.2637446Z 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:56:57.2637837Z 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:56:57.2638253Z 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:56:57.2638602Z 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:56:57.2639009Z 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:56:57.2640706Z 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:56:57.2641147Z 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:56:57.2641541Z 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:56:57.2642056Z 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:56:57.2642492Z 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:56:57.2642896Z 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:56:57.2643283Z 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:56:57.2643648Z 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:56:57.2644214Z 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:56:57.2644592Z 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:56:57.2644996Z 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:56:57.2645411Z 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:56:57.2645730Z 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:56:57.2646131Z 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:56:57.2646439Z 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:56:57.2646816Z 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:56:57.2647179Z 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:56:57.2647560Z 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:56:57.2647917Z 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:56:57.2648370Z 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:56:57.2649873Z 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:56:57.2650999Z 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:56:57.2651970Z 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:56:57.2652531Z 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:56:57.2653262Z 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:56:57.2654323Z 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:56:57.2655822Z 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:56:57.2656326Z 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:56:57.2657581Z 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:56:57.2658349Z 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:56:57.2659015Z 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:56:57.2660090Z 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:56:57.2660818Z 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:56:57.2661961Z 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:56:57.2662726Z 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:56:57.2663643Z 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:56:57.2664511Z 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:56:57.2665306Z 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:56:57.2667109Z 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:56:57.2667859Z 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:56:57.2668488Z 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:56:57.2669152Z 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:56:57.2670257Z 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:56:57.2671399Z 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:56:57.2671962Z 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:56:57.2673097Z 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:56:57.2673990Z 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:56:57.2675360Z 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:56:57.2676244Z 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:56:57.2677577Z 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:56:57.2678159Z 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:56:57.2679364Z 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:56:57.2680226Z 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:56:57.2681232Z 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:56:57.2682162Z 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:56:57.2683513Z 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:56:57.2684221Z 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:56:57.2685372Z 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:56:57.2686074Z 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:56:57.2687319Z 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:56:57.2687942Z 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:56:57.2688902Z 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:56:57.2689821Z 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:56:57.2690668Z 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:56:57.2691766Z 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:56:57.2692421Z 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:56:57.2693449Z 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:56:57.2694302Z 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:56:57.2695170Z 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:56:57.2696282Z 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:56:57.2697125Z 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:56:57.2698110Z 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:56:57.2699084Z 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:56:57.2700014Z 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:56:57.2701090Z 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:56:57.2702057Z 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:56:57.2702913Z 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:56:57.2703778Z 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:56:57.2704554Z 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:56:57.2705369Z 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:56:57.2706277Z 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:56:57.2707157Z 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:56:57.2708040Z 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:56:57.2709439Z 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:56:57.2710049Z 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:56:57.2711191Z 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:56:57.2712072Z 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:56:57.2713180Z 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:56:57.2713766Z 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:56:57.2714928Z 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:56:57.2715649Z 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:56:57.2716637Z 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:56:57.2717554Z 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:56:57.2718627Z 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:56:57.2719454Z 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:56:57.2720506Z 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:56:57.2721174Z 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:56:57.2722646Z 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:56:57.2723441Z 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:56:57.2724695Z 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:56:57.2725382Z 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:56:57.2726316Z 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:56:57.2727582Z 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:56:57.2728233Z 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:56:57.2729374Z 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:56:57.2730306Z 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:56:57.2731305Z 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:56:57.2731828Z 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:56:57.2733004Z 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:56:57.2733866Z 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:56:57.2735012Z 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:56:57.2736613Z 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:56:57.2737690Z 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:56:57.2738829Z 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:56:57.2739601Z 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:56:57.2740885Z 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:56:57.2741560Z 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:56:57.2742932Z 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:56:57.2743830Z 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:56:57.2745282Z 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:56:57.2745880Z 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:56:57.2747089Z 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:56:57.2747980Z 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:56:57.2749053Z 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:56:57.2749938Z 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:56:57.2750978Z 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:56:57.2761798Z 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:56:57.2762651Z 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:56:57.2764047Z 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:56:57.2764994Z 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:56:57.2765817Z 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:56:57.2767167Z 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:56:57.2767968Z 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:56:57.2769017Z 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:56:57.2769943Z 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:56:57.2770729Z 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:56:57.2774133Z 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:56:57.2774696Z 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:56:57.2775246Z 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:56:57.2776264Z 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:56:57.2777108Z 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:56:57.2778292Z 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:56:57.2779487Z 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:56:57.2780638Z 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:56:57.2781207Z 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:56:57.2782087Z 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:56:57.2783673Z 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:56:57.2784408Z 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:56:57.2785475Z 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:56:57.2786190Z 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:56:57.2787133Z 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:56:57.2788145Z 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:56:57.2789058Z 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:56:57.2790214Z 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:56:57.2791464Z 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:56:57.2792373Z 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:56:57.2793247Z 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:56:57.2794595Z 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:56:57.2795197Z 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:56:57.2796108Z 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:56:57.2797275Z 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:56:57.2798028Z 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:56:57.2798723Z 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:56:57.2799967Z 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:56:57.2800385Z 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:56:57.2801443Z 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:56:57.2802507Z 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:56:57.2803442Z 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:56:57.2804661Z 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:56:57.2806581Z 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:56:57.2807216Z 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:56:57.2808301Z 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:56:57.2809345Z 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:56:57.2810117Z 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:56:57.2811076Z 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:56:57.2813174Z 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:56:57.2813991Z 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:56:57.2814713Z 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:56:57.2815782Z 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:56:57.2816621Z 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:56:57.2817823Z 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:56:57.2818805Z 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:56:57.2819724Z 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:56:57.2820601Z 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:56:57.2821643Z 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:56:57.2822987Z 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:56:57.2823820Z 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:56:57.2824727Z 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:56:57.2825723Z 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:56:57.2826771Z 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:56:57.2827731Z 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:56:57.2829148Z 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:56:57.2829787Z 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:56:57.2830570Z 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:56:57.2832151Z 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:56:57.2832882Z 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:56:57.2833908Z 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:56:57.2834851Z 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:56:57.2835748Z 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:56:57.2836740Z 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:56:57.2837708Z 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:56:57.2838674Z 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:56:57.2839564Z 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:56:57.2841182Z 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:56:57.2841965Z 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:56:57.2842751Z 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:56:57.2843987Z 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:56:57.2845020Z 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:56:57.2846117Z 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:56:57.2847203Z 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:56:57.2847998Z 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:56:57.2849910Z 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:56:57.2850250Z 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:56:57.2851214Z 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:56:57.2852367Z 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:56:57.2853363Z 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:56:57.2854110Z 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:56:57.2854926Z 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:56:57.2855949Z 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:56:57.2857203Z 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:56:57.2858237Z 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:56:57.2859083Z 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:56:57.2860491Z 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:56:57.2860939Z 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:56:57.2861646Z 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:56:57.2862360Z 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:56:57.2863209Z 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:56:57.2864011Z 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:56:57.2864930Z 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:56:57.2866047Z 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:56:57.2867101Z 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:56:57.2867973Z 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:56:57.2868926Z 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:56:57.2869977Z 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:56:57.2887281Z 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:56:57.2887842Z 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:56:57.2889295Z 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:56:57.2890212Z 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:56:57.2891615Z 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:56:57.2893726Z 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:56:57.2894780Z 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:56:57.2895828Z 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:56:57.2896897Z 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:56:57.2898155Z 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:56:57.2899617Z 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:56:57.2900755Z 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:56:57.2901578Z 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:56:57.2903186Z 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:56:57.2903665Z 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:56:57.2905587Z 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:56:57.2905973Z 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:56:57.2906874Z 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:56:57.2908323Z 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:56:57.2909153Z 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:56:57.2910288Z 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:56:57.2911300Z 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:56:57.2912427Z 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:56:57.2913385Z 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:56:57.2914368Z 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:56:57.2915523Z 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:56:57.2917118Z 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:56:57.2917677Z 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:56:57.2918974Z 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:56:57.2919828Z 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:56:57.2920746Z 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:56:57.2921705Z 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:56:57.2922730Z 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:56:57.2923628Z 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:56:57.2924896Z 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:56:57.2925710Z 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:56:57.2926752Z 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:56:57.2927808Z 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:56:57.2929037Z 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:56:57.2929957Z 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:56:57.2931715Z 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:56:57.2932508Z 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:56:57.2933477Z 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:56:57.2934394Z 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:56:57.2935395Z 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:56:57.2936811Z 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:56:57.2937590Z 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:56:57.2939107Z 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:56:57.2939803Z 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:56:57.2940928Z 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:56:57.2941840Z 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:56:57.2943032Z 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:56:57.2944025Z 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:56:57.2945221Z 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:56:57.2946175Z 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:56:57.2947471Z 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:56:57.2948543Z 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:56:57.2949422Z 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:56:57.2951078Z 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:56:57.2951795Z 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:56:57.2952635Z 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:56:57.2953591Z 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:56:57.2954054Z 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:56:57.2955843Z 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:56:57.2956271Z 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:56:57.2957896Z 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:56:57.2958477Z 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:56:57.2959706Z 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:56:57.2960936Z 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:56:57.2962100Z 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:56:57.2963301Z 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:56:57.2965467Z 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:56:57.2966020Z 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:56:57.2966766Z 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:56:57.2967589Z 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:56:57.2968926Z 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:56:57.2969913Z 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:56:57.2971105Z 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:56:57.2972481Z 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:56:57.2973427Z 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:56:57.2974569Z 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:56:57.2975837Z 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:56:57.2977061Z 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:56:57.2978119Z 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:56:57.2979434Z 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:56:57.2980670Z 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:56:57.2981586Z 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:56:57.2982709Z 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:56:57.2984085Z 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:56:57.2985023Z 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:56:57.2986951Z 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:56:57.2990069Z 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:56:57.2990973Z 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:56:57.2991605Z 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:56:57.2992239Z 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:56:57.2992847Z 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:56:57.2993463Z 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:56:57.2994077Z 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:56:57.2995033Z 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:56:57.2995775Z 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:56:57.2997287Z 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:56:57.2998170Z 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:56:57.3000699Z 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:56:57.3001092Z 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:56:57.3001471Z 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:56:57.3001929Z 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:56:57.3002817Z 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:56:57.3004008Z 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:56:57.3005518Z 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:56:57.3006180Z 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:56:57.3007209Z 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:56:57.3008212Z 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:56:57.3008863Z 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:56:57.3009970Z 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:56:57.3010918Z 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:56:57.3011863Z 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:56:57.3013097Z 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:56:57.3013620Z 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:56:57.3014649Z 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:56:57.3015753Z 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:56:57.3016671Z 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:56:57.3017452Z 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:56:57.3018401Z 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:56:57.3019315Z 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:56:57.3020430Z 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:56:57.3021269Z 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:56:57.3022235Z 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:56:57.3023127Z 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:56:57.3024081Z 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:56:57.3025045Z 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:56:57.3026018Z 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:56:57.3026843Z 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:56:57.3027941Z 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:56:57.3029774Z 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:56:57.3030283Z 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:56:57.3031430Z 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:56:57.3032825Z 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:56:57.3033659Z 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:56:57.3034646Z 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:56:57.3035674Z 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:56:57.3036548Z 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:56:57.3037223Z 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:56:57.3038267Z 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:56:57.3039153Z 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:56:57.3040214Z 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:56:57.3041251Z 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:56:57.3042284Z 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:56:57.3043293Z 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:56:57.3044294Z 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:56:57.3045306Z 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:56:57.3046151Z 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:56:57.3047830Z 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:56:57.3048286Z 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:56:57.3048961Z 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:56:57.3050076Z 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:56:57.3051290Z 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:56:57.3051779Z 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:56:57.3052601Z 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:56:57.3053446Z 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:56:57.3054359Z 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:56:57.3055177Z 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:56:57.3055989Z 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:56:57.3056882Z 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:56:57.3057694Z 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:56:57.3059947Z 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:56:57.3060434Z 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:56:57.3061958Z 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:56:57.3062503Z 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:56:57.3062987Z 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:56:57.3064671Z 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:56:57.3065913Z 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:56:57.3066258Z 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:56:57.3067565Z 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:56:57.3068088Z 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:56:57.3069304Z 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:56:57.3070319Z 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:56:57.3071577Z 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:56:57.3072108Z 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:56:57.3073552Z 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:56:57.3074488Z 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:56:57.3075803Z 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:56:57.3076876Z 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:56:57.3077864Z 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:56:57.3079115Z 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:56:57.3080180Z 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:56:57.3081343Z 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:56:57.3084918Z 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:56:57.3085517Z 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:56:57.3086215Z 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:56:57.3086847Z 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:56:57.3087461Z 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:56:57.3088219Z 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:56:57.3088784Z 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:56:57.3089721Z 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:56:57.3091116Z 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:56:57.3092181Z 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:56:57.3093353Z 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:56:57.3095200Z 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:56:57.3096239Z 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:56:57.3097570Z 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:56:57.3098513Z 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:56:57.3099740Z 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:56:57.3101037Z 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:56:57.3102120Z 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:56:57.3103285Z 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:56:57.3104429Z 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:56:57.3105614Z 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:56:57.3106802Z 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:56:57.3108058Z 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:56:57.3109425Z 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:56:57.3110532Z 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:56:57.3111777Z 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:56:57.3112867Z 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:56:57.3114176Z 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:56:57.3115709Z 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:56:57.3117992Z 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:56:57.3119220Z 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:56:57.3121016Z 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:56:57.3122170Z 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:56:57.3123210Z 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:56:57.3124361Z 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:56:57.3125509Z 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:56:57.3126878Z 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:56:57.3128090Z 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:56:57.3129185Z 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:56:57.3130472Z 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:56:57.3131769Z 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:56:57.3132954Z 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:56:57.3134022Z 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:56:57.3135132Z 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:56:57.3136241Z 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:56:57.3137553Z 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:56:57.3139029Z 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:56:57.3140076Z 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:56:57.3141210Z 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:56:57.3142327Z 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:56:57.3143436Z 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:56:57.3144600Z 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:56:57.3145874Z 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:56:57.3146917Z 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:56:57.3148399Z 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:56:57.3149641Z 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:56:57.3150793Z 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:56:57.3153524Z 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:56:57.3154333Z 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:56:57.3155517Z 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:56:57.3156660Z 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:56:57.3157833Z 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:56:57.3159121Z 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:56:57.3160288Z 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:56:57.3161454Z 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:56:57.3162792Z 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:56:57.3164072Z 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:56:57.3165117Z 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:56:57.3166235Z 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:56:57.3167399Z 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:56:57.3168682Z 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:56:57.3169750Z 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:56:57.3170820Z 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:56:57.3171993Z 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:56:57.3173148Z 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:56:57.3174937Z 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:56:57.3176293Z 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:56:57.3177530Z 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:56:57.3178599Z 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:56:57.3179675Z 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:56:57.3180805Z 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:56:57.3182072Z 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:56:57.3183308Z 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:56:57.3184433Z 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:56:57.3185559Z 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:56:57.3186861Z 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:56:57.3187971Z 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:56:57.3189177Z 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:56:57.3190597Z 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:56:57.3191535Z 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:56:57.3192666Z 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:56:57.3193724Z 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:56:57.3195231Z 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:56:57.3196295Z 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:56:57.3197402Z 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:56:57.3198612Z 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:56:57.3199691Z 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:56:57.3201245Z 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:56:57.3202670Z 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:56:57.3203894Z 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:56:57.3205036Z 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:56:57.3206211Z 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:56:57.3207552Z 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:56:57.3208646Z 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:56:57.3209767Z 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:56:57.3210923Z 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:56:57.3211964Z 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:56:57.3213261Z 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:56:57.3214734Z 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:56:57.3215994Z 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:56:57.3216947Z 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:56:57.3218230Z 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:56:57.3219398Z 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:56:57.3220483Z 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:56:57.3221582Z 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:56:57.3222705Z 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:56:57.3223966Z 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:56:57.3225134Z 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:56:57.3226315Z 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:56:57.3227644Z 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:56:57.3228743Z 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:56:57.3229987Z 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:56:57.3230984Z 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:56:57.3232083Z 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:56:57.3233307Z 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:56:57.3234716Z 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:56:57.3235875Z 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:56:57.3236949Z 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:56:57.3238027Z 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:56:57.3239317Z 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:56:57.3240345Z 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:56:57.3241646Z 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:56:57.3242882Z 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:56:57.3244363Z 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:56:57.3245300Z 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:56:57.3246627Z 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:56:57.3247944Z 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:56:57.3248989Z 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:56:57.3250134Z 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:56:57.3251914Z 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:56:57.3253127Z 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:56:57.3254403Z 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:56:57.3255422Z 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:56:57.3256422Z 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:56:57.3257708Z 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:56:57.3259810Z 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:56:57.3260383Z 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:56:57.3261280Z 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:56:57.3262495Z 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:56:57.3263562Z 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:56:57.3264815Z 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:56:57.3265898Z 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:56:57.3267267Z 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:56:57.3268512Z 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:56:57.3269582Z 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:56:57.3270713Z 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:56:57.3271872Z 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:56:57.3273097Z 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:56:57.3274298Z 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:56:57.3275354Z 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:56:57.3276596Z 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:56:57.3277738Z 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:56:57.3278875Z 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:56:57.3280044Z 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:56:57.3281481Z 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:56:57.3282734Z 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:56:57.3283981Z 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:56:57.3285021Z 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:56:57.3287005Z 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:56:57.3288282Z 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:56:57.3289254Z 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:56:57.3290370Z 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:56:57.3291748Z 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:56:57.3292935Z 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:56:57.3294222Z 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:56:57.3295645Z 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:56:57.3296551Z 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:56:57.3297655Z 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:56:57.3298984Z 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:56:57.3300218Z 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:56:57.3301456Z 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:56:57.3302598Z 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:56:57.3303769Z 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:56:57.3304966Z 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:56:57.3306252Z 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:56:57.3307342Z 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:56:57.3308665Z 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:56:57.3309946Z 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:56:57.3311273Z 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:56:57.3312379Z 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:56:57.3313513Z 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:56:57.3314767Z 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:56:57.3316145Z 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:56:57.3317290Z 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:56:57.3318496Z 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:56:57.3320101Z 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:56:57.3320988Z 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:56:57.3322075Z 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:56:57.3323109Z 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:56:57.3324561Z 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:56:57.3325747Z 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:56:57.3327158Z 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:56:57.3328407Z 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:56:57.3330180Z 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:56:57.3331374Z 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:56:57.3332427Z 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:56:57.3333523Z 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:56:57.3334904Z 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:56:57.3336034Z 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:56:57.3337244Z 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:56:57.3338284Z 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:56:57.3339520Z 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:56:57.3340784Z 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:56:57.3342111Z 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:56:57.3343144Z 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:56:57.3344345Z 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:56:57.3345452Z 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:56:57.3346558Z 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:56:57.3347823Z 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:56:57.3348956Z 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:56:57.3350132Z 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:56:57.3351365Z 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:56:57.3352482Z 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:56:57.3353625Z 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:56:57.3354856Z 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:56:57.3356024Z 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:56:57.3357091Z 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:56:57.3358246Z 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:56:57.3359445Z 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:56:57.3360575Z 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:56:57.3361776Z 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:56:57.3362965Z 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:56:57.3364295Z 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:56:57.3365678Z 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:56:57.3366840Z 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:56:57.3367883Z 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:56:57.3369023Z 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:56:57.3371245Z 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:56:57.3371837Z 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:56:57.3372641Z 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:56:57.3373731Z 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:56:57.3375033Z 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:56:57.3376094Z 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:56:57.3377329Z 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:56:57.3378353Z 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:56:57.3379641Z 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:56:57.3380826Z 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:56:57.3382170Z 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:56:57.3383132Z 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:56:57.3384395Z 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:56:57.3385629Z 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:56:57.3386675Z 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:56:57.3388304Z 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:56:57.3389188Z 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:56:57.3390281Z 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:56:57.3391523Z 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:56:57.3392814Z 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:56:57.3393819Z 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:56:57.3394949Z 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:56:57.3396148Z 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:56:57.3397538Z 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:56:57.3398623Z 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:56:57.3399867Z 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:56:57.3400870Z 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:56:57.3402157Z 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:56:57.3403152Z 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:56:57.3404442Z 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:56:57.3406699Z 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:56:57.3408782Z 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:56:57.3409397Z 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:56:57.3410487Z 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:56:57.3411209Z 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:56:57.3412158Z 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:56:57.3413388Z 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:56:57.3414745Z 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:56:57.3415630Z 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:56:57.3416881Z 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:56:57.3418355Z 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:56:57.3419253Z 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:56:57.3420400Z 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:56:57.3421480Z 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:56:57.3422695Z 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:56:57.3423787Z 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:56:57.3424880Z 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:56:57.3426017Z 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:56:57.3427285Z 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:56:57.3428449Z 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:56:57.3429614Z 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:56:57.3430720Z 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:56:57.3431822Z 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:56:57.3433290Z 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:56:57.3434684Z 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:56:57.3435512Z 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:56:57.3436614Z 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:56:57.3437789Z 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:56:57.3438908Z 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:56:57.3440072Z 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:56:57.3441260Z 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:56:57.3442453Z 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:56:57.3443630Z 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:56:57.3444893Z 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:56:57.3447260Z 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:56:57.3448311Z 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:56:57.3449452Z 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:56:57.3450631Z 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:56:57.3451928Z 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:56:57.3452955Z 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:56:57.3454111Z 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:56:57.3455214Z 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:56:57.3456530Z 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:56:57.3457589Z 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:56:57.3458689Z 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:56:57.3459813Z 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:56:57.3461013Z 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:56:57.3462406Z 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:56:57.3463541Z 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:56:57.3464686Z 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:56:57.3465899Z 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:56:57.3467097Z 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:56:57.3468218Z 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:56:57.3469341Z 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:56:57.3470479Z 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:56:57.3471644Z 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:56:57.3472893Z 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:56:57.3473949Z 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:56:57.3475080Z 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:56:57.3476214Z 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:56:57.3477480Z 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:56:57.3478564Z 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:56:57.3479640Z 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:56:57.3480790Z 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:56:57.3482570Z 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:56:57.3483691Z 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:56:57.3484895Z 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:56:57.3486174Z 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:56:57.3487547Z 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:56:57.3488640Z 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:56:57.3489735Z 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:56:57.3490849Z 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:56:57.3492175Z 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:56:57.3493369Z 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:56:57.3494396Z 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:56:57.3495512Z 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:56:57.3496845Z 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:56:57.3497824Z 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:56:57.3499096Z 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:56:57.3500259Z 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:56:57.3501427Z 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:56:57.3502551Z 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:56:57.3503832Z 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:56:57.3504882Z 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:56:57.3506011Z 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:56:57.3507260Z 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:56:57.3508331Z 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:56:57.3509481Z 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:56:57.3510634Z 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:56:57.3511810Z 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:56:57.3513046Z 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:56:57.3514178Z 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:56:57.3515335Z 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:56:57.3516541Z 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:56:57.3517680Z 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:56:57.3518603Z 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:56:57.3519721Z 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:56:57.3520935Z 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:56:57.3522143Z 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:56:57.3523197Z 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:56:57.3524474Z 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:56:57.3525714Z 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:56:57.3527006Z 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:56:57.3528342Z 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:56:57.3529439Z 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:56:57.3530581Z 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:56:57.3531807Z 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:56:57.3532997Z 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:56:57.3534014Z 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:56:57.3535188Z 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:56:57.3536477Z 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:56:57.3537568Z 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:56:57.3538679Z 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:56:57.3539850Z 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:56:57.3540961Z 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:56:57.3542256Z 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:56:57.3543424Z 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:56:57.3544462Z 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:56:57.3545613Z 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:56:57.3546871Z 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:56:57.3548249Z 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:56:57.3549370Z 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:56:57.3550527Z 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:56:57.3551666Z 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:56:57.3552969Z 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:56:57.3554080Z 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:56:57.3555192Z 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:56:57.3556335Z 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:56:57.3558256Z 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:56:57.3559189Z 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:56:57.3560336Z 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:56:57.3561521Z 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:56:57.3562862Z 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:56:57.3564101Z 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:56:57.3565364Z 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:56:57.3566483Z 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:56:57.3567706Z 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:56:57.3568996Z 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:56:57.3570282Z 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:56:57.3571389Z 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:56:57.3572525Z 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:56:57.3573680Z 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:56:57.3575001Z 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:56:57.3576095Z 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:56:57.3577101Z 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:56:57.3578373Z 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:56:57.3579559Z 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:56:57.3580793Z 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:56:57.3582817Z 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:56:57.3583615Z 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:56:57.3584616Z 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:56:57.3585617Z 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:56:57.3586851Z 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:56:57.3588148Z 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:56:57.3589355Z 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:56:57.3590615Z 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:56:57.3591589Z 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:56:57.3593029Z 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:56:57.3594356Z 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:56:57.3595608Z 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:56:57.3596647Z 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:56:57.3597887Z 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:56:57.3599127Z 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:56:57.3600196Z 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:56:57.3601400Z 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:56:57.3602614Z 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:56:57.3604115Z 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:56:57.3605183Z 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:56:57.3607080Z 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:56:57.3608177Z 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:56:57.3609516Z 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:56:57.3610875Z 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:56:57.3612063Z 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:56:57.3613191Z 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:56:57.3614280Z 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:56:57.3615674Z 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:56:57.3616602Z 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:56:57.3617677Z 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:56:57.3618871Z 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:56:57.3620105Z 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:56:57.3621259Z 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:56:57.3622461Z 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:56:57.3623707Z 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:56:57.3624967Z 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:56:57.3626047Z 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:56:57.3627066Z 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:56:57.3628308Z 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:56:57.3629843Z 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:56:57.3630831Z 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:56:57.3631965Z 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:56:57.3632988Z 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:56:57.3634147Z 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:56:57.3636415Z 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:56:57.3637226Z 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:56:57.3638195Z 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:56:57.3639352Z 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:56:57.3640636Z 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:56:57.3641790Z 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:56:57.3642789Z 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:56:57.3645074Z 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:56:57.3645454Z 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:56:57.3646218Z 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:56:57.3647322Z 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:56:57.3648074Z 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:56:57.3649741Z 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:56:57.3650305Z 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:56:57.3651417Z 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:56:57.3652619Z 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:56:57.3653249Z 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:56:57.3654109Z 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:56:57.3655204Z 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:56:57.3656199Z 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:56:57.3657107Z 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:56:57.3658460Z 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:56:57.3659218Z 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:56:57.3660372Z 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:56:57.3661321Z 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:56:57.3662420Z 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:56:57.3663404Z 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:56:57.3664547Z 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:56:57.3665475Z 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:56:57.3666516Z 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:56:57.3667483Z 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:56:57.3668709Z 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:56:57.3669791Z 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:56:57.3670729Z 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:56:57.3671732Z 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:56:57.3672904Z 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:56:57.3673865Z 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:56:57.3674935Z 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:56:57.3675940Z 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:56:57.3676959Z 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:56:57.3677958Z 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:56:57.3679410Z 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:56:57.3680192Z 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:56:57.3681286Z 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:56:57.3682265Z 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:56:57.3683371Z 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:56:57.3684588Z 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:56:57.3685691Z 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:56:57.3686766Z 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:56:57.3687739Z 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:56:57.3688799Z 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:56:57.3691990Z 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:56:57.3692422Z 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:56:57.3692935Z 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:56:57.3693441Z 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:56:57.3693960Z 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:56:57.3695013Z 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:56:57.3695813Z 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:56:57.3697051Z 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:56:57.3697839Z 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:56:57.3698507Z 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:56:57.3699580Z 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:56:57.3700560Z 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:56:57.3701358Z 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:56:57.3703000Z 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:56:57.3703607Z 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:56:57.3704288Z 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:56:57.3705247Z 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:56:57.3705968Z 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:56:57.3707404Z 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:56:57.3707855Z 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:56:57.3709001Z 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:56:57.3709941Z 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:56:57.3710862Z 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:56:57.3711954Z 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:56:57.3712655Z 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:56:57.3713590Z 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:56:57.3715009Z 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:56:57.3715756Z 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:56:57.3716461Z 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:56:57.3717826Z 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:56:57.3718663Z 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:56:57.3719794Z 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:56:57.3720698Z 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:56:57.3721707Z 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:56:57.3722996Z 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:56:57.3723371Z 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:56:57.3724579Z 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:56:57.3725363Z 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:56:57.3726877Z 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:56:57.3727614Z 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:56:57.3728730Z 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:56:57.3729631Z 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:56:57.3730639Z 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:56:57.3731475Z 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:56:57.3732278Z 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:56:57.3733310Z 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:56:57.3734239Z 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:56:57.3735012Z 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:56:57.3735988Z 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:56:57.3737589Z 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:56:57.3737981Z 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:56:57.3738888Z 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:56:57.3739537Z 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:56:57.3740648Z 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:56:57.3741595Z 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:56:57.3742700Z 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:56:57.3743444Z 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:56:57.3744316Z 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:56:57.3745374Z 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:56:57.3746557Z 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:56:57.3747072Z 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:56:57.3748526Z 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:56:57.3749150Z 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:56:57.3750271Z 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:56:57.3751494Z 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:56:57.3752514Z 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:56:57.3753689Z 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:56:57.3755088Z 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:56:57.3756179Z 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:56:57.3757238Z 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:56:57.3758509Z 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:56:57.3759696Z 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:56:57.3761244Z 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:56:57.3762282Z 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:56:57.3763400Z 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:56:57.3764556Z 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:56:57.3766865Z 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:56:57.3768213Z 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:56:57.3769379Z 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:56:57.3770793Z 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:56:57.3771948Z 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:56:57.3773001Z 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:56:57.3774297Z 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:56:57.3775242Z 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:56:57.3776412Z 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:56:57.3777608Z 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:56:57.3778759Z 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:56:57.3780092Z 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:56:57.3781394Z 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:56:57.3782719Z 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:56:57.3783622Z 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:56:57.3784903Z 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:56:57.3786147Z 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:56:57.3787354Z 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:56:57.3788741Z 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:56:57.3789754Z 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:56:57.3791063Z 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:56:57.3792354Z 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:56:57.3793420Z 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:56:57.3794699Z 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:56:57.3796494Z 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:56:57.3797146Z 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:56:57.3798086Z 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:56:57.3799292Z 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:56:57.3800491Z 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:56:57.3801810Z 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:56:57.3803073Z 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:56:57.3804232Z 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:56:57.3808598Z 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:56:57.3809373Z 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:56:57.3810508Z 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:56:57.3811471Z 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:56:57.3812759Z 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:56:57.3814044Z 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:56:57.3815120Z 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:56:57.3816445Z 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:56:57.3817473Z 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:56:57.3818584Z 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:56:57.3819673Z 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:56:57.3821667Z 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:56:57.3822301Z 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:56:57.3823129Z 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:56:57.3824308Z 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:56:57.3825100Z 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:56:57.3826581Z 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:56:57.3827332Z 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:56:57.3828960Z 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:56:57.3829744Z 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:56:57.3830661Z 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:56:57.3832007Z 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:56:57.3832919Z 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:56:57.3834316Z 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:56:57.3835197Z 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:56:57.3836497Z 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:56:57.3837796Z 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:56:57.3838665Z 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:56:57.3840118Z 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:56:57.3840856Z 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:56:57.3841732Z 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:56:57.3842905Z 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:56:57.3844323Z 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:56:57.3845868Z 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:56:57.3846580Z 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:56:57.3848142Z 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:56:57.3848826Z 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:56:57.3850546Z 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:56:57.3851219Z 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:56:57.3852443Z 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:56:57.3853256Z 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:56:57.3854687Z 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:56:57.3855963Z 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:56:57.3857470Z 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:56:57.3858150Z 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:56:57.3859143Z 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:56:57.3860179Z 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:56:57.3861484Z 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:56:57.3862480Z 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:56:57.3863664Z 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:56:57.3864669Z 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:56:57.3865981Z 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:56:57.3867354Z 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:56:57.3868594Z 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:56:57.3869576Z 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:56:57.3870654Z 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:56:57.3871900Z 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:56:57.3873235Z 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:56:57.3874435Z 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:56:57.3875649Z 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:56:57.3876652Z 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:56:57.3877748Z 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:56:57.3878899Z 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:56:57.3880254Z 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:56:57.3881289Z 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:56:57.3883899Z 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:56:57.3884502Z 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:56:57.3885180Z 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:56:57.3885810Z 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:56:57.3886636Z 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:56:57.3887710Z 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:56:57.3888627Z 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:56:57.3889683Z 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:56:57.3890561Z 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:56:57.3892046Z 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:56:57.3893114Z 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:56:57.3893853Z 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:56:57.3894825Z 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:56:57.3895777Z 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:56:57.3896789Z 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:56:57.3897783Z 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:56:57.3898769Z 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:56:57.3899728Z 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:56:57.3900796Z 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:56:57.3901711Z 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:56:57.3902740Z 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:56:57.3903701Z 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:56:57.3904801Z 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:56:57.3905683Z 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:56:57.3906906Z 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:56:57.3907730Z 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:56:57.3908964Z 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:56:57.3909948Z 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:56:57.3911057Z 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:56:57.3912015Z 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:56:57.3913187Z 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:56:57.3914058Z 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:56:57.3916171Z 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:56:57.3916536Z 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:56:57.3917450Z 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:56:57.3918738Z 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:56:57.3919452Z 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:56:57.3920541Z 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:56:57.3921175Z 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:56:57.3922214Z 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:56:57.3923203Z 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:56:57.3924333Z 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:56:57.3925846Z 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:56:57.3926773Z 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:56:57.3929053Z 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:56:57.3929715Z 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:56:57.3930732Z 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:56:57.3931512Z 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:56:57.3932602Z 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:56:57.3933312Z 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:56:57.3934358Z 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:56:57.3935369Z 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:56:57.3936372Z 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:56:57.3937370Z 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:56:57.3938110Z 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:56:57.3939230Z 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:56:57.3940133Z 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:56:57.3940876Z 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:56:57.3941829Z 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:56:57.3943004Z 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:56:57.3943913Z 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:56:57.3944989Z 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:56:57.3946113Z 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:56:57.3947039Z 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:56:57.3948136Z 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:56:57.3950042Z 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:56:57.3950598Z 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:56:57.3951417Z 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:56:57.3952294Z 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:56:57.3953170Z 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:56:57.3954276Z 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:56:57.3955081Z 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:56:57.3955976Z 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:56:57.3956873Z 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:56:57.3957831Z 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:56:57.3958728Z 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:56:57.3959791Z 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:56:57.3960903Z 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:56:57.3961805Z 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:56:57.3962764Z 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:56:57.3963956Z 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:56:57.3964844Z 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:56:57.3966863Z 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:56:57.3967379Z 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:56:57.3967890Z 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:56:57.3968364Z 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:56:57.3969675Z 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:56:57.3970524Z 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:56:57.3971412Z 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:56:57.3972644Z 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:56:57.3973364Z 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:56:57.3974285Z 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:56:57.3975085Z 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:56:57.3976310Z 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:56:57.3977023Z 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:56:57.3977903Z 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:56:57.3979504Z 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:56:57.3980116Z 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:56:57.3981272Z 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:56:57.3981959Z 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:56:57.3982708Z 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:56:57.3983991Z 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:56:57.3984579Z 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:56:57.3985419Z 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:56:57.3986543Z 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:56:57.3987493Z 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:56:57.3988894Z 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:56:57.3989899Z 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:56:57.3990575Z 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:56:57.3991485Z 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:56:57.3992493Z 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:56:57.3993443Z 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:56:57.3994180Z 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:56:57.3995002Z 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:56:57.3995867Z 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:56:57.3996763Z 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:56:57.3998005Z 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:56:57.3998651Z 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:56:57.3999731Z 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:56:57.4000562Z 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:56:57.4001378Z 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:56:57.4002065Z 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:56:57.4003021Z 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:56:57.4004035Z 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:56:57.4005076Z 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:56:57.4006244Z 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:56:57.4007000Z 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:56:57.4008177Z 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:56:57.4009458Z 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:56:57.4010660Z 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:56:57.4011961Z 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:56:57.4012969Z 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:56:57.4014505Z 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:56:57.4015424Z 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:56:57.4016570Z 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:56:57.4017754Z 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:56:57.4018891Z 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:56:57.4019989Z 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:56:57.4021183Z 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:56:57.4022273Z 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:56:57.4023700Z 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:56:57.4024710Z 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:56:57.4025889Z 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:56:57.4026965Z 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:56:57.4028410Z 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:56:57.4029742Z 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:56:57.4030907Z 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:56:57.4032034Z 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:56:57.4033351Z 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:56:57.4034498Z 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:56:57.4035597Z 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:56:57.4036968Z 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:56:57.4038075Z 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:56:57.4039239Z 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:56:57.4040655Z 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:56:57.4041794Z 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:56:57.4042796Z 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:56:57.4044188Z 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:56:57.4045426Z 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:56:57.4046768Z 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:56:57.4048264Z 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:56:57.4049545Z 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:56:57.4050930Z 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:56:57.4052147Z 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:56:57.4053168Z 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:56:57.4054461Z 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:56:57.4055790Z 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:56:57.4056750Z 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:56:57.4057980Z 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:56:57.4059282Z 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:56:57.4060254Z 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:56:57.4061488Z 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:56:57.4062623Z 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:56:57.4063672Z 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:56:57.4064900Z 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:56:57.4066256Z 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:56:57.4067434Z 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:56:57.4068543Z 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:56:57.4069647Z 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:56:57.4071139Z 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:56:57.4072059Z 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:56:57.4073290Z 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:56:57.4074234Z 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:56:57.4075580Z 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:56:57.4076776Z 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:56:57.4077824Z 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:56:57.4078987Z 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:56:57.4080418Z 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:56:57.4083463Z 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:56:57.4084183Z 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:56:57.4084995Z 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:56:57.4086784Z 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:56:57.4087708Z 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:56:57.4089413Z 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:56:57.4089880Z 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:56:57.4090581Z 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:56:57.4091663Z 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:56:57.4092340Z 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:56:57.4093552Z 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:56:57.4094403Z 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:56:57.4095313Z 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:56:57.4097139Z 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:56:57.4097657Z 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:56:57.4098353Z 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:56:57.4099291Z 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:56:57.4100027Z 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:56:57.4101059Z 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:56:57.4102104Z 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:56:57.4102938Z 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:56:57.4103941Z 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:56:57.4105691Z 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:56:57.4106108Z 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:56:57.4108248Z 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:56:57.4108686Z 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:56:57.4109231Z 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:56:57.4110115Z 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:56:57.4110737Z 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:56:57.4111793Z 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:56:57.4112690Z 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:56:57.4113738Z 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:56:57.4114909Z 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:56:57.4115425Z 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:56:57.4116321Z 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:56:57.4116963Z 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:56:57.4118703Z 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:56:57.4119465Z 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:56:57.4120228Z 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:56:57.4121185Z 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:56:57.4122593Z 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:56:57.4123550Z 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:56:57.4125184Z 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:56:57.4125521Z 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:56:57.4126935Z 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:56:57.4127473Z 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:56:57.4128663Z 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:56:57.4129337Z 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:56:57.4130300Z 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:56:57.4131344Z 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:56:57.4132290Z 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:56:57.4133416Z 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:56:57.4134332Z 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:56:57.4135505Z 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:56:57.4136410Z 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:56:57.4137782Z 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:56:57.4138425Z 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:56:57.4139749Z 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:56:57.4140699Z 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:56:57.4141739Z 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:56:57.4143153Z 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:56:57.4143926Z 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:56:57.4144784Z 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:56:57.4146086Z 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:56:57.4146943Z 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:56:57.4148060Z 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:56:57.4148723Z 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:56:57.4149578Z 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:56:57.4150388Z 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:56:57.4151365Z 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:56:57.4152157Z 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:56:57.4153098Z 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:56:57.4153863Z 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:56:57.4154923Z 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:56:57.4155739Z 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:56:57.4156703Z 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:56:57.4158209Z 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:56:57.4159099Z 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:56:57.4159971Z 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:56:57.4161052Z 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:56:57.4161939Z 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:56:57.4162997Z 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:56:57.4163992Z 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:56:57.4165426Z 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:56:57.4166273Z 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:56:57.4167205Z 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:56:57.4168482Z 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:56:57.4169461Z 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:56:57.4170433Z 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:56:57.4171451Z 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:56:57.4172478Z 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:56:57.4173029Z 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:56:57.4174207Z 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:56:57.4175917Z 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:56:57.4176268Z 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:56:57.4176713Z 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:56:57.4177531Z 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:56:57.4178451Z 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:56:57.4179391Z 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:56:57.4180304Z 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:56:57.4181697Z 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:56:57.4182694Z 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:56:57.4183369Z 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:56:57.4184288Z 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:56:57.4185492Z 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:56:57.4186320Z 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:56:57.4187766Z 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:56:57.4188651Z 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:56:57.4189500Z 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:56:57.4191001Z 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:56:57.4191764Z 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:56:57.4192515Z 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:56:57.4193417Z 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:56:57.4194388Z 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:56:57.4195442Z 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:56:57.4196287Z 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:56:57.4197530Z 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:56:57.4198363Z 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:56:57.4199461Z 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:56:57.4200248Z 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:56:57.4201397Z 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:56:57.4202390Z 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:56:57.4203391Z 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:56:57.4204649Z 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:56:57.4205306Z 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:56:57.4206319Z 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:56:57.4207550Z 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:56:57.4208393Z 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:56:57.4209642Z 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:56:57.4210582Z 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:56:57.4211355Z 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:56:57.4212418Z 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:56:57.4213810Z 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:56:57.4214541Z 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:56:57.4215911Z 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:56:57.4216863Z 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:56:57.4219380Z 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:56:57.4220164Z 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:56:57.4221610Z 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:56:57.4222368Z 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:56:57.4223439Z 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:56:57.4224399Z 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:56:57.4225299Z 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:56:57.4226280Z 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:56:57.4227425Z 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:56:57.4228308Z 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:56:57.4229207Z 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:56:57.4230187Z 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:56:57.4230923Z 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:56:57.4232129Z 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:56:57.4233044Z 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:56:57.4233794Z 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:56:57.4234644Z 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:56:57.4235509Z 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:56:57.4236215Z 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:56:57.4237189Z 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:56:57.4237986Z 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:56:57.4238883Z 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:56:57.4239650Z 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:56:57.4240550Z 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:56:57.4241701Z 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:56:57.4242372Z 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:56:57.4243171Z 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:56:57.4244115Z 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:56:57.4245920Z 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:56:57.4246539Z 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:56:57.4247329Z 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:56:57.4248332Z 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:56:57.4249303Z 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:56:57.4250876Z 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:56:57.4251239Z 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:56:57.4252341Z 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:56:57.4253481Z 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:56:57.4254183Z 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:56:57.4255740Z 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:56:57.4256156Z 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:56:57.4257311Z 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:56:57.4258451Z 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:56:57.4259602Z 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:56:57.4260526Z 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:56:57.4261277Z 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:56:57.4262407Z 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:56:57.4263097Z 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:56:57.4263706Z 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:56:57.4265638Z 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:56:57.4266116Z 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:56:57.4266826Z 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:56:57.4267898Z 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:56:57.4268999Z 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:56:57.4269657Z 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:56:57.4270444Z 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:56:57.4271409Z 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:56:57.4272533Z 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:56:57.4273745Z 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:56:57.4274310Z 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:56:57.4275251Z 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:56:57.4276597Z 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:56:57.4277523Z 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:56:57.4278425Z 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:56:57.4279490Z 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:56:57.4280639Z 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:56:57.4281595Z 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:56:57.4282654Z 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:56:57.4283636Z 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:56:57.4284834Z 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:56:57.4285913Z 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:56:57.4286823Z 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:56:57.4287846Z 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:56:57.4288835Z 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:56:57.4289938Z 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:56:57.4291280Z 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:56:57.4291853Z 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:56:57.4292896Z 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:56:57.4293736Z 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:56:57.4294501Z 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:56:57.4295480Z 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:56:57.4296562Z 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:56:57.4297475Z 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:56:57.4298272Z 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:56:57.4299265Z 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:56:57.4300232Z 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:56:57.4301385Z 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:56:57.4302378Z 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:56:57.4303347Z 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:56:57.4304426Z 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:56:57.4305271Z 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:56:57.4306245Z 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:56:57.4307175Z 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:56:57.4308941Z 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:56:57.4309782Z 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:56:57.4310684Z 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:56:57.4311702Z 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:56:57.4312886Z 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:56:57.4313753Z 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:56:57.4314758Z 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:56:57.4316016Z 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:56:57.4317291Z 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:56:57.4318289Z 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:56:57.4319100Z 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:56:57.4320407Z 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:56:57.4321148Z 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:56:57.4322491Z 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:56:57.4323587Z 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:56:57.4324600Z 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:56:57.4325575Z 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:56:57.4326616Z 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:56:57.4327802Z 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:56:57.4328723Z 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:56:57.4329761Z 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:56:57.4330856Z 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:56:57.4331949Z 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:56:57.4332816Z 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:56:57.4334174Z 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:56:57.4334932Z 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:56:57.4335926Z 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:56:57.4336859Z 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:56:57.4337702Z 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:56:57.4339020Z 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:56:57.4339942Z 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:56:57.4341012Z 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:56:57.4341998Z 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:56:57.4342980Z 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:56:57.4343976Z 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:56:57.4344861Z 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:56:57.4345902Z 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:56:57.4347130Z 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:56:57.4348035Z 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:56:57.4349069Z 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:56:57.4350044Z 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:56:57.4351142Z 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:56:57.4352194Z 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:56:57.4353020Z 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:56:57.4354107Z 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:56:57.4354804Z 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:56:57.4355849Z 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:56:57.4357132Z 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:56:57.4358029Z 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:56:57.4359439Z 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:56:57.4360583Z 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:56:57.4361795Z 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:56:57.4362851Z 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:56:57.4364196Z 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:56:57.4365431Z 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:56:57.4366783Z 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:56:57.4367777Z 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:56:57.4368920Z 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:56:57.4370195Z 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:56:57.4371348Z 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:56:57.4372598Z 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:56:57.4373785Z 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:56:57.4374969Z 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:56:57.4376115Z 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:56:57.4378196Z 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:56:57.4379146Z 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:56:57.4380445Z 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:56:57.4381658Z 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:56:57.4382754Z 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:56:57.4384217Z 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:56:57.4385449Z 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:56:57.4386590Z 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:56:57.4387715Z 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:56:57.4388990Z 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:56:57.4390190Z 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:56:57.4391480Z 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:56:57.4392559Z 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:56:57.4393586Z 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:56:57.4394957Z 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:56:57.4397947Z 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:56:57.4398686Z 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:56:57.4399912Z 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:56:57.4400912Z 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:56:57.4402062Z 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:56:57.4403327Z 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:56:57.4404390Z 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:56:57.4406658Z 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:56:57.4408840Z 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:56:57.4409609Z 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:56:57.4410667Z 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:56:57.4411445Z 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:56:57.4412870Z 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:56:57.4414088Z 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:56:57.4415388Z 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:56:57.4416925Z 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:56:57.4418110Z 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:56:57.4419453Z 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:56:57.4420685Z 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:56:57.4421667Z 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:56:57.4422988Z 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:56:57.4424111Z 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:56:57.4425434Z 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:56:57.4426024Z 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:56:57.4426895Z 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:56:57.4428241Z 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:56:57.4429407Z 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:56:57.4430365Z 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:56:57.4431532Z 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:56:57.4432414Z 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:56:57.4433795Z 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:56:57.4434436Z 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:56:57.4435355Z 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:56:57.4436306Z 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:56:57.4437284Z 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:56:57.4438048Z 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:56:57.4439177Z 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:56:57.4440180Z 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:56:57.4441048Z 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:56:57.4441876Z 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:56:57.4442554Z 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:56:57.4443419Z 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:56:57.4444593Z 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:56:57.4445777Z 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:56:57.4446810Z 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:56:57.4447739Z 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:56:57.4448809Z 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:56:57.4449763Z 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:56:57.4450690Z 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:56:57.4451899Z 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:56:57.4452584Z 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:56:57.4453704Z 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:56:57.4454821Z 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:56:57.4456228Z 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:56:57.4457240Z 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:56:57.4458490Z 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:56:57.4459586Z 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:56:57.4460586Z 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:56:57.4461430Z 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:56:57.4462809Z 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:56:57.4463541Z 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:56:57.4464605Z 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:56:57.4465941Z 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:56:57.4466787Z 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:56:57.4467647Z 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:56:57.4468693Z 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:56:57.4469742Z 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:56:57.4470721Z 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:56:57.4471801Z 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:56:57.4472725Z 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:56:57.4473969Z 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:56:57.4475063Z 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:56:57.4475942Z 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:56:57.4476870Z 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:56:57.4479008Z 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:56:57.4479860Z 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:56:57.4480838Z 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:56:57.4481742Z 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:56:57.4482829Z 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:56:57.4484118Z 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:56:57.4484919Z 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:56:57.4485809Z 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:56:57.4486410Z 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:56:57.4487226Z 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:56:57.4488077Z 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:56:57.4489002Z 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:56:57.4490002Z 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:56:57.4491321Z 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:56:57.4492112Z 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:56:57.4493276Z 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:56:57.4494069Z 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:56:57.4495148Z 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:56:57.4496362Z 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:56:57.4497412Z 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:56:57.4498424Z 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:56:57.4499471Z 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:56:57.4500661Z 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:56:57.4501802Z 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:56:57.4502678Z 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:56:57.4504397Z 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:56:57.4505479Z 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:56:57.4506708Z 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:56:57.4507793Z 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:56:57.4508763Z 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:56:57.4509698Z 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:56:57.4510722Z 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:56:57.4512267Z 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:56:57.4513141Z 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:56:57.4514019Z 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:56:57.4515068Z 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:56:57.4515988Z 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:56:57.4516772Z 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:56:57.4517361Z 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:56:57.4518563Z 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:56:57.4519684Z 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:56:57.4520368Z 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:56:57.4521457Z 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:56:57.4522604Z 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:56:57.4523941Z 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:56:57.4524839Z 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:56:57.4525688Z 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:56:57.4526705Z 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:56:57.4527835Z 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:56:57.4529061Z 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:56:57.4530078Z 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:56:57.4530847Z 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:56:57.4531900Z 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:56:57.4533169Z 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:56:57.4534406Z 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:56:57.4535719Z 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:56:57.4536489Z 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:56:57.4537613Z 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:56:57.4538677Z 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:56:57.4539736Z 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:56:57.4540986Z 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:56:57.4541720Z 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:56:57.4542942Z 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:56:57.4544116Z 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:56:57.4545117Z 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:56:57.4546137Z 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:56:57.4547290Z 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:56:57.4548585Z 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:56:57.4549884Z 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:56:57.4550958Z 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:56:57.4552137Z 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:56:57.4553387Z 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:56:57.4554998Z 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:56:57.4555621Z 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:56:57.4556478Z 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:56:57.4557687Z 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:56:57.4558491Z 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:56:57.4559455Z 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:56:57.4560477Z 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:56:57.4561506Z 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:56:57.4562455Z 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:56:57.4563526Z 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:56:57.4564493Z 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:56:57.4566437Z 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:56:57.4567336Z 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:56:57.4568458Z 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:56:57.4569638Z 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:56:57.4570594Z 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:56:57.4571553Z 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:56:57.4572701Z 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:56:57.4573964Z 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:56:57.4575223Z 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:56:57.4576054Z 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:56:57.4576842Z 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:56:57.4578143Z 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:56:57.4579048Z 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:56:57.4579846Z 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:56:57.4580839Z 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:56:57.4581780Z 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:56:57.4582964Z 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:56:57.4583941Z 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:56:57.4584825Z 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:56:57.4585735Z 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:56:57.4587515Z 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:56:57.4588288Z 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:56:57.4589312Z 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:56:57.4590568Z 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:56:57.4591554Z 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:56:57.4592358Z 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:56:57.4593507Z 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:56:57.4594602Z 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:56:57.4595673Z 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:56:57.4596951Z 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:56:57.4597708Z 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:56:57.4599004Z 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:56:57.4599878Z 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:56:57.4601244Z 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:56:57.4602082Z 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:56:57.4603038Z 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:56:57.4604224Z 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:56:57.4605488Z 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:56:57.4606615Z 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:56:57.4607530Z 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:56:57.4608507Z 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:56:57.4609414Z 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:56:57.4610494Z 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:56:57.4611404Z 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:56:57.4612307Z 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:56:57.4613507Z 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:56:57.4614721Z 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:56:57.4615721Z 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:56:57.4616682Z 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:56:57.4617398Z 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:56:57.4618506Z 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:56:57.4619629Z 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:56:57.4620724Z 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:56:57.4621566Z 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:56:57.4622683Z 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:56:57.4623563Z 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:56:57.4624641Z 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:56:57.4625712Z 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:56:57.4626708Z 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:56:57.4627832Z 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:56:57.4628435Z 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:56:57.4629643Z 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:56:57.4630786Z 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:56:57.4631812Z 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:56:57.4632708Z 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:56:57.4633781Z 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:56:57.4634489Z 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:56:57.4635443Z 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:56:57.4636668Z 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:56:57.4637617Z 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:56:57.4638740Z 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:56:57.4639794Z 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:56:57.4640774Z 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:56:57.4641584Z 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:56:57.4642568Z 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:56:57.4643646Z 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:56:57.4644909Z 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:56:57.4646169Z 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:56:57.4647220Z 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:56:57.4648338Z 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:56:57.4649324Z 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:56:57.4650296Z 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:56:57.4651654Z 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:56:57.4652717Z 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:56:57.4653763Z 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:56:57.4654832Z 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:56:57.4656502Z 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:56:57.4657637Z 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:56:57.4658626Z 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:56:57.4659564Z 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:56:57.4660461Z 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:56:57.4661453Z 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:56:57.4662527Z 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:56:57.4663414Z 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:56:57.4664291Z 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:56:57.4665339Z 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:56:57.4666464Z 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:56:57.4667235Z 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:56:57.4668473Z 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:56:57.4669249Z 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:56:57.4670207Z 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:56:57.4671141Z 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:56:57.4672006Z 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:56:57.4672681Z 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:56:57.4674064Z 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:56:57.4674844Z 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:56:57.4675735Z 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:56:57.4676609Z 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:56:57.4677381Z 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:56:57.4678199Z 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:56:57.4679170Z 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:56:57.4680133Z 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:56:57.4680889Z 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:56:57.4681999Z 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:56:57.4682979Z 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:56:57.4684109Z 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:56:57.4684968Z 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:56:57.4685999Z 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:56:57.4686803Z 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:56:57.4687766Z 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:56:57.4688815Z 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:56:57.4689760Z 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:56:57.4691247Z 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:56:57.4691887Z 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:56:57.4692853Z 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:56:57.4693973Z 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:56:57.4694778Z 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:56:57.4696307Z 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:56:57.4697113Z 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:56:57.4698037Z 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:56:57.4699313Z 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:56:57.4700253Z 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:56:57.4701130Z 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:56:57.4702133Z 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:56:57.4703350Z 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:56:57.4704389Z 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:56:57.4705172Z 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:56:57.4706428Z 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:56:57.4707293Z 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:56:57.4708927Z 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:56:57.4710011Z 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:56:57.4710989Z 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:56:57.4712226Z 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:56:57.4713189Z 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:56:57.4714145Z 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:56:57.4715080Z 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:56:57.4715917Z 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:56:57.4716862Z 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:56:57.4718475Z 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:56:57.4721617Z 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:56:57.4722806Z 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:56:57.4723678Z 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:56:57.4724872Z 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:56:57.4725596Z 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:56:57.4726744Z 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:56:57.4727751Z 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:56:57.4728856Z 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:56:57.4729655Z 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:56:57.4730303Z 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:56:57.4731122Z 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:56:57.4732287Z 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:56:57.4733092Z 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:56:57.4733940Z 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:56:57.4734681Z 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:56:57.4736013Z 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:56:57.4736924Z 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:56:57.4738207Z 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:56:57.4739205Z 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:56:57.4740408Z 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:56:57.4741282Z 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:56:57.4742639Z 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:56:57.4743821Z 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:56:57.4745090Z 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:56:57.4746319Z 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:56:57.4747533Z 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:56:57.4748934Z 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:56:57.4750265Z 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:56:57.4767409Z 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:56:57.4768917Z 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:56:57.4769946Z 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:56:57.4770923Z 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:56:57.4771893Z 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:56:57.4772850Z 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:56:57.4774038Z 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:56:57.4775074Z 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:56:57.4776045Z 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:56:57.4776990Z 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:56:57.4778136Z 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:56:57.4779261Z 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:56:57.4780228Z 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:56:57.4781192Z 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:56:57.4782166Z 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:56:57.4783140Z 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:56:57.4784072Z 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:56:57.4785013Z 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:56:57.4786143Z 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:56:57.4787260Z 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:56:57.4788321Z 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:56:57.4789255Z 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:56:57.4790221Z 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:56:57.4791304Z 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:56:57.4792282Z 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:56:57.4793270Z 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:56:57.4794413Z 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:56:57.4795539Z 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:56:57.4796571Z 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:56:57.4797556Z 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:56:57.4798760Z 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:56:57.4799972Z 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:56:57.4800977Z 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:56:57.4801940Z 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:56:57.4803040Z 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:56:57.4804223Z 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:56:57.4805280Z 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:56:57.4806282Z 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:56:57.4807268Z 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:56:57.4808210Z 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:56:57.4809273Z 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:56:57.4810308Z 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:56:57.4811179Z 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:56:57.4812004Z 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:56:57.4813017Z 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:56:57.4814069Z 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:56:57.4815269Z 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:56:57.4816412Z 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:56:57.4817422Z 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:56:57.4818407Z 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:56:57.4819338Z 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:56:57.4820293Z 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:56:57.4821269Z 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:56:57.4822489Z 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:56:57.4823762Z 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:56:57.4824901Z 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:56:57.4825934Z 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:56:57.4826914Z 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:56:57.4827977Z 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:56:57.4828910Z 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:56:57.4829977Z 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:56:57.4831014Z 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:56:57.4831985Z 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:56:57.4832984Z 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:56:57.4834077Z 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:56:57.4835280Z 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:56:57.4836501Z 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:56:57.4837625Z 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:56:57.4838791Z 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:56:57.4839994Z 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:56:57.4841171Z 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:56:57.4842281Z 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:56:57.4843341Z 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:56:57.4844337Z 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:56:57.4845267Z 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:56:57.4846500Z 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:56:57.4847647Z 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:56:57.4848707Z 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:56:57.4849766Z 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:56:57.4850889Z 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:56:57.4852010Z 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:56:57.4853011Z 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:56:57.4853988Z 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:56:57.4854977Z 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:56:57.4856030Z 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:56:57.4857188Z 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:56:57.4858341Z 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:56:57.4859433Z 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:56:57.4860487Z 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:56:57.4861642Z 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:56:57.4862859Z 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:56:57.4863913Z 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:56:57.4864935Z 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:56:57.4865923Z 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:56:57.4867064Z 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:56:57.4868275Z 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:56:57.4869452Z 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:56:57.4870483Z 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:56:57.4871517Z 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:56:57.4872690Z 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:56:57.4873843Z 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:56:57.4874929Z 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:56:57.4876005Z 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:56:57.4877020Z 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:56:57.4878037Z 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:56:57.4879208Z 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:56:57.4880389Z 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:56:57.4881495Z 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:56:57.4882563Z 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:56:57.4883707Z 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:56:57.4884902Z 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:56:57.4886049Z 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:56:57.4887065Z 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:56:57.4888086Z 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:56:57.4889201Z 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:56:57.4890320Z 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:56:57.4891340Z 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:56:57.4892313Z 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:56:57.4893476Z 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:56:57.4894634Z 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:56:57.4895665Z 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:56:57.4896628Z 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:56:57.4897626Z 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:56:57.4898738Z 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:56:57.4899859Z 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:56:57.4900899Z 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:56:57.4901862Z 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:56:57.4902913Z 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:56:57.4904075Z 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:56:57.4905113Z 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:56:57.4906068Z 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:56:57.4907017Z 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:56:57.4908072Z 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:56:57.4909203Z 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:56:57.4910373Z 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:56:57.4911403Z 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:56:57.4912547Z 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:56:57.4913763Z 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:56:57.4914838Z 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:56:57.4915865Z 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:56:57.4916860Z 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:56:57.4917921Z 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:56:57.4918916Z 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:56:57.4919892Z 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:56:57.4920843Z 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:56:57.4921972Z 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:56:57.4923168Z 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:56:57.4924370Z 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:56:57.4925375Z 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:56:57.4926365Z 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:56:57.4927341Z 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:56:57.4928339Z 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:56:57.4929304Z 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:56:57.4930292Z 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:56:57.4931429Z 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:56:57.4932544Z 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:56:57.4933572Z 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:56:57.4934649Z 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:56:57.4935725Z 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:56:57.4936646Z 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:56:57.4937603Z 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:56:57.4938819Z 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:56:57.4939867Z 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:56:57.4941428Z 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:56:57.4942140Z 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:56:57.4943592Z 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:56:57.4944675Z 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:56:57.4945864Z 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:56:57.4947171Z 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:56:57.4948363Z 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:56:57.4949466Z 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:56:57.4950829Z 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:56:57.4951922Z 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:56:57.4953024Z 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:56:57.4954043Z 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:56:57.4955216Z 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:56:57.4957244Z 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:56:57.4958049Z 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:56:57.4959001Z 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:56:57.4960034Z 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:56:57.4961115Z 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:56:57.4962561Z 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:56:57.4963597Z 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:56:57.4965111Z 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:56:57.4967711Z 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:56:57.4968495Z 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:56:57.4969437Z 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:56:57.4970742Z 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:56:57.4971885Z 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:56:57.4972841Z 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:56:57.4974135Z 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:56:57.4977260Z 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:56:57.4978293Z 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:56:57.4979331Z 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:56:57.4980178Z 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:56:57.4981304Z 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:56:57.4983223Z 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:56:57.4983772Z 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:56:57.4984498Z 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:56:57.4985829Z 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:56:57.4986804Z 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:56:57.4987824Z 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:56:57.4989706Z 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:56:57.4990335Z 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:56:57.4991527Z 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:56:57.4992264Z 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:56:57.4993272Z 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:56:57.4994184Z 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:56:57.4995994Z 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:56:57.4996462Z 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:56:57.4996899Z 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:56:57.4997732Z 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:56:57.4998518Z 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:56:57.4999942Z 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:56:57.5000695Z 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:56:57.5002313Z 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:56:57.5002948Z 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:56:57.5004570Z 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:56:57.5006164Z 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:56:57.5006591Z 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:56:57.5007404Z 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:56:57.5008280Z 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:56:57.5009341Z 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:56:57.5010415Z 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:56:57.5011589Z 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:56:57.5012582Z 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:56:57.5013465Z 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:56:57.5015270Z 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:56:57.5015734Z 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:56:57.5017227Z 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:56:57.5017925Z 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:56:57.5019154Z 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:56:57.5020007Z 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:56:57.5021453Z 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:56:57.5022294Z 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:56:57.5023648Z 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:56:57.5024470Z 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:56:57.5025611Z 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:56:57.5026300Z 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:56:57.5027485Z 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:56:57.5028526Z 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:56:57.5029617Z 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:56:57.5030577Z 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:56:57.5031406Z 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:56:57.5032400Z 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:56:57.5033634Z 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:56:57.5034639Z 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:56:57.5035881Z 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:56:57.5036821Z 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:56:57.5037854Z 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:56:57.5038647Z 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:56:57.5040104Z 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:56:57.5040553Z 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:56:57.5041869Z 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:56:57.5042600Z 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:56:57.5044052Z 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:56:57.5045023Z 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:56:57.5045867Z 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:56:57.5046768Z 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:56:57.5047566Z 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:56:57.5049085Z 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:56:57.5049828Z 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:56:57.5051175Z 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:56:57.5052079Z 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:56:57.5053329Z 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:56:57.5054205Z 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:56:57.5054981Z 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:56:57.5056165Z 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:56:57.5057225Z 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:56:57.5058240Z 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:56:57.5059234Z 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:56:57.5060114Z 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:56:57.5061280Z 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:56:57.5062746Z 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:56:57.5063477Z 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:56:57.5064470Z 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:56:57.5065441Z 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:56:57.5066524Z 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:56:57.5067667Z 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:56:57.5068471Z 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:56:57.5069622Z 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:56:57.5070672Z 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:56:57.5071543Z 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:56:57.5072397Z 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:56:57.5073412Z 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:56:57.5074472Z 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:56:57.5075320Z 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:56:57.5076385Z 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:56:57.5077311Z 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:56:57.5078504Z 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:56:57.5079393Z 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:56:57.5080864Z 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:56:57.5081538Z 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:56:57.5082561Z 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:56:57.5083385Z 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:56:57.5084297Z 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:56:57.5085808Z 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:56:57.5086388Z 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:56:57.5088067Z 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:56:57.5088757Z 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:56:57.5090077Z 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:56:57.5090790Z 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:56:57.5092177Z 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:56:57.5093047Z 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:56:57.5094258Z 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:56:57.5095053Z 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:56:57.5096007Z 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:56:57.5096653Z 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:56:57.5097998Z 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:56:57.5098539Z 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:56:57.5099467Z 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:56:57.5100985Z 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:56:57.5101582Z 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:56:57.5102690Z 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:56:57.5103536Z 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:56:57.5104791Z 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:56:57.5105277Z 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:56:57.5107963Z 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:56:57.5108659Z 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:56:57.5109079Z 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:56:57.5109876Z 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:56:57.5110570Z 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:56:57.5111731Z 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:56:57.5112524Z 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:56:57.5113350Z 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:56:57.5114480Z 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:56:57.5115132Z 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:56:57.5116132Z 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:56:57.5117311Z 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:56:57.5118272Z 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:56:57.5119222Z 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:56:57.5120219Z 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:56:57.5121203Z 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:56:57.5122560Z 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:56:57.5123510Z 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:56:57.5124548Z 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:56:57.5126085Z 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:56:57.5126945Z 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:56:57.5128464Z 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:56:57.5129282Z 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:56:57.5129781Z 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:56:57.5131781Z 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:56:57.5132307Z 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:56:57.5133031Z 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:56:57.5133710Z 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:56:57.5134496Z 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:56:57.5135644Z 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:56:57.5136484Z 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:56:57.5137327Z 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:56:57.5138296Z 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:56:57.5139085Z 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:56:57.5140108Z 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:56:57.5141249Z 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:56:57.5142220Z 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:56:57.5143225Z 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:56:57.5144685Z 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:56:57.5145591Z 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:56:57.5146341Z 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:56:57.5147762Z 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:56:57.5148236Z 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:56:57.5149762Z 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:56:57.5150231Z 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:56:57.5151202Z 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:56:57.5152128Z 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:56:57.5153704Z 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:56:57.5154422Z 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:56:57.5155374Z 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:56:57.5156292Z 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:56:57.5157473Z 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:56:57.5158294Z 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:56:57.5159606Z 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:56:57.5160533Z 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:56:57.5161298Z 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:56:57.5162696Z 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:56:57.5163384Z 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:56:57.5164908Z 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:56:57.5165551Z 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:56:57.5166969Z 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:56:57.5167389Z 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:56:57.5168848Z 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:56:57.5169822Z 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:56:57.5170833Z 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:56:57.5171746Z 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:56:57.5172401Z 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:56:57.5173618Z 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:56:57.5174536Z 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:56:57.5175367Z 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:56:57.5176893Z 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:56:57.5177654Z 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:56:57.5178365Z 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:56:57.5179335Z 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:56:57.5180377Z 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:56:57.5181277Z 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:56:57.5182230Z 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:56:57.5183184Z 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:56:57.5183944Z 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:56:57.5184766Z 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:56:57.5185778Z 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:56:57.5186528Z 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:56:57.5187501Z 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:56:57.5188436Z 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:56:57.5189229Z 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:56:57.5190370Z 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:56:57.5191183Z 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:56:57.5192479Z 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:56:57.5193176Z 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:56:57.5194718Z 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:56:57.5195481Z 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:56:57.5196386Z 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:56:57.5197433Z 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:56:57.5198397Z 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:56:57.5199151Z 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:56:57.5200329Z 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:56:57.5201517Z 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:56:57.5202315Z 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:56:57.5203362Z 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:56:57.5204753Z 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:56:57.5205380Z 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:56:57.5206620Z 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:56:57.5208082Z 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:56:57.5208826Z 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:56:57.5210732Z 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:56:57.5211546Z 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:56:57.5212165Z 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:56:57.5212999Z 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:56:57.5213665Z 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:56:57.5214773Z 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:56:57.5215793Z 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:56:57.5216487Z 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:56:57.5218275Z 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:56:57.5218748Z 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:56:57.5219664Z 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:56:57.5220512Z 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:56:57.5221612Z 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:56:57.5222565Z 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:56:57.5223976Z 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:56:57.5224611Z 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:56:57.5225696Z 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:56:57.5226685Z 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:56:57.5227982Z 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:56:57.5228990Z 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:56:57.5229899Z 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:56:57.5231134Z 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:56:57.5232616Z 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:56:57.5233696Z 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:56:57.5234498Z 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:56:57.5235880Z 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:56:57.5236624Z 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:56:57.5237940Z 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:56:57.5238507Z 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:56:57.5239860Z 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:56:57.5240969Z 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:56:57.5242330Z 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:56:57.5243237Z 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:56:57.5244441Z 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:56:57.5245434Z 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:56:57.5246678Z 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:56:57.5247476Z 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:56:57.5248702Z 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:56:57.5249755Z 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:56:57.5250908Z 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:56:57.5251965Z 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:56:57.5252583Z 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:56:57.5253731Z 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:56:57.5254809Z 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:56:57.5255619Z 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:56:57.5256602Z 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:56:57.5257848Z 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:56:57.5258556Z 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:56:57.5259493Z 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:56:57.5260320Z 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:56:57.5261555Z 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:56:57.5262353Z 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:56:57.5263561Z 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:56:57.5264467Z 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:56:57.5265337Z 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:56:57.5266438Z 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:56:57.5267508Z 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:56:57.5268478Z 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:56:57.5269318Z 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:56:57.5270774Z 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:56:57.5271634Z 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:56:57.5272377Z 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:56:57.5274064Z 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:56:57.5274890Z 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:56:57.5276107Z 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:56:57.5276963Z 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:56:57.5277904Z 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:56:57.5279049Z 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:56:57.5279984Z 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:56:57.5280943Z 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:56:57.5281907Z 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:56:57.5282965Z 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:56:57.5284035Z 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:56:57.5285614Z 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:56:57.5286562Z 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:56:57.5287984Z 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:56:57.5288816Z 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:56:57.5289760Z 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:56:57.5290717Z 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:56:57.5291995Z 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:56:57.5293485Z 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:56:57.5293813Z 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:56:57.5295572Z 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:56:57.5296111Z 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:56:57.5296853Z 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:56:57.5297518Z 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:56:57.5299239Z 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:56:57.5299743Z 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:56:57.5300916Z 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:56:57.5301663Z 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:56:57.5302598Z 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:56:57.5303386Z 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:56:57.5304261Z 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:56:57.5306120Z 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:56:57.5306561Z 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:56:57.5307262Z 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:56:57.5308251Z 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:56:57.5309147Z 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:56:57.5309967Z 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:56:57.5310824Z 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:56:57.5311498Z 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:56:57.5312348Z 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:56:57.5313809Z 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:56:57.5314274Z 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:56:57.5315310Z 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:56:57.5315843Z 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:56:57.5317127Z 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:56:57.5318224Z 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:56:57.5318837Z 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:56:57.5320446Z 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:56:57.5320962Z 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:56:57.5322073Z 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:56:57.5322882Z 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:56:57.5324241Z 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:56:57.5324896Z 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:56:57.5326205Z 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:56:57.5326761Z 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:56:57.5329590Z 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:56:57.5330332Z 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:56:57.5331393Z 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:56:57.5332343Z 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:56:57.5333187Z 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:56:57.5334192Z 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:56:57.5335278Z 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:56:57.5336517Z 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:56:57.5337307Z 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:56:57.5339019Z 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:56:57.5339829Z 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:56:57.5340841Z 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:56:57.5341575Z 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:56:57.5342636Z 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:56:57.5343583Z 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:56:57.5344434Z 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:56:57.5345479Z 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:56:57.5346291Z 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:56:57.5347241Z 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:56:57.5348238Z 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:56:57.5349114Z 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:56:57.5349935Z 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:56:57.5351417Z 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:56:57.5352355Z 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:56:57.5353286Z 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:56:57.5354949Z 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:56:57.5355337Z 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:56:57.5356720Z 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:56:57.5357343Z 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:56:57.5357853Z 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:56:57.5359505Z 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:56:57.5359901Z 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:56:57.5361146Z 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:56:57.5361975Z 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:56:57.5362853Z 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:56:57.5363665Z 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:56:57.5364713Z 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:56:57.5365590Z 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:56:57.5366403Z 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:56:57.5367353Z 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:56:57.5368076Z 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:56:57.5369213Z 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:56:57.5369962Z 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:56:57.5370832Z 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:56:57.5371688Z 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:56:57.5372464Z 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:56:57.5373505Z 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:56:57.5374201Z 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:56:57.5375130Z 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:56:57.5375884Z 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:56:57.5376724Z 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:56:57.5377627Z 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:56:57.5378359Z 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:56:57.5379529Z 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:56:57.5380268Z 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:56:57.5381435Z 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:56:57.5382077Z 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:56:57.5383107Z 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:56:57.5383766Z 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:56:57.5384702Z 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:56:57.5385526Z 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:56:57.5386311Z 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:56:57.5387172Z 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:56:57.5388086Z 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:56:57.5388984Z 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:56:57.5389919Z 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:56:57.5390627Z 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:56:57.5391552Z 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:56:57.5392278Z 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:56:57.5393220Z 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:56:57.5394008Z 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:56:57.5395006Z 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:56:57.5395677Z 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:56:57.5397109Z 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:56:57.5397827Z 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:56:57.5398841Z 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:56:57.5399648Z 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:56:57.5400472Z 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:56:57.5401274Z 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:56:57.5402178Z 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:56:57.5402935Z 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:56:57.5404074Z 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:56:57.5404721Z 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:56:57.5405945Z 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:56:57.5407262Z 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:56:57.5407953Z 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:56:57.5408784Z 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:56:57.5410079Z 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:56:57.5410909Z 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:56:57.5411769Z 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:56:57.5412842Z 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:56:57.5413725Z 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:56:57.5414733Z 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:56:57.5415431Z 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:56:57.5416341Z 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:56:57.5417146Z 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:56:57.5418073Z 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:56:57.5418815Z 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:56:57.5420089Z 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:56:57.5420691Z 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:56:57.5421611Z 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:56:57.5422603Z 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:56:57.5423406Z 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:56:57.5424072Z 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:56:57.5424993Z 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:56:57.5425708Z 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:56:57.5426823Z 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:56:57.5427429Z 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:56:57.5428410Z 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:56:57.5429243Z 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:56:57.5430104Z 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:56:57.5430970Z 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:56:57.5431786Z 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:56:57.5433085Z 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:56:57.5433946Z 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:56:57.5435111Z 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:56:57.5435739Z 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:56:57.5436639Z 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:56:57.5437585Z 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:56:57.5438504Z 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:56:57.5439473Z 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:56:57.5440574Z 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:56:57.5441687Z 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:56:57.5442790Z 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:56:57.5443704Z 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:56:57.5444769Z 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:56:57.5446579Z 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:56:57.5447546Z 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:56:57.5448435Z 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:56:57.5449229Z 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:56:57.5450207Z 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:56:57.5451064Z 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:56:57.5452419Z 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:56:57.5453135Z 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:56:57.5453884Z 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:56:57.5454787Z 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:56:57.5455572Z 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:56:57.5456906Z 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:56:57.5458238Z 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:56:57.5459099Z 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:56:57.5459850Z 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:56:57.5460796Z 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:56:57.5461532Z 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:56:57.5462320Z 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:56:57.5463181Z 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:56:57.5464137Z 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:56:57.5465020Z 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:56:57.5465962Z 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:56:57.5466847Z 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:56:57.5467829Z 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:56:57.5468801Z 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:56:57.5469558Z 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:56:57.5470862Z 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:56:57.5471363Z 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:56:57.5472343Z 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:56:57.5473455Z 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:56:57.5474530Z 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:56:57.5475833Z 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:56:57.5476374Z 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:56:57.5477315Z 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:56:57.5478368Z 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:56:57.5479243Z 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:56:57.5480239Z 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:56:57.5481349Z 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:56:57.5482332Z 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:56:57.5483369Z 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:56:57.5485011Z 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:56:57.5487600Z 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:56:57.5488319Z 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:56:57.5489065Z 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:56:57.5490190Z 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:56:57.5491205Z 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:56:57.5492292Z 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:56:57.5493061Z 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:56:57.5493978Z 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:56:57.5495311Z 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:56:57.5496227Z 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:56:57.5497241Z 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:56:57.5498128Z 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:56:57.5499132Z 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:56:57.5500824Z 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:56:57.5501294Z 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:56:57.5502350Z 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:56:57.5503526Z 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:56:57.5504354Z 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:56:57.5505281Z 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:56:57.5506330Z 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:56:57.5507281Z 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:56:57.5509312Z 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:56:57.5509720Z 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:56:57.5510461Z 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:56:57.5511979Z 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:56:57.5512663Z 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:56:57.5513361Z 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:56:57.5514354Z 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:56:57.5514871Z 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:56:57.5515967Z 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:56:57.5516719Z 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:56:57.5517664Z 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:56:57.5518598Z 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:56:57.5519588Z 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:56:57.5520947Z 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:56:57.5521799Z 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:56:57.5522925Z 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:56:57.5524327Z 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:56:57.5525019Z 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:56:57.5526224Z 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:56:57.5527349Z 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:56:57.5528417Z 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:56:57.5529338Z 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:56:57.5530637Z 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:56:57.5531418Z 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:56:57.5532410Z 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:56:57.5533483Z 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:56:57.5534709Z 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:56:57.5535481Z 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:56:57.5537034Z 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:56:57.5537855Z 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:56:57.5538739Z 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:56:57.5540362Z 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:56:57.5541218Z 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:56:57.5542131Z 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:56:57.5543554Z 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:56:57.5544288Z 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:56:57.5545857Z 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:56:57.5546955Z 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:56:57.5547972Z 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:56:57.5549119Z 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:56:57.5550490Z 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:56:57.5551483Z 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:56:57.5552606Z 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:56:57.5553835Z 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:56:57.5555256Z 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:56:57.5556343Z 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:56:57.5557420Z 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:56:57.5558611Z 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:56:57.5559811Z 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:56:57.5560867Z 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:56:57.5562726Z 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:56:57.5563581Z 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:56:57.5564676Z 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:56:57.5565845Z 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:56:57.5566888Z 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:56:57.5568093Z 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:56:57.5569481Z 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:56:57.5570528Z 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:56:57.5571749Z 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:56:57.5572929Z 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:56:57.5574169Z 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:56:57.5575295Z 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:56:57.5576418Z 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:56:57.5577785Z 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:56:57.5579118Z 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:56:57.5580267Z 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:56:57.5581406Z 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:56:57.5582530Z 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:56:57.5583743Z 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:56:57.5584992Z 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:56:57.5586165Z 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:56:57.5587495Z 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:56:57.5588499Z 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:56:57.5589725Z 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:56:57.5590909Z 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:56:57.5592240Z 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:56:57.5593305Z 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:56:57.5595309Z 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:56:57.5596079Z 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:56:57.5597568Z 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:56:57.5598742Z 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:56:57.5600000Z 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:56:57.5601133Z 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:56:57.5602310Z 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:56:57.5603497Z 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:56:57.5605032Z 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:56:57.5607285Z 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:56:57.5608110Z 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:56:57.5609256Z 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:56:57.5610581Z 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:56:57.5611757Z 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:56:57.5612998Z 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:56:57.5614075Z 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:56:57.5615184Z 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:56:57.5616558Z 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:56:57.5617849Z 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:56:57.5619124Z 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:56:57.5620304Z 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:56:57.5621517Z 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:56:57.5622839Z 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:56:57.5624031Z 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:56:57.5625127Z 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:56:57.5626373Z 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:56:57.5627827Z 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:56:57.5629204Z 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:56:57.5630259Z 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:56:57.5631600Z 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:56:57.5632741Z 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:56:57.5633837Z 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:56:57.5636449Z 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:56:57.5637364Z 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:56:57.5638387Z 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:56:57.5639296Z 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:56:57.5640189Z 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:56:57.5641047Z 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:56:57.5641882Z 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:56:57.5643213Z 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:56:57.5644487Z 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:56:57.5645788Z 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:56:57.5647095Z 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:56:57.5648205Z 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:56:57.5649461Z 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:56:57.5650697Z 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:56:57.5651750Z 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:56:57.5653882Z 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:56:57.5654596Z 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:56:57.5655339Z 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:56:57.5656339Z 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:56:57.5657496Z 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:56:57.5658847Z 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:56:57.5660144Z 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:56:57.5661463Z 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:56:57.5662650Z 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:56:57.5663879Z 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:56:57.5664895Z 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:56:57.5666095Z 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:56:57.5667478Z 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:56:57.5668673Z 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:56:57.5669909Z 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:56:57.5671012Z 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:56:57.5672220Z 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:56:57.5674182Z 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:56:57.5675073Z 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:56:57.5676383Z 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:56:57.5677734Z 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:56:57.5678804Z 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:56:57.5679887Z 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:56:57.5681095Z 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:56:57.5682550Z 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:56:57.5683516Z 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:56:57.5684753Z 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:56:57.5686005Z 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:56:57.5687228Z 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:56:57.5688797Z 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:56:57.5689616Z 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:56:57.5690761Z 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:56:57.5691798Z 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:56:57.5693056Z 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:56:57.5694288Z 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:56:57.5695321Z 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:56:57.5696717Z 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:56:57.5697813Z 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:56:57.5699028Z 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:56:57.5700245Z 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:56:57.5701340Z 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:56:57.5703293Z 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:56:57.5703876Z 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:56:57.5704821Z 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:56:57.5706072Z 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:56:57.5707271Z 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:56:57.5708437Z 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:56:57.5709900Z 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:56:57.5711056Z 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:56:57.5712297Z 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:56:57.5713477Z 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:56:57.5714680Z 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:56:57.5715911Z 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:56:57.5717015Z 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:56:57.5718101Z 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:56:57.5719277Z 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:56:57.5720584Z 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:56:57.5721645Z 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:56:57.5722840Z 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:56:57.5724114Z 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:56:57.5725267Z 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:56:57.5726631Z 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:56:57.5727937Z 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:56:57.5729143Z 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:56:57.5730216Z 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:56:57.5731285Z 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:56:57.5732699Z 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:56:57.5733803Z 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:56:57.5734995Z 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:56:57.5736007Z 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:56:57.5737122Z 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:56:57.5738338Z 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:56:57.5739487Z 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:56:57.5740662Z 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:56:57.5741876Z 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:56:57.5742931Z 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:56:57.5744109Z 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:56:57.5745306Z 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:56:57.5746457Z 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:56:57.5748006Z 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:56:57.5749189Z 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:56:57.5751034Z 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:56:57.5752109Z 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:56:57.5753505Z 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:56:57.5754635Z 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:56:57.5755674Z 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:56:57.5756805Z 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:56:57.5758313Z 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:56:57.5759153Z 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:56:57.5760272Z 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:56:57.5761594Z 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:56:57.5762744Z 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:56:57.5763962Z 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:56:57.5765068Z 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:56:57.5766287Z 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:56:57.5767542Z 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:56:57.5768748Z 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:56:57.5770092Z 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:56:57.5771274Z 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:56:57.5772474Z 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:56:57.5773684Z 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:56:57.5774786Z 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:56:57.5775985Z 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:56:57.5777191Z 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:56:57.5778327Z 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:56:57.5779921Z 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:56:57.5780706Z 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:56:57.5781981Z 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:56:57.5783178Z 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:56:57.5784427Z 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:56:57.5785471Z 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:56:57.5786576Z 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:56:57.5787808Z 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:56:57.5788974Z 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:56:57.5790276Z 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:56:57.5791452Z 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:56:57.5792830Z 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:56:57.5793919Z 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:56:57.5795004Z 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:56:57.5796111Z 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:56:57.5797349Z 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:56:57.5798647Z 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:56:57.5799831Z 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:56:57.5800962Z 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:56:57.5802097Z 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:56:57.5803435Z 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:56:57.5805042Z 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:56:57.5807240Z 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:56:57.5808102Z 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:56:57.5809229Z 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:56:57.5810358Z 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:56:57.5811876Z 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:56:57.5812900Z 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:56:57.5814058Z 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:56:57.5815220Z 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:56:57.5816423Z 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:56:57.5817465Z 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:56:57.5819664Z 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:56:57.5820426Z 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:56:57.5821146Z 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:56:57.5822085Z 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:56:57.5823316Z 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:56:57.5824392Z 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:56:57.5825653Z 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:56:57.5826862Z 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:56:57.5828668Z 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:56:57.5830057Z 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:56:57.5831123Z 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:56:57.5832252Z 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:56:57.5833548Z 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:56:57.5834788Z 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:56:57.5835922Z 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:56:57.5837066Z 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:56:57.5839056Z 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:56:57.5840018Z 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:56:57.5840784Z 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:56:57.5841536Z 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:56:57.5842603Z 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:56:57.5843249Z 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:56:57.5845407Z 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:56:57.5845874Z 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:56:57.5846878Z 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:56:57.5847601Z 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:56:57.5848980Z 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:56:57.5849360Z 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:56:57.5850605Z 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:56:57.5851349Z 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:56:57.5852188Z 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:56:57.5853069Z 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:56:57.5854579Z 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:56:57.5855108Z 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:56:57.5856571Z 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:56:57.5857479Z 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:56:57.5858553Z 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:56:57.5859488Z 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:56:57.5860663Z 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:56:57.5861008Z 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:56:57.5862398Z 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:56:57.5863243Z 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:56:57.5864225Z 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:56:57.5865377Z 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:56:57.5866298Z 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:56:57.5867492Z 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:56:57.5868364Z 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:56:57.5869842Z 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:56:57.5870259Z 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:56:57.5871743Z 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:56:57.5872627Z 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:56:57.5873426Z 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:56:57.5874392Z 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:56:57.5875403Z 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:56:57.5876693Z 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:56:57.5877242Z 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:56:57.5878241Z 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:56:57.5879158Z 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:56:57.5880159Z 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:56:57.5881714Z 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:56:57.5882049Z 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:56:57.5882984Z 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:56:57.5884159Z 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:56:57.5885295Z 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:56:57.5886086Z 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:56:57.5887639Z 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:56:57.5888422Z 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:56:57.5888991Z 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:56:57.5890072Z 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:56:57.5890969Z 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:56:57.5891916Z 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:56:57.5893068Z 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:56:57.5894615Z 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:56:57.5895239Z 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:56:57.5896030Z 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:56:57.5896998Z 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:56:57.5898391Z 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:56:57.5898954Z 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:56:57.5900047Z 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:56:57.5901000Z 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:56:57.5902309Z 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:56:57.5903388Z 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:56:57.5904183Z 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:56:57.5905049Z 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:56:57.5906276Z 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:56:57.5906996Z 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:56:57.5907994Z 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:56:57.5908982Z 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:56:57.5910053Z 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:56:57.5911023Z 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:56:57.5911878Z 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:56:57.5913255Z 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:56:57.5914171Z 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:56:57.5915841Z 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:56:57.5916609Z 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:56:57.5917501Z 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:56:57.5918141Z 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:56:57.5919628Z 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:56:57.5920626Z 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:56:57.5921514Z 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:56:57.5922511Z 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:56:57.5923511Z 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:56:57.5924596Z 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:56:57.5925779Z 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:56:57.5926681Z 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:56:57.5927671Z 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:56:57.5928794Z 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:56:57.5929758Z 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:56:57.5930757Z 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:56:57.5931717Z 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:56:57.5932912Z 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:56:57.5933830Z 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:56:57.5934788Z 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:56:57.5936139Z 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:56:57.5937290Z 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:56:57.5937890Z 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:56:57.5939011Z 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:56:57.5939931Z 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:56:57.5941035Z 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:56:57.5941786Z 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:56:57.5943081Z 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:56:57.5944263Z 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:56:57.5944862Z 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:56:57.5945827Z 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:56:57.5946966Z 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:56:57.5948094Z 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:56:57.5949370Z 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:56:57.5949762Z 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:56:57.5951354Z 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:56:57.5951948Z 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:56:57.5953221Z 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:56:57.5954002Z 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:56:57.5955094Z 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:56:57.5956279Z 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:56:57.5956784Z 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:56:57.5958209Z 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:56:57.5959264Z 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:56:57.5960674Z 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:56:57.5962724Z 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:56:57.5963193Z 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:56:57.5964446Z 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:56:57.5964918Z 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:56:57.5967162Z 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:56:57.5967602Z 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:56:57.5968436Z 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:56:57.5970316Z 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:56:57.5971056Z 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:56:57.5972096Z 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:56:57.5973337Z 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:56:57.5974755Z 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:56:57.5975922Z 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:56:57.5977053Z 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:56:57.5978166Z 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:56:57.5979429Z 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:56:57.5980554Z 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:56:57.5981858Z 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:56:57.5983014Z 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:56:57.5984178Z 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:56:57.5985477Z 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:56:57.5986678Z 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:56:57.5987750Z 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:56:57.5989015Z 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:56:57.5990284Z 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:56:57.5992536Z 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:56:57.5993001Z 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:56:57.5993695Z 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:56:57.5994725Z 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:56:57.5995551Z 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:56:57.5996484Z 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:56:57.5997498Z 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:56:57.5998615Z 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:56:57.5999879Z 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:56:57.6000517Z 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:56:57.6001468Z 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:56:57.6002453Z 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:56:57.6003872Z 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:56:57.6004913Z 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:56:57.6005703Z 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:56:57.6006664Z 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:56:57.6007702Z 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:56:57.6008579Z 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:56:57.6009534Z 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:56:57.6010497Z 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:56:57.6011807Z 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:56:57.6012673Z 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:56:57.6013978Z 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:56:57.6014751Z 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:56:57.6015860Z 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:56:57.6016544Z 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:56:57.6017575Z 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:56:57.6018756Z 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:56:57.6019696Z 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:56:57.6020825Z 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:56:57.6021598Z 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:56:57.6022941Z 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:56:57.6023625Z 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:56:57.6025112Z 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:56:57.6025913Z 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:56:57.6026741Z 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:56:57.6027265Z 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:56:57.6028943Z 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:56:57.6030074Z 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:56:57.6031026Z 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:56:57.6031956Z 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:56:57.6032561Z 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:56:57.6033506Z 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:56:57.6034517Z 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:56:57.6035543Z 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:56:57.6036620Z 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:56:57.6038145Z 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:56:57.6039064Z 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:56:57.6040022Z 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:56:57.6042226Z 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:56:57.6042851Z 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:56:57.6043517Z 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:56:57.6044678Z 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:56:57.6046442Z 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:56:57.6047561Z 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:56:57.6048505Z 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:56:57.6049648Z 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:56:57.6050914Z 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:56:57.6052334Z 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:56:57.6053309Z 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:56:57.6054578Z 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:56:57.6055745Z 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:56:57.6056997Z 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:56:57.6058245Z 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:56:57.6059361Z 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:56:57.6060601Z 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:56:57.6061958Z 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:56:57.6062949Z 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:56:57.6064197Z 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:56:57.6065217Z 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:56:57.6066564Z 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:56:57.6067747Z 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:56:57.6069023Z 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:56:57.6070187Z 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:56:57.6071492Z 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:56:57.6072619Z 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:56:57.6073792Z 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:56:57.6074925Z 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:56:57.6076300Z 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:56:57.6077560Z 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:56:57.6078560Z 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:56:57.6079720Z 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:56:57.6080926Z 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:56:57.6082151Z 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:56:57.6083212Z 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:56:57.6084797Z 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:56:57.6086006Z 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:56:57.6087173Z 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:56:57.6088415Z 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:56:57.6089755Z 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:56:57.6090837Z 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:56:57.6092016Z 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:56:57.6093195Z 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:56:57.6094513Z 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:56:57.6095729Z 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:56:57.6096738Z 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:56:57.6097878Z 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:56:57.6099087Z 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:56:57.6100223Z 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:56:57.6101387Z 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:56:57.6102573Z 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:56:57.6104706Z 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:56:57.6105534Z 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:56:57.6106735Z 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:56:57.6108283Z 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:56:57.6109269Z 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:56:57.6110484Z 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:56:57.6111578Z 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:56:57.6112747Z 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:56:57.6113956Z 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:56:57.6115291Z 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:56:57.6116607Z 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:56:57.6117738Z 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:56:57.6119173Z 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:56:57.6120150Z 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:56:57.6121374Z 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:56:57.6122556Z 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:56:57.6123926Z 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:56:57.6125048Z 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:56:57.6127342Z 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:56:57.6128481Z 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:56:57.6129775Z 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:56:57.6131043Z 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:56:57.6132332Z 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:56:57.6133425Z 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:56:57.6134499Z 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:56:57.6135667Z 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:56:57.6136978Z 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:56:57.6138318Z 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:56:57.6139228Z 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:56:57.6140505Z 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:56:57.6141863Z 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:56:57.6143005Z 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:56:57.6144233Z 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:56:57.6145387Z 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:56:57.6146732Z 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:56:57.6148144Z 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:56:57.6149173Z 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:56:57.6150615Z 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:56:57.6151629Z 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:56:57.6152825Z 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:56:57.6154290Z 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:56:57.6156098Z 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:56:57.6156652Z 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:56:57.6157969Z 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:56:57.6159024Z 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:56:57.6160159Z 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:56:57.6161276Z 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:56:57.6162581Z 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:56:57.6163612Z 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:56:57.6164940Z 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:56:57.6166130Z 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:56:57.6167390Z 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:56:57.6168443Z 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:56:57.6169775Z 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:56:57.6171026Z 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:56:57.6172458Z 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:56:57.6173684Z 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:56:57.6174693Z 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:56:57.6175909Z 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:56:57.6177147Z 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:56:57.6178389Z 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:56:57.6179617Z 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:56:57.6180863Z 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:56:57.6182115Z 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:56:57.6184375Z 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:56:57.6185134Z 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:56:57.6186475Z 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:56:57.6187537Z 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:56:57.6188818Z 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:56:57.6190026Z 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:56:57.6191232Z 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:56:57.6192391Z 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:56:57.6193563Z 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:56:57.6194818Z 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:56:57.6195989Z 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:56:57.6197137Z 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:56:57.6198447Z 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:56:57.6199514Z 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:56:57.6200735Z 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:56:57.6201885Z 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:56:57.6203266Z 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:56:57.6204443Z 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:56:57.6205593Z 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:56:57.6206703Z 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:56:57.6207892Z 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:56:57.6209127Z 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:56:57.6210333Z 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:56:57.6211392Z 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:56:57.6212898Z 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:56:57.6214091Z 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:56:57.6215199Z 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:56:57.6216538Z 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:56:57.6217796Z 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:56:57.6218901Z 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:56:57.6220033Z 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:56:57.6221327Z 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:56:57.6222425Z 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:56:57.6223636Z 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:56:57.6224769Z 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:56:57.6225838Z 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:56:57.6227149Z 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:56:57.6228367Z 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:56:57.6229628Z 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:56:57.6230692Z 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:56:57.6231858Z 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:56:57.6233404Z 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:56:57.6234422Z 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:56:57.6235651Z 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:56:57.6236755Z 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:56:57.6238112Z 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:56:57.6239270Z 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:56:57.6240426Z 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:56:57.6241619Z 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:56:57.6242934Z 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:56:57.6244232Z 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:56:57.6245542Z 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:56:57.6246499Z 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:56:57.6247734Z 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:56:57.6248791Z 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:56:57.6250296Z 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:56:57.6251377Z 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:56:57.6252789Z 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:56:57.6253821Z 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:56:57.6254903Z 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:56:57.6256117Z 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:56:57.6257454Z 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:56:57.6258526Z 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:56:57.6259527Z 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:56:57.6261199Z 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:56:57.6262395Z 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:56:57.6263686Z 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:56:57.6264876Z 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:56:57.6266168Z 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:56:57.6267743Z 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:56:57.6268541Z 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:56:57.6269702Z 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:56:57.6270876Z 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:56:57.6272091Z 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:56:57.6273169Z 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:56:57.6274360Z 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:56:57.6275638Z 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:56:57.6276833Z 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:56:57.6277763Z 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:56:57.6279166Z 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:56:57.6280147Z 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:56:57.6281357Z 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:56:57.6282435Z 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:56:57.6283699Z 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:56:57.6284908Z 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:56:57.6286939Z 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:56:57.6288086Z 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:56:57.6289333Z 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:56:57.6290743Z 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:56:57.6291900Z 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:56:57.6293186Z 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:56:57.6294441Z 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:56:57.6295692Z 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:56:57.6297076Z 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:56:57.6298148Z 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:56:57.6299287Z 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:56:57.6300418Z 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:56:57.6301707Z 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:56:57.6302771Z 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:56:57.6304268Z 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:56:57.6305194Z 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:56:57.6306365Z 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:56:57.6307479Z 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:56:57.6308746Z 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:56:57.6309921Z 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:56:57.6311060Z 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:56:57.6312252Z 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:56:57.6313472Z 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:56:57.6314600Z 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:56:57.6315766Z 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:56:57.6316922Z 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:56:57.6318055Z 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:56:57.6319424Z 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:56:57.6320834Z 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:56:57.6321783Z 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:56:57.6322943Z 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:56:57.6324246Z 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:56:57.6325529Z 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:56:57.6326945Z 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:56:57.6328201Z 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:56:57.6329286Z 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:56:57.6330623Z 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:56:57.6331793Z 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:56:57.6332833Z 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:56:57.6334073Z 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:56:57.6335455Z 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:56:57.6336650Z 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:56:57.6337888Z 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:56:57.6339530Z 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:56:57.6340701Z 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:56:57.6341859Z 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:56:57.6343244Z 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:56:57.6344162Z 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:56:57.6345354Z 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:56:57.6346581Z 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:56:57.6347939Z 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:56:57.6349110Z 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:56:57.6350216Z 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:56:57.6351390Z 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:56:57.6352741Z 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:56:57.6353810Z 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:56:57.6354984Z 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:56:57.6356180Z 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:56:57.6357406Z 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:56:57.6358798Z 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:56:57.6359932Z 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:56:57.6361071Z 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:56:57.6362383Z 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:56:57.6363424Z 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:56:57.6364747Z 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:56:57.6366092Z 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:56:57.6366856Z 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:56:57.6368258Z 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:56:57.6369041Z 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:56:57.6370366Z 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:56:57.6371173Z 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:56:57.6372569Z 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:56:57.6373906Z 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:56:57.6374751Z 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:56:57.6375942Z 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:56:57.6377342Z 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:56:57.6377933Z 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:56:57.6379535Z 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:56:57.6380327Z 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:56:57.6381743Z 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:56:57.6383033Z 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:56:57.6384080Z 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:56:57.6385173Z 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:56:57.6386298Z 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:56:57.6387687Z 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:56:57.6388792Z 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:56:57.6390070Z 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:56:57.6391199Z 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:56:57.6392355Z 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:56:57.6393600Z 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:56:57.6394826Z 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:56:57.6396164Z 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:56:57.6397396Z 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:56:57.6399981Z 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:56:57.6400627Z 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:56:57.6401243Z 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:56:57.6402139Z 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:56:57.6403460Z 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:56:57.6410000Z 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:56:57.6410586Z 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:56:57.6411163Z 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:56:57.6411836Z 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:56:57.6412428Z 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:56:57.6413128Z 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:56:57.6413693Z 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:56:57.6414398Z 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:56:57.6414993Z 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:56:57.6415586Z 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:56:57.6416186Z 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:56:57.6417269Z 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:56:57.6418264Z 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:56:57.6419494Z 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:56:57.6420678Z 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:56:57.6422203Z 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:56:57.6423937Z 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:56:57.6424522Z 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:56:57.6425445Z 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:56:57.6426817Z 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:56:57.6427808Z 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:56:57.6429132Z 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:56:57.6430302Z 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:56:57.6431789Z 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:56:57.6432961Z 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:56:57.6434208Z 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:56:57.6435338Z 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:56:57.6436444Z 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:56:57.6437574Z 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:56:57.6438794Z 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:56:57.6439912Z 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:56:57.6441146Z 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:56:57.6442508Z 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:56:57.6443703Z 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:56:57.6444890Z 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:56:57.6446022Z 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:56:57.6447189Z 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:56:57.6448246Z 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:56:57.6449152Z 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:56:57.6449991Z 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:56:57.6451425Z 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:56:57.6451919Z 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:56:57.6454029Z 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:56:57.6454695Z 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:56:57.6455322Z 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:56:57.6456083Z 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:56:57.6456783Z 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:56:57.6457729Z 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:56:57.6458827Z 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:56:57.6460016Z 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:56:57.6461097Z 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:56:57.6462280Z 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:56:57.6462818Z 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:56:57.6463930Z 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:56:57.6464871Z 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:56:57.6465868Z 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:56:57.6466932Z 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:56:57.6467960Z 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:56:57.6469234Z 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:56:57.6469841Z 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:56:57.6471063Z 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:56:57.6471792Z 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:56:57.6472772Z 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:56:57.6473751Z 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:56:57.6474707Z 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:56:57.6475496Z 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:56:57.6476867Z 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:56:57.6477871Z 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:56:57.6478809Z 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:56:57.6479736Z 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:56:57.6480557Z 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:56:57.6482624Z 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:56:57.6483176Z 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:56:57.6484630Z 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:56:57.6485289Z 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:56:57.6486412Z 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:56:57.6487467Z 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:56:57.6488452Z 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:56:57.6489409Z 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:56:57.6490210Z 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:56:57.6491366Z 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:56:57.6492248Z 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:56:57.6493040Z 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:56:57.6494519Z 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:56:57.6495439Z 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:56:57.6496405Z 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:56:57.6497436Z 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:56:57.6498383Z 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:56:57.6499849Z 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:56:57.6500703Z 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:56:57.6502077Z 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:56:57.6502739Z 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:56:57.6503466Z 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:56:57.6504448Z 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:56:57.6505162Z 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:56:57.6506025Z 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:56:57.6506993Z 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:56:57.6507972Z 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:56:57.6509007Z 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:56:57.6510436Z 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:56:57.6511431Z 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:56:57.6512533Z 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:56:57.6513356Z 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:56:57.6514403Z 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:56:57.6515421Z 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:56:57.6516364Z 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:56:57.6517776Z 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:56:57.6518215Z 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:56:57.6519672Z 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:56:57.6520440Z 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:56:57.6521250Z 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:56:57.6522879Z 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:56:57.6523216Z 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:56:57.6524569Z 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:56:57.6525469Z 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:56:57.6527295Z 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:56:57.6527822Z 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:56:57.6528516Z 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:56:57.6529550Z 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:56:57.6530374Z 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:56:57.6531403Z 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:56:57.6533367Z 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:56:57.6534044Z 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:56:57.6534558Z 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:56:57.6535675Z 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:56:57.6536530Z 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:56:57.6537992Z 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:56:57.6538966Z 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:56:57.6540726Z 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:56:57.6541127Z 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:56:57.6541640Z 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:56:57.6543073Z 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:56:57.6543915Z 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:56:57.6544734Z 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:56:57.6545675Z 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:56:57.6546523Z 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:56:57.6548058Z 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:56:57.6549200Z 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:56:57.6550108Z 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:56:57.6551118Z 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:56:57.6552136Z 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:56:57.6553200Z 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:56:57.6554326Z 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:56:57.6555583Z 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:56:57.6556019Z 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:56:57.6557069Z 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:56:57.6558129Z 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:56:57.6558898Z 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:56:57.6559916Z 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:56:57.6561301Z 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:56:57.6562128Z 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:56:57.6563458Z 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:56:57.6564280Z 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:56:57.6565472Z 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:56:57.6566129Z 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:56:57.6567342Z 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:56:57.6568040Z 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:56:57.6569225Z 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:56:57.6571566Z 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:56:57.6571883Z 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:56:57.6572618Z 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:56:57.6573316Z 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:56:57.6574185Z 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:56:57.6575136Z 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:56:57.6576038Z 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:56:57.6576958Z 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:56:57.6577912Z 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:56:57.6578884Z 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:56:57.6579913Z 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:56:57.6580984Z 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:56:57.6581782Z 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:56:57.6582792Z 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:56:57.6583718Z 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:56:57.6584662Z 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:56:57.6585585Z 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:56:57.6586638Z 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:56:57.6587713Z 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:56:57.6588661Z 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:56:57.6589465Z 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:56:57.6590520Z 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:56:57.6591243Z 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:56:57.6592458Z 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:56:57.6593574Z 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:56:57.6594539Z 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:56:57.6595441Z 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:56:57.6596225Z 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:56:57.6597268Z 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:56:57.6598163Z 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:56:57.6599260Z 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:56:57.6600010Z 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:56:57.6600987Z 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:56:57.6601657Z 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:56:57.6602761Z 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:56:57.6603694Z 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:56:57.6605339Z 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:56:57.6606041Z 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:56:57.6607044Z 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:56:57.6607775Z 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:56:57.6608793Z 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:56:57.6609827Z 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:56:57.6610793Z 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:56:57.6612529Z 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:56:57.6613438Z 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:56:57.6614373Z 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:56:57.6615732Z 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:56:57.6616682Z 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:56:57.6618069Z 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:56:57.6619213Z 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:56:57.6620010Z 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:56:57.6621164Z 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:56:57.6622050Z 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:56:57.6623698Z 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:56:57.6624187Z 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:56:57.6625749Z 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:56:57.6626304Z 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:56:57.6627760Z 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:56:57.6628345Z 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:56:57.6629372Z 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:56:57.6630368Z 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:56:57.6631225Z 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:56:57.6632130Z 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:56:57.6632695Z 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:56:57.6633551Z 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:56:57.6634855Z 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:56:57.6635871Z 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:56:57.6637115Z 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:56:57.6637918Z 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:56:57.6638766Z 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:56:57.6640086Z 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:56:57.6640910Z 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:56:57.6642026Z 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:56:57.6642975Z 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:56:57.6644011Z 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:56:57.6646124Z 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:56:57.6646536Z 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:56:57.6647175Z 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:56:57.6648079Z 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:56:57.6649280Z 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:56:57.6650238Z 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:56:57.6651183Z 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:56:57.6652190Z 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:56:57.6653111Z 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:56:57.6654001Z 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:56:57.6655001Z 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:56:57.6656118Z 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:56:57.6656927Z 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:56:57.6657796Z 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:56:57.6658749Z 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:56:57.6659732Z 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:56:57.6660624Z 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:56:57.6661563Z 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:56:57.6662503Z 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:56:57.6663467Z 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:56:57.6664671Z 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:56:57.6665396Z 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:56:57.6666312Z 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:56:57.6667371Z 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:56:57.6668285Z 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:56:57.6669222Z 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:56:57.6670143Z 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:56:57.6671435Z 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:56:57.6672224Z 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:56:57.6673259Z 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:56:57.6674276Z 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:56:57.6675279Z 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:56:57.6677015Z 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:56:57.6677576Z 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:56:57.6678635Z 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:56:57.6679609Z 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:56:57.6680921Z 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:56:57.6681715Z 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:56:57.6682713Z 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:56:57.6684014Z 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:56:57.6684813Z 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:56:57.6685714Z 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:56:57.6687068Z 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:56:57.6688174Z 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:56:57.6688809Z 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:56:57.6690145Z 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:56:57.6691314Z 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:56:57.6692328Z 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:56:57.6693668Z 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:56:57.6694740Z 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:56:57.6695850Z 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:56:57.6697118Z 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:56:57.6698435Z 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:56:57.6699559Z 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:56:57.6700637Z 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:56:57.6701829Z 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:56:57.6703276Z 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:56:57.6704278Z 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:56:57.6705460Z 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:56:57.6706566Z 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:56:57.6708027Z 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:56:57.6709133Z 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:56:57.6710478Z 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:56:57.6711708Z 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:56:57.6712923Z 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:56:57.6714273Z 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:56:57.6715380Z 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:56:57.6716603Z 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:56:57.6717800Z 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:56:57.6719066Z 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:56:57.6720116Z 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:56:57.6721324Z 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:56:57.6722863Z 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:56:57.6724054Z 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:56:57.6724981Z 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:56:57.6726265Z 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:56:57.6727478Z 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:56:57.6728610Z 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:56:57.6729765Z 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:56:57.6730992Z 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:56:57.6732159Z 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:56:57.6733336Z 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:56:57.6734474Z 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:56:57.6735772Z 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:56:57.6736945Z 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:56:57.6738083Z 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:56:57.6739394Z 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:56:57.6740657Z 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:56:57.6741682Z 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:56:57.6742771Z 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:56:57.6744158Z 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:56:57.6745282Z 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:56:57.6746531Z 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:56:57.6747548Z 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:56:57.6748915Z 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:56:57.6750047Z 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:56:57.6752770Z 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:56:57.6754249Z 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:56:57.6755111Z 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:56:57.6755683Z 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:56:57.6757443Z 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:56:57.6758532Z 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:56:57.6759612Z 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:56:57.6760804Z 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:56:57.6762210Z 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:56:57.6763202Z 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:56:57.6764613Z 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:56:57.6765818Z 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:56:57.6766989Z 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:56:57.6768176Z 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:56:57.6769568Z 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:56:57.6770574Z 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:56:57.6771938Z 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:56:57.6773206Z 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:56:57.6774280Z 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:56:57.6775337Z 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:56:57.6776576Z 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:56:57.6777877Z 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:56:57.6779180Z 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:56:57.6780358Z 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:56:57.6781494Z 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:56:57.6782690Z 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:56:57.6783921Z 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:56:57.6785246Z 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:56:57.6786592Z 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:56:57.6787526Z 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:56:57.6788853Z 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:56:57.6789980Z 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:56:57.6791336Z 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:56:57.6792462Z 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:56:57.6793839Z 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:56:57.6794993Z 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:56:57.6796257Z 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:56:57.6797384Z 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:56:57.6798838Z 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:56:57.6799987Z 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:56:57.6801049Z 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:56:57.6802202Z 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:56:57.6803436Z 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:56:57.6805173Z 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:56:57.6805922Z 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:56:57.6806974Z 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:56:57.6808156Z 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:56:57.6809691Z 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:56:57.6810658Z 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:56:57.6811927Z 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:56:57.6813156Z 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:56:57.6814267Z 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:56:57.6815397Z 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:56:57.6816499Z 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:56:57.6817718Z 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:56:57.6818973Z 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:56:57.6820300Z 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:56:57.6821420Z 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:56:57.6822518Z 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:56:57.6823664Z 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:56:57.6824958Z 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:56:57.6826177Z 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:56:57.6827261Z 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:56:57.6828519Z 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:56:57.6830592Z 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:56:57.6831571Z 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:56:57.6833004Z 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:56:57.6834046Z 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:56:57.6835245Z 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:56:57.6836747Z 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:56:57.6837751Z 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:56:57.6838991Z 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:56:57.6840161Z 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:56:57.6841365Z 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:56:57.6842474Z 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:56:57.6843680Z 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:56:57.6845282Z 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:56:57.6847701Z 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:56:57.6848977Z 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:56:57.6850172Z 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:56:57.6851248Z 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:56:57.6852458Z 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:56:57.6853650Z 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:56:57.6855177Z 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:56:57.6856149Z 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:56:57.6857297Z 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:56:57.6858463Z 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:56:57.6859665Z 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:56:57.6860858Z 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:56:57.6862326Z 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:56:57.6863615Z 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:56:57.6864679Z 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:56:57.6866111Z 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:56:57.6867068Z 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:56:57.6868268Z 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:56:57.6869449Z 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:56:57.6870628Z 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:56:57.6872605Z 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:56:57.6873176Z 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:56:57.6874416Z 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:56:57.6875529Z 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:56:57.6876646Z 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:56:57.6877821Z 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:56:57.6879031Z 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:56:57.6880561Z 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:56:57.6881616Z 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:56:57.6882683Z 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:56:57.6885154Z 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:56:57.6885750Z 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:56:57.6886486Z 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:56:57.6887558Z 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:56:57.6888974Z 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:56:57.6891843Z 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:56:57.6892543Z 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:56:57.6893316Z 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:56:57.6894194Z 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:56:57.6895321Z 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:56:57.6896475Z 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:56:57.6897598Z 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:56:57.6898929Z 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:56:57.6900005Z 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:56:57.6901110Z 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:56:57.6902330Z 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:56:57.6903483Z 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:56:57.6904802Z 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:56:57.6905862Z 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:56:57.6907175Z 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:56:57.6908347Z 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:56:57.6910415Z 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:56:57.6911304Z 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:56:57.6912490Z 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:56:57.6913687Z 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:56:57.6915064Z 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:56:57.6916112Z 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:56:57.6917287Z 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:56:57.6918499Z 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:56:57.6919662Z 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:56:57.6920947Z 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:56:57.6922162Z 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:56:57.6923380Z 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:56:57.6924788Z 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:56:57.6927059Z 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:56:57.6928276Z 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:56:57.6929380Z 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:56:57.6930357Z 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:56:57.6931491Z 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:56:57.6932710Z 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:56:57.6933961Z 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:56:57.6935292Z 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:56:57.6936426Z 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:56:57.6937485Z 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:56:57.6938722Z 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:56:57.6939838Z 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:56:57.6940989Z 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:56:57.6942251Z 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:56:57.6943883Z 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:56:57.6944813Z 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:56:57.6946070Z 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:56:57.6947172Z 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:56:57.6948568Z 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:56:57.6949759Z 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:56:57.6950953Z 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:56:57.6952179Z 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:56:57.6953411Z 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:56:57.6954523Z 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:56:57.6955795Z 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:56:57.6957101Z 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:56:57.6958145Z 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:56:57.6959230Z 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:56:57.6960446Z 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:56:57.6961686Z 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:56:57.6963071Z 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:56:57.6964716Z 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:56:57.6965776Z 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:56:57.6966996Z 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:56:57.6968109Z 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:56:57.6969379Z 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:56:57.6970774Z 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:56:57.6971942Z 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:56:57.6973053Z 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:56:57.6974239Z 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:56:57.6975568Z 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:56:57.6976739Z 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:56:57.6977792Z 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:56:57.6978982Z 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:56:57.6980422Z 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:56:57.6981616Z 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:56:57.6982787Z 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:56:57.6983927Z 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:56:57.6985235Z 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:56:57.6986308Z 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:56:57.6987397Z 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:56:57.6989457Z 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:56:57.6990631Z 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:56:57.6991809Z 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:56:57.6993045Z 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:56:57.6994086Z 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:56:57.6995226Z 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:56:57.6996604Z 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:56:57.6997900Z 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:56:57.6999125Z 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:56:57.7000336Z 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:56:57.7001619Z 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:56:57.7002784Z 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:56:57.7004013Z 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:56:57.7005285Z 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:56:57.7006585Z 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:56:57.7007775Z 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:56:57.7008870Z 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:56:57.7010001Z 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:56:57.7011361Z 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:56:57.7013800Z 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:56:57.7014420Z 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:56:57.7014969Z 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:56:57.7015981Z 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:56:57.7017210Z 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:56:57.7018161Z 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:56:57.7019562Z 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:56:57.7020561Z 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:56:57.7021641Z 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:56:57.7022854Z 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:56:57.7023957Z 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:56:57.7025206Z 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:56:57.7026418Z 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:56:57.7027767Z 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:56:57.7028941Z 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:56:57.7030186Z 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:56:57.7031409Z 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:56:57.7032510Z 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:56:57.7033891Z 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:56:57.7034921Z 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:56:57.7036082Z 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:56:57.7037244Z 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:56:57.7038548Z 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:56:57.7039716Z 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:56:57.7040923Z 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:56:57.7042070Z 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:56:57.7043310Z 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:56:57.7044682Z 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:56:57.7046000Z 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:56:57.7047328Z 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:56:57.7048358Z 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:56:57.7049425Z 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:56:57.7051050Z 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:56:57.7053676Z 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:56:57.7054307Z 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:56:57.7054964Z 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:56:57.7055806Z 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:56:57.7056413Z 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:56:57.7057642Z 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:56:57.7058722Z 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:56:57.7059915Z 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:56:57.7062054Z 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:56:57.7062653Z 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:56:57.7063611Z 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:56:57.7070269Z 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:56:57.7071051Z 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:56:57.7071619Z 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:56:57.7072164Z 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:56:57.7072714Z 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:56:57.7073395Z 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:56:57.7074000Z 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:56:57.7074594Z 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:56:57.7075238Z 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:56:57.7075815Z 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:56:57.7076359Z 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:56:57.7077053Z 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:56:57.7077824Z 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:56:57.7078752Z 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:56:57.7080046Z 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:56:57.7081261Z 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:56:57.7082369Z 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:56:57.7083714Z 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:56:57.7085132Z 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:56:57.7087251Z 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:56:57.7088255Z 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:56:57.7089532Z 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:56:57.7090800Z 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:56:57.7091818Z 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:56:57.7093090Z 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:56:57.7094345Z 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:56:57.7095519Z 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:56:57.7096680Z 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:56:57.7098052Z 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:56:57.7099106Z 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:56:57.7100362Z 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:56:57.7101617Z 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:56:57.7102807Z 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:56:57.7103932Z 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:56:57.7105147Z 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:56:57.7106278Z 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:56:57.7107509Z 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:56:57.7108935Z 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:56:57.7110054Z 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:56:57.7111264Z 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:56:57.7112392Z 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:56:57.7113785Z 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:56:57.7114976Z 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:56:57.7116190Z 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:56:57.7117379Z 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:56:57.7118622Z 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:56:57.7119741Z 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:56:57.7121101Z 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:56:57.7122174Z 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:56:57.7123420Z 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:56:57.7124824Z 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:56:57.7126119Z 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:56:57.7127345Z 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:56:57.7128571Z 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:56:57.7129806Z 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:56:57.7131044Z 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:56:57.7132164Z 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:56:57.7133726Z 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:56:57.7134732Z 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:56:57.7135923Z 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:56:57.7137028Z 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:56:57.7138172Z 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:56:57.7139493Z 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:56:57.7140793Z 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:56:57.7142048Z 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:56:57.7143629Z 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:56:57.7160399Z 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:56:57.7161056Z 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:56:57.7161765Z 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:56:57.7162380Z 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:56:57.7163004Z 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:56:57.7163598Z 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:56:57.7164307Z 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:56:57.7164879Z 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:56:57.7165486Z 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:56:57.7166146Z 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:56:57.7166897Z 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:56:57.7167532Z 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:56:57.7168173Z 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:56:57.7168778Z 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:56:57.7169503Z 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:56:57.7170115Z 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:56:57.7170746Z 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:56:57.7171431Z 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:56:57.7172015Z 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:56:57.7172603Z 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:56:57.7173195Z 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:56:57.7173954Z 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:56:57.7174607Z 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:56:57.7175257Z 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:56:57.7175859Z 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:56:57.7176489Z 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:56:57.7177184Z 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:56:57.7177808Z 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:56:57.7178446Z 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:56:57.7179171Z 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:56:57.7180163Z 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:56:57.7181023Z 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:56:57.7182656Z 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:56:57.7183490Z 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:56:57.7184609Z 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:56:57.7185786Z 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:56:57.7187156Z 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:56:57.7188264Z 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:56:57.7189475Z 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:56:57.7190577Z 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:56:57.7191788Z 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:56:57.7192953Z 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:56:57.7194153Z 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:56:57.7195457Z 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:56:57.7196840Z 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:56:57.7197999Z 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:56:57.7199057Z 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:56:57.7200139Z 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:56:57.7201394Z 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:56:57.7202579Z 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:56:57.7203963Z 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:56:57.7205177Z 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:56:57.7207003Z 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:56:57.7208078Z 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:56:57.7209518Z 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:56:57.7210703Z 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:56:57.7212063Z 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:56:57.7213021Z 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:56:57.7215104Z 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:56:57.7215675Z 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:56:57.7216931Z 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:56:57.7217996Z 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:56:57.7219065Z 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:56:57.7220886Z 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:56:57.7222019Z 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:56:57.7223234Z 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:56:57.7224592Z 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:56:57.7226135Z 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:56:57.7227024Z 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:56:57.7228200Z 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:56:57.7229572Z 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:56:57.7230641Z 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:56:57.7231956Z 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:56:57.7233117Z 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:56:57.7234348Z 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:56:57.7235445Z 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:56:57.7236587Z 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:56:57.7238632Z 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:56:57.7239319Z 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:56:57.7240161Z 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:56:57.7241272Z 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:56:57.7242579Z 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:56:57.7244569Z 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:56:57.7245461Z 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:56:57.7246663Z 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:56:57.7247825Z 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:56:57.7249142Z 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:56:57.7250191Z 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:56:57.7251568Z 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:56:57.7252812Z 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:56:57.7254091Z 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:56:57.7255346Z 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:56:57.7256652Z 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:56:57.7257847Z 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:56:57.7259052Z 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:56:57.7260066Z 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:56:57.7261380Z 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:56:57.7262513Z 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:56:57.7263740Z 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:56:57.7264826Z 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:56:57.7265976Z 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:56:57.7267240Z 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:56:57.7268529Z 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:56:57.7269743Z 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:56:57.7270917Z 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:56:57.7272425Z 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:56:57.7273481Z 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:56:57.7274710Z 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:56:57.7275943Z 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:56:57.7277125Z 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:56:57.7278335Z 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:56:57.7279488Z 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:56:57.7280748Z 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:56:57.7281884Z 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:56:57.7283246Z 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:56:57.7284382Z 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:56:57.7285695Z 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:56:57.7286939Z 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:56:57.7288070Z 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:56:57.7289452Z 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:56:57.7290385Z 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:56:57.7291641Z 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:56:57.7292982Z 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:56:57.7294115Z 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:56:57.7304982Z 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:56:57.7305774Z 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:56:57.7306861Z 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:56:57.7308553Z 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:56:57.7309853Z 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:56:57.7311129Z 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:56:57.7312213Z 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:56:57.7313418Z 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:56:57.7314899Z 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:56:57.7316320Z 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:56:57.7317319Z 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:56:57.7318501Z 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:56:57.7319665Z 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:56:57.7321181Z 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:56:57.7322404Z 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:56:57.7323516Z 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:56:57.7324807Z 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:56:57.7348043Z 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:56:57.7348647Z 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:56:57.7349321Z 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:56:57.7349856Z 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:56:57.7350413Z 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:56:57.7350903Z 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:56:57.7351432Z 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:56:57.7352068Z 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:56:57.7352608Z 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:56:57.7353143Z 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:56:57.7353800Z 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:56:57.7354399Z 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:56:57.7354972Z 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:56:57.7355543Z 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:56:57.7356196Z 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:56:57.7356978Z 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:56:57.7357524Z 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:56:57.7358209Z 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:56:57.7358782Z 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:56:57.7359350Z 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:56:57.7359908Z 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:56:57.7360599Z 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:56:57.7361197Z 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:56:57.7361778Z 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:56:57.7362310Z 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:56:57.7362987Z 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:56:57.7363553Z 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:56:57.7364160Z 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:56:57.7364882Z 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:56:57.7365611Z 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:56:57.7366124Z 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:56:57.7366732Z 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:56:57.7367253Z 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:56:57.7367909Z 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:56:57.7368729Z 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:56:57.7370367Z 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:56:57.7371756Z 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:56:57.7373217Z 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:56:57.7375001Z 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:56:57.7378777Z 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:56:57.7379546Z 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:56:57.7382526Z 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:56:57.7383914Z 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:56:57.7385255Z 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:56:57.7386635Z 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:56:57.7387774Z 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:56:57.7388994Z 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:56:57.7390172Z 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:56:57.7391601Z 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:56:57.7392895Z 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:56:57.7394984Z 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:56:57.7395677Z 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:56:57.7397128Z 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:56:57.7397996Z 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:56:57.7398991Z 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:56:57.7400163Z 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:56:57.7401226Z 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:56:57.7402521Z 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:56:57.7404042Z 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:56:57.7405043Z 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:56:57.7407143Z 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:56:57.7408924Z 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:56:57.7410210Z 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:56:57.7411361Z 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:56:57.7412506Z 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:56:57.7416008Z 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:56:57.7417331Z 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:56:57.7420280Z 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:56:57.7420858Z 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:56:57.7422581Z 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:56:57.7423990Z 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:56:57.7424918Z 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:56:57.7425860Z 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:56:57.7427172Z 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:56:57.7428835Z 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:56:57.7429531Z 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:56:57.7430630Z 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:56:57.7432024Z 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:56:57.7433320Z 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:56:57.7434540Z 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:56:57.7435782Z 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:56:57.7436757Z 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:56:57.7437862Z 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:56:57.7439737Z 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:56:57.7440644Z 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:56:57.7441728Z 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:56:57.7443138Z 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:56:57.7444666Z 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:56:57.7445569Z 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:56:57.7446807Z 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:56:57.7448525Z 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:56:57.7449627Z 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:56:57.7450939Z 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:56:57.7452044Z 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:56:57.7454481Z 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:56:57.7455496Z 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:56:57.7456123Z 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:56:57.7457063Z 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:56:57.7458174Z 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:56:57.7460271Z 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:56:57.7461219Z 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:56:57.7462021Z 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:56:57.7462848Z 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:56:57.7464386Z 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:56:57.7464942Z 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:56:57.7466551Z 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:56:57.7467296Z 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:56:57.7468824Z 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:56:57.7469651Z 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:56:57.7471115Z 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:56:57.7471909Z 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:56:57.7473757Z 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:56:57.7474514Z 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:56:57.7475536Z 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:56:57.7477261Z 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:56:57.7478439Z 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:56:57.7479992Z 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:56:57.7481023Z 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:56:57.7483097Z 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:56:57.7483674Z 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:56:57.7484733Z 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:56:57.7485781Z 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:56:57.7489588Z 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:56:57.7490386Z 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:56:57.7491081Z 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:56:57.7491643Z 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:56:57.7492246Z 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:56:57.7493198Z 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:56:57.7494685Z 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:56:57.7495738Z 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:56:57.7496985Z 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:56:57.7498270Z 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:56:57.7499861Z 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:56:57.7501000Z 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:56:57.7502296Z 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:56:57.7503306Z 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:56:57.7504543Z 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:56:57.7505836Z 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:56:57.7507006Z 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:56:57.7508405Z 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:56:57.7509643Z 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:56:57.7510825Z 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:56:57.7511838Z 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:56:57.7513411Z 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:56:57.7514543Z 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:56:57.7516258Z 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:56:57.7517063Z 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:56:57.7518127Z 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:56:57.7519446Z 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:56:57.7520613Z 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:56:57.7521940Z 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:56:57.7523222Z 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:56:57.7524792Z 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:56:57.7526599Z 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:56:57.7527544Z 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:56:57.7528653Z 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:56:57.7529996Z 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:56:57.7531357Z 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:56:57.7532471Z 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:56:57.7533557Z 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:56:57.7534807Z 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:56:57.7535942Z 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:56:57.7537148Z 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:56:57.7538248Z 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:56:57.7539932Z 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:56:57.7540751Z 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:56:57.7542235Z 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:56:57.7543219Z 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:56:57.7544441Z 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:56:57.7545534Z 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:56:57.7546956Z 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:56:57.7548139Z 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:56:57.7549309Z 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:56:57.7550522Z 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:56:57.7551736Z 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:56:57.7552869Z 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:56:57.7554074Z 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:56:57.7555300Z 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:56:57.7557406Z 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:56:57.7558256Z 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:56:57.7559593Z 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:56:57.7560727Z 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:56:57.7561923Z 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:56:57.7563184Z 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:56:57.7564602Z 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:56:57.7566081Z 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:56:57.7567199Z 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:56:57.7568968Z 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:56:57.7569527Z 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:56:57.7570526Z 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:56:57.7572171Z 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:56:57.7572879Z 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:56:57.7573503Z 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:56:57.7574765Z 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:56:57.7575910Z 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:56:57.7576648Z 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:56:57.7577601Z 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:56:57.7579281Z 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:56:57.7579909Z 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:56:57.7581063Z 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:56:57.7581757Z 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:56:57.7582871Z 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:56:57.7584168Z 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:56:57.7585063Z 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:56:57.7586196Z 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:56:57.7587167Z 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:56:57.7588798Z 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:56:57.7589137Z 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:56:57.7590831Z 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:56:57.7593750Z 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:56:57.7594200Z 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:56:57.7594748Z 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:56:57.7595341Z 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:56:57.7595730Z 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:56:57.7596719Z 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:56:57.7597328Z 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:56:57.7598694Z 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:56:57.7599602Z 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:56:57.7600661Z 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:56:57.7601716Z 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:56:57.7602571Z 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:56:57.7603596Z 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:56:57.7605406Z 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:56:57.7606145Z 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:56:57.7606720Z 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:56:57.7607857Z 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:56:57.7608987Z 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:56:57.7611551Z 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:56:57.7612140Z 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:56:57.7612561Z 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:56:57.7613400Z 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:56:57.7614119Z 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:56:57.7615276Z 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:56:57.7616277Z 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:56:57.7617615Z 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:56:57.7618643Z 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:56:57.7619662Z 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:56:57.7620697Z 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:56:57.7621946Z 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:56:57.7622864Z 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:56:57.7623822Z 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:56:57.7624702Z 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:56:57.7626888Z 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:56:57.7627703Z 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:56:57.7628420Z 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:56:57.7629557Z 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:56:57.7630913Z 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:56:57.7631724Z 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:56:57.7632581Z 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:56:57.7634759Z 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:56:57.7635466Z 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:56:57.7636038Z 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:56:57.7637371Z 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:56:57.7638570Z 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:56:57.7640313Z 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:56:57.7641707Z 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:56:57.7643038Z 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:56:57.7644415Z 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:56:57.7645398Z 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:56:57.7646633Z 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:56:57.7647812Z 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:56:57.7649044Z 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:56:57.7650379Z 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:56:57.7651939Z 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:56:57.7653063Z 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:56:57.7655270Z 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:56:57.7655875Z 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:56:57.7656769Z 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:56:57.7657930Z 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:56:57.7659467Z 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:56:57.7660576Z 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:56:57.7663512Z 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:56:57.7664204Z 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:56:57.7664785Z 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:56:57.7665883Z 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:56:57.7667021Z 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:56:57.7668274Z 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:56:57.7669457Z 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:56:57.7670602Z 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:56:57.7671994Z 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:56:57.7673310Z 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:56:57.7674456Z 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:56:57.7675574Z 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:56:57.7677032Z 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:56:57.7679365Z 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:56:57.7680040Z 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:56:57.7680599Z 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:56:57.7681988Z 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:56:57.7683139Z 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:56:57.7684415Z 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:56:57.7686439Z 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:56:57.7687511Z 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:56:57.7688737Z 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:56:57.7690070Z 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:56:57.7691236Z 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:56:57.7692489Z 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:56:57.7693632Z 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:56:57.7694904Z 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:56:57.7696035Z 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:56:57.7697213Z 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:56:57.7698642Z 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:56:57.7701143Z 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:56:57.7701732Z 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:56:57.7702335Z 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:56:57.7703214Z 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:56:57.7704128Z 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:56:57.7705979Z 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:56:57.7706816Z 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:56:57.7708058Z 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:56:57.7709645Z 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:56:57.7710141Z 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:56:57.7710934Z 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:56:57.7711978Z 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:56:57.7712806Z 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:56:57.7713667Z 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:56:57.7714788Z 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:56:57.7715278Z 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:56:57.7717054Z 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:56:57.7717803Z 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:56:57.7718413Z 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:56:57.7719627Z 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:56:57.7720510Z 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:56:57.7721700Z 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:56:57.7723107Z 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:56:57.7723612Z 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:56:57.7725009Z 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:56:57.7727066Z 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:56:57.7727512Z 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:56:57.7728825Z 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:56:57.7729370Z 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:56:57.7730321Z 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:56:57.7731897Z 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:56:57.7732781Z 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:56:57.7734199Z 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:56:57.7734625Z 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:56:57.7735721Z 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:56:57.7736784Z 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:56:57.7738062Z 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:56:57.7738884Z 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:56:57.7739950Z 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:56:57.7740993Z 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:56:57.7741780Z 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:56:57.7742943Z 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:56:57.7743899Z 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:56:57.7751107Z 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:56:57.7751730Z 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:56:57.7752393Z 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:56:57.7752907Z 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:56:57.7753523Z 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:56:57.7754116Z 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:56:57.7754592Z 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:56:57.7755098Z 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:56:57.7755854Z 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:56:57.7756530Z 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:56:57.7757311Z 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:56:57.7757811Z 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:56:57.7758440Z 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:56:57.7758803Z 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:56:57.7759569Z 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:56:57.7760481Z 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:56:57.7761454Z 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:56:57.7762160Z 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:56:57.7763226Z 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:56:57.7764939Z 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:56:57.7765288Z 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:56:57.7766396Z 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:56:57.7767347Z 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:56:57.7768389Z 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:56:57.7769082Z 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:56:57.7770506Z 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:56:57.7772105Z 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:56:57.7772950Z 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:56:57.7774270Z 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:56:57.7774996Z 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:56:57.7776136Z 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:56:57.7777139Z 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:56:57.7778166Z 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:56:57.7779474Z 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:56:57.7780983Z 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:56:57.7781365Z 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:56:57.7782394Z 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:56:57.7783307Z 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:56:57.7784650Z 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:56:57.7785603Z 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:56:57.7786649Z 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:56:57.7788056Z 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:56:57.7789183Z 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:56:57.7790006Z 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:56:57.7790991Z 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:56:57.7792067Z 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:56:57.7793093Z 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:56:57.7793970Z 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:56:57.7794903Z 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:56:57.7795935Z 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:56:57.7797401Z 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:56:57.7800220Z 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:56:57.7800790Z 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:56:57.7801332Z 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:56:57.7802135Z 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:56:57.7802732Z 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:56:57.7803998Z 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:56:57.7804828Z 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:56:57.7805337Z 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:56:57.7806968Z 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:56:57.7807410Z 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:56:57.7808658Z 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:56:57.7809365Z 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:56:57.7810927Z 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:56:57.7812125Z 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:56:57.7812765Z 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:56:57.7813996Z 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:56:57.7814887Z 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:56:57.7816007Z 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:56:57.7816991Z 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:56:57.7818133Z 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:56:57.7819062Z 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:56:57.7820299Z 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:56:57.7821505Z 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:56:57.7822256Z 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:56:57.7823292Z 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:56:57.7824320Z 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:56:57.7825172Z 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:56:57.7826229Z 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:56:57.7828124Z 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:56:57.7828654Z 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:56:57.7829389Z 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:56:57.7832053Z 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:56:57.7832513Z 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:56:57.7833098Z 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:56:57.7833689Z 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:56:57.7834385Z 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:56:57.7836343Z 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:56:57.7836782Z 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:56:57.7837159Z 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:56:57.7840270Z 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:56:57.7840647Z 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:56:57.7841033Z 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:56:57.7841691Z 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:56:57.7842645Z 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:56:57.7844247Z 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:56:57.7844911Z 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:56:57.7846657Z 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:56:57.7847610Z 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:56:57.7849249Z 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:56:57.7849978Z 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:56:57.7850807Z 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:56:57.7851846Z 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:56:57.7852656Z 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:56:57.7853557Z 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:56:57.7854345Z 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:56:57.7856147Z 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:56:57.7856634Z 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:56:57.7858757Z 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:56:57.7859131Z 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:56:57.7859595Z 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:56:57.7860183Z 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:56:57.7861516Z 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:56:57.7862618Z 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:56:57.7864434Z 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:56:57.7864810Z 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:56:57.7866176Z 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:56:57.7866873Z 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:56:57.7867930Z 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:56:57.7868852Z 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:56:57.7870085Z 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:56:57.7871102Z 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:56:57.7871836Z 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:56:57.7873159Z 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:56:57.7874757Z 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:56:57.7875097Z 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:56:57.7875999Z 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:56:57.7877075Z 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:56:57.7878403Z 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:56:57.7879272Z 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:56:57.7880257Z 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:56:57.7881297Z 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:56:57.7882253Z 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:56:57.7883431Z 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:56:57.7884523Z 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:56:57.7885446Z 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:56:57.7886043Z 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:56:57.7887053Z 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:56:57.7887792Z 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:56:57.7888489Z 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:56:57.7889433Z 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:56:57.7890598Z 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:56:57.7891242Z 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:56:57.7892206Z 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:56:57.7892940Z 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:56:57.7894045Z 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:56:57.7895060Z 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:56:57.7897011Z 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:56:57.7897577Z 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:56:57.7898568Z 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:56:57.7899290Z 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:56:57.7900142Z 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:56:57.7901453Z 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:56:57.7902331Z 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:56:57.7903886Z 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:56:57.7905278Z 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:56:57.7906102Z 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:56:57.7906749Z 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:56:57.7907956Z 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:56:57.7908700Z 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:56:57.7909498Z 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:56:57.7910436Z 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:56:57.7911844Z 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:56:57.7912514Z 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:56:57.7913538Z 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:56:57.7914449Z 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:56:57.7915609Z 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:56:57.7921122Z 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:56:57.7921595Z 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:56:57.7922385Z 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:56:57.7922852Z 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:56:57.7923373Z 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:56:57.7924068Z 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:56:57.7924568Z 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:56:57.7925128Z 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:56:57.7925664Z 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:56:57.7926344Z 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:56:57.7927155Z 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:56:57.7928069Z 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:56:57.7929229Z 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:56:57.7930804Z 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:56:57.7931454Z 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:56:57.7932178Z 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:56:57.7933234Z 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:56:57.7933963Z 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:56:57.7935102Z 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:56:57.7935936Z 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:56:57.7936963Z 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:56:57.7937902Z 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:56:57.7938885Z 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:56:57.7940394Z 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:56:57.7941107Z 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:56:57.7941887Z 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:56:57.7943574Z 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:56:57.7944052Z 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:56:57.7945070Z 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:56:57.7946086Z 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:56:57.7947139Z 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:56:57.7948092Z 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:56:57.7949651Z 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:56:57.7950606Z 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:56:57.7951441Z 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:56:57.7952618Z 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:56:57.7954239Z 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:56:57.7954849Z 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:56:57.7955634Z 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:56:57.7956889Z 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:56:57.7957949Z 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:56:57.7959010Z 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:56:57.7959778Z 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:56:57.7960752Z 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:56:57.7961785Z 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:56:57.7962597Z 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:56:57.7963865Z 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:56:57.7964642Z 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:56:57.7966241Z 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:56:57.7967168Z 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:56:57.7968405Z 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:56:57.7969988Z 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:56:57.7970673Z 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:56:57.7971300Z 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:56:57.7972286Z 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:56:57.7973147Z 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:56:57.7974175Z 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:56:57.7975410Z 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:56:57.7976289Z 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:56:57.7977477Z 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:56:57.7978097Z 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:56:57.7979252Z 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:56:57.7980307Z 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:56:57.7980877Z 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:56:57.7981875Z 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:56:57.7983299Z 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:56:57.7983893Z 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:56:57.7984978Z 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:56:57.7985989Z 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:56:57.7986880Z 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:56:57.7987761Z 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:56:57.7988894Z 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:56:57.7989808Z 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:56:57.7990607Z 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:56:57.7991495Z 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:56:57.7992424Z 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:56:57.7993447Z 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:56:57.7994340Z 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:56:57.7995164Z 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:56:57.7996171Z 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:56:57.7996910Z 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:56:57.7997839Z 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:56:57.7998881Z 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:56:57.7999889Z 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:56:57.8001702Z 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:56:57.8002231Z 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:56:57.8002555Z 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:56:57.8003343Z 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:56:57.8004480Z 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:56:57.8005960Z 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:56:57.8006974Z 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:56:57.8008580Z 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:56:57.8009298Z 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:56:57.8011262Z 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:56:57.8011702Z 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:56:57.8012843Z 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:56:57.8013566Z 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:56:57.8015643Z 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:56:57.8016144Z 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:56:57.8016663Z 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:56:57.8017650Z 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:56:57.8018667Z 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:56:57.8019713Z 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:56:57.8020520Z 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:56:57.8021671Z 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:56:57.8023130Z 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:56:57.8023434Z 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:56:57.8024877Z 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:56:57.8025945Z 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:56:57.8026824Z 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:56:57.8027927Z 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:56:57.8028771Z 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:56:57.8029439Z 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:56:57.8030278Z 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:56:57.8031224Z 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:56:57.8033264Z 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:56:57.8033897Z 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:56:57.8035303Z 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:56:57.8037013Z 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:56:57.8037998Z 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:56:57.8038761Z 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:56:57.8040003Z 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:56:57.8041495Z 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:56:57.8042458Z 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:56:57.8043438Z 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:56:57.8044908Z 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:56:57.8046024Z 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:56:57.8047194Z 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:56:57.8048648Z 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:56:57.8049904Z 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:56:57.8051207Z 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:56:57.8052316Z 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:56:57.8053743Z 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:56:57.8054815Z 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:56:57.8055991Z 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:56:57.8057644Z 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:56:57.8058973Z 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:56:57.8059917Z 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:56:57.8060997Z 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:56:57.8061942Z 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:56:57.8063368Z 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:56:57.8064532Z 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:56:57.8066598Z 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:56:57.8067179Z 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:56:57.8067708Z 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:56:57.8068706Z 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:56:57.8069359Z 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:56:57.8071037Z 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:56:57.8072032Z 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:56:57.8073289Z 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:56:57.8074586Z 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:56:57.8075437Z 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:56:57.8076480Z 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:56:57.8077792Z 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:56:57.8078958Z 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:56:57.8080233Z 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:56:57.8081197Z 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:56:57.8082781Z 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:56:57.8083979Z 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:56:57.8085074Z 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:56:57.8086424Z 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:56:57.8087520Z 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:56:57.8088897Z 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:56:57.8090001Z 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:56:57.8091922Z 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:56:57.8093036Z 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:56:57.8094133Z 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:56:57.8095661Z 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:56:57.8096296Z 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:56:57.8097644Z 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:56:57.8098873Z 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:56:57.8100143Z 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:56:57.8101516Z 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:56:57.8102552Z 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:56:57.8103808Z 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:56:57.8105050Z 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:56:57.8106662Z 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:56:57.8107706Z 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:56:57.8108847Z 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:56:57.8110788Z 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:56:57.8111971Z 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:56:57.8113026Z 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:56:57.8114293Z 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:56:57.8115386Z 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:56:57.8116748Z 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:56:57.8118078Z 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:56:57.8119231Z 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:56:57.8120464Z 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:56:57.8122178Z 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:56:57.8123146Z 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:56:57.8124826Z 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:56:57.8127021Z 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:56:57.8127664Z 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:56:57.8128558Z 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:56:57.8129655Z 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:56:57.8130628Z 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:56:57.8132834Z 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:56:57.8133153Z 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:56:57.8134383Z 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:56:57.8135238Z 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:56:57.8136327Z 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:56:57.8138295Z 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:56:57.8139047Z 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:56:57.8139883Z 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:56:57.8141078Z 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:56:57.8142537Z 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:56:57.8143710Z 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:56:57.8144792Z 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:56:57.8145957Z 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:56:57.8147409Z 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:56:57.8148460Z 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:56:57.8149741Z 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:56:57.8150894Z 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:56:57.8152349Z 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:56:57.8153806Z 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:56:57.8154833Z 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:56:57.8156492Z 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:56:57.8157238Z 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:56:57.8158410Z 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:56:57.8159538Z 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:56:57.8160687Z 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:56:57.8162177Z 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:56:57.8163114Z 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:56:57.8164531Z 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:56:57.8165820Z 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:56:57.8167114Z 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:56:57.8168171Z 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:56:57.8170326Z 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:56:57.8170876Z 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:56:57.8171837Z 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:56:57.8172868Z 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:56:57.8174125Z 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:56:57.8175409Z 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:56:57.8176575Z 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:56:57.8177907Z 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:56:57.8179940Z 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:56:57.8180549Z 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:56:57.8182161Z 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:56:57.8182726Z 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:56:57.8183961Z 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:56:57.8185202Z 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:56:57.8186193Z 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:56:57.8187565Z 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:56:57.8189375Z 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:56:57.8190458Z 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:56:57.8191706Z 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:56:57.8193856Z 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:56:57.8194384Z 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:56:57.8195756Z 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:56:57.8196807Z 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:56:57.8198087Z 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:56:57.8198524Z 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:56:57.8199850Z 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:56:57.8200494Z 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:56:57.8202180Z 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:56:57.8202669Z 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:56:57.8203509Z 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:56:57.8205608Z 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:56:57.8206105Z 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:56:57.8206955Z 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:56:57.8207781Z 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:56:57.8209092Z 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:56:57.8210248Z 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:56:57.8210902Z 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:56:57.8211894Z 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:56:57.8213074Z 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:56:57.8214055Z 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:56:57.8214959Z 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:56:57.8216886Z 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:56:57.8219220Z 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:56:57.8219640Z 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:56:57.8220188Z 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:56:57.8220828Z 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:56:57.8221472Z 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:56:57.8223362Z 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:56:57.8223969Z 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:56:57.8225102Z 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:56:57.8225515Z 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:56:57.8227200Z 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:56:57.8228102Z 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:56:57.8229255Z 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:56:57.8230125Z 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:56:57.8231814Z 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:56:57.8232681Z 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:56:57.8233502Z 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:56:57.8234464Z 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:56:57.8236678Z 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:56:57.8237679Z 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:56:57.8238255Z 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:56:57.8239173Z 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:56:57.8240255Z 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:56:57.8241508Z 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:56:57.8242852Z 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:56:57.8244113Z 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:56:57.8245674Z 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:56:57.8247369Z 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:56:57.8248660Z 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:56:57.8250486Z 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:56:57.8251430Z 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:56:57.8252595Z 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:56:57.8253719Z 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:56:57.8254927Z 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:56:57.8256058Z 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:56:57.8257434Z 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:56:57.8259245Z 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:56:57.8259831Z 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:56:57.8260960Z 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:56:57.8263088Z 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:56:57.8264510Z 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:56:57.8265146Z 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:56:57.8266477Z 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:56:57.8268821Z 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:56:57.8269427Z 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:56:57.8269980Z 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:56:57.8271174Z 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:56:57.8272321Z 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:56:57.8273362Z 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:56:57.8274608Z 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:56:57.8275766Z 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:56:57.8277051Z 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:56:57.8278484Z 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:56:57.8279509Z 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:56:57.8280671Z 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:56:57.8281840Z 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:56:57.8283341Z 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:56:57.8284428Z 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:56:57.8285630Z 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:56:57.8286975Z 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:56:57.8288162Z 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:56:57.8289340Z 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:56:57.8290578Z 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:56:57.8291657Z 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:56:57.8292695Z 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:56:57.8294127Z 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:56:57.8295327Z 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:56:57.8297516Z 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:56:57.8298323Z 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:56:57.8298953Z 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:56:57.8299921Z 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:56:57.8301097Z 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:56:57.8302386Z 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:56:57.8303639Z 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:56:57.8304672Z 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:56:57.8306106Z 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:56:57.8307350Z 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:56:57.8308708Z 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:56:57.8309750Z 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:56:57.8310872Z 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:56:57.8312053Z 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:56:57.8313112Z 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:56:57.8314320Z 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:56:57.8315737Z 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:56:57.8317170Z 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:56:57.8318367Z 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:56:57.8319542Z 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:56:57.8320652Z 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:56:57.8321889Z 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:56:57.8323114Z 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:56:57.8324471Z 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:56:57.8325490Z 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:56:57.8326812Z 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:56:57.8328220Z 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:56:57.8329356Z 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:56:57.8330791Z 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:56:57.8331597Z 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:56:57.8333050Z 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:56:57.8334163Z 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:56:57.8335348Z 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:56:57.8336569Z 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:56:57.8337890Z 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:56:57.8339460Z 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:56:57.8341462Z 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:56:57.8342471Z 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:56:57.8343903Z 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:56:57.8345434Z 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:56:57.8347192Z 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:56:57.8348135Z 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:56:57.8349084Z 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:56:57.8350243Z 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:56:57.8351342Z 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:56:57.8352373Z 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:56:57.8353201Z 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:56:57.8354789Z 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:56:57.8355228Z 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:56:57.8355904Z 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:56:57.8357302Z 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:56:57.8358213Z 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:56:57.8359320Z 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:56:57.8360632Z 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:56:57.8361551Z 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:56:57.8362856Z 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:56:57.8364174Z 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:56:57.8365090Z 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:56:57.8366819Z 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:56:57.8367745Z 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:56:57.8368533Z 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:56:57.8369538Z 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:56:57.8371592Z 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:56:57.8372046Z 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:56:57.8372769Z 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:56:57.8373222Z 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:56:57.8374915Z 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:56:57.8376726Z 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:56:57.8377175Z 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:56:57.8377878Z 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:56:57.8378667Z 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:56:57.8379662Z 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:56:57.8380673Z 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:56:57.8381529Z 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:56:57.8382971Z 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:56:57.8383717Z 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:56:57.8384639Z 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:56:57.8385567Z 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:56:57.8386329Z 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:56:57.8387404Z 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:56:57.8388377Z 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:56:57.8389007Z 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:56:57.8390240Z 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:56:57.8390971Z 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:56:57.8391889Z 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:56:57.8392721Z 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:56:57.8393784Z 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:56:57.8395069Z 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:56:57.8395741Z 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:56:57.8396734Z 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:56:57.8398110Z 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:56:57.8398851Z 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:56:57.8400097Z 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:56:57.8400775Z 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:56:57.8402254Z 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:56:57.8402745Z 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:56:57.8404213Z 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:56:57.8405331Z 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:56:57.8406447Z 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:56:57.8407950Z 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:56:57.8409917Z 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:56:57.8410902Z 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:56:57.8411806Z 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:56:57.8413084Z 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:56:57.8414381Z 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:56:57.8415403Z 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:56:57.8417696Z 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:56:57.8418343Z 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:56:57.8418914Z 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:56:57.8420294Z 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:56:57.8420771Z 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:56:57.8423176Z 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:56:57.8423766Z 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:56:57.8424387Z 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:56:57.8425448Z 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:56:57.8426275Z 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:56:57.8427292Z 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:56:57.8428152Z 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:56:57.8429210Z 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:56:57.8430170Z 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:56:57.8431266Z 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:56:57.8432410Z 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:56:57.8433457Z 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:56:57.8434400Z 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:56:57.8435398Z 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:56:57.8436499Z 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:56:57.8437574Z 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:56:57.8438430Z 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:56:57.8439516Z 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:56:57.8440299Z 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:56:57.8441216Z 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:56:57.8442109Z 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:56:57.8443115Z 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:56:57.8444067Z 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:56:57.8444910Z 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:56:57.8446565Z 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:56:57.8447296Z 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:56:57.8448342Z 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:56:57.8448788Z 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:56:57.8449924Z 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:56:57.8450952Z 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:56:57.8451736Z 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:56:57.8452965Z 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:56:57.8453943Z 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:56:57.8454885Z 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:56:57.8456341Z 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:56:57.8457395Z 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:56:57.8458275Z 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:56:57.8459050Z 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:56:57.8459863Z 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:56:57.8460886Z 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:56:57.8461804Z 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:56:57.8462657Z 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:56:57.8463732Z 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:56:57.8464603Z 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:56:57.8466140Z 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:56:57.8467010Z 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:56:57.8468119Z 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:56:57.8469309Z 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:56:57.8470295Z 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:56:57.8471015Z 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:56:57.8472272Z 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:56:57.8473015Z 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:56:57.8474306Z 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:56:57.8475325Z 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:56:57.8476206Z 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:56:57.8477972Z 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:56:57.8478442Z 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:56:57.8479752Z 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:56:57.8481110Z 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:56:57.8482198Z 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:56:57.8483012Z 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:56:57.8484344Z 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:56:57.8485606Z 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:56:57.8486945Z 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:56:57.8488989Z 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:56:57.8489592Z 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:56:57.8490362Z 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:56:57.8491534Z 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:56:57.8492747Z 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:56:57.8494816Z 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:56:57.8495764Z 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:56:57.8496261Z 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:56:57.8497072Z 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:56:57.8497854Z 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:56:57.8498948Z 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:56:57.8500394Z 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:56:57.8501192Z 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:56:57.8502239Z 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:56:57.8503600Z 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:56:57.8504643Z 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:56:57.8505392Z 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:56:57.8506419Z 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:56:57.8507363Z 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:56:57.8508590Z 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:56:57.8509223Z 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:56:57.8510621Z 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:56:57.8511259Z 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:56:57.8512856Z 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:56:57.8513628Z 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:56:57.8514742Z 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:56:57.8515851Z 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:56:57.8516725Z 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:56:57.8517744Z 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:56:57.8518830Z 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:56:57.8519781Z 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:56:57.8520841Z 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:56:57.8521740Z 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:56:57.8522456Z 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:56:57.8523644Z 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:56:57.8524414Z 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:56:57.8525615Z 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:56:57.8526674Z 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:56:57.8527601Z 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:56:57.8528593Z 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:56:57.8529527Z 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:56:57.8530464Z 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:56:57.8531443Z 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:56:57.8532454Z 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:56:57.8533523Z 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:56:57.8534685Z 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:56:57.8535730Z 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:56:57.8536720Z 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:56:57.8538107Z 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:56:57.8539063Z 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:56:57.8540179Z 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:56:57.8540947Z 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:56:57.8541932Z 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:56:57.8543182Z 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:56:57.8544066Z 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:56:57.8545135Z 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:56:57.8546091Z 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:56:57.8547020Z 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:56:57.8548005Z 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:56:57.8549066Z 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:56:57.8550113Z 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:56:57.8550973Z 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:56:57.8551770Z 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:56:57.8552504Z 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:56:57.8553393Z 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:56:57.8554286Z 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:56:57.8555456Z 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:56:57.8556656Z 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:56:57.8557561Z 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:56:57.8558699Z 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:56:57.8559636Z 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:56:57.8560721Z 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:56:57.8561774Z 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:56:57.8562859Z 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:56:57.8563955Z 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:56:57.8565064Z 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:56:57.8565876Z 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:56:57.8566857Z 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:56:57.8567726Z 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:56:57.8568685Z 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:56:57.8569635Z 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:56:57.8570614Z 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:56:57.8572671Z 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:56:57.8573285Z 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:56:57.8574362Z 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:56:57.8574985Z 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:56:57.8576058Z 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:56:57.8577016Z 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:56:57.8578155Z 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:56:57.8579027Z 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:56:57.8579977Z 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:56:57.8580883Z 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:56:57.8581870Z 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:56:57.8582802Z 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:56:57.8583868Z 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:56:57.8584679Z 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:56:57.8585643Z 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:56:57.8586502Z 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:56:57.8587488Z 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:56:57.8588640Z 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:56:57.8589605Z 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:56:57.8590506Z 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:56:57.8591962Z 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:56:57.8592715Z 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:56:57.8594353Z 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:56:57.8595067Z 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:56:57.8595759Z 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:56:57.8596814Z 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:56:57.8597704Z 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:56:57.8598731Z 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:56:57.8599628Z 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:56:57.8601146Z 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:56:57.8601878Z 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:56:57.8602680Z 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:56:57.8603582Z 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:56:57.8604904Z 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:56:57.8606596Z 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:56:57.8608039Z 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:56:57.8608910Z 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:56:57.8609814Z 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:56:57.8610724Z 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:56:57.8611706Z 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:56:57.8612745Z 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:56:57.8614003Z 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:56:57.8614848Z 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:56:57.8616112Z 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:56:57.8616625Z 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:56:57.8617708Z 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:56:57.8618452Z 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:56:57.8619815Z 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:56:57.8620546Z 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:56:57.8621521Z 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:56:57.8622244Z 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:56:57.8623389Z 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:56:57.8624348Z 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:56:57.8625639Z 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:56:57.8626595Z 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:56:57.8627738Z 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:56:57.8628695Z 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:56:57.8629739Z 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:56:57.8630817Z 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:56:57.8631595Z 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:56:57.8633465Z 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:56:57.8634292Z 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:56:57.8634833Z 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:56:57.8635628Z 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:56:57.8636377Z 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:56:57.8638020Z 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:56:57.8638534Z 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:56:57.8639274Z 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:56:57.8640471Z 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:56:57.8641893Z 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:56:57.8642543Z 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:56:57.8644265Z 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:56:57.8644603Z 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:56:57.8645986Z 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:56:57.8646368Z 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:56:57.8647389Z 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:56:57.8648862Z 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:56:57.8649610Z 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:56:57.8650361Z 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:56:57.8651449Z 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:56:57.8652338Z 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:56:57.8653544Z 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:56:57.8654435Z 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:56:57.8655177Z 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:56:57.8655996Z 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:56:57.8657185Z 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:56:57.8657805Z 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:56:57.8658757Z 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:56:57.8659634Z 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:56:57.8660650Z 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:56:57.8661576Z 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:56:57.8662525Z 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:56:57.8663504Z 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:56:57.8664615Z 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:56:57.8665496Z 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:56:57.8666440Z 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:56:57.8667390Z 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:56:57.8668581Z 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:56:57.8669551Z 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:56:57.8671018Z 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:56:57.8671784Z 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:56:57.8672932Z 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:56:57.8673829Z 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:56:57.8674904Z 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:56:57.8676165Z 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:56:57.8677225Z 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:56:57.8678091Z 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:56:57.8678984Z 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:56:57.8680141Z 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:56:57.8680963Z 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:56:57.8682123Z 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:56:57.8683585Z 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:56:57.8684289Z 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:56:57.8685344Z 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:56:57.8686846Z 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:56:57.8687744Z 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:56:57.8688657Z 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:56:57.8689706Z 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:56:57.8691077Z 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:56:57.8691884Z 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:56:57.8692611Z 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:56:57.8694078Z 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:56:57.8694966Z 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:56:57.8695743Z 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:56:57.8696872Z 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:56:57.8697708Z 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:56:57.8698798Z 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:56:57.8699871Z 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:56:57.8700960Z 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:56:57.8701387Z 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:56:57.8702726Z 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:56:57.8703749Z 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:56:57.8704902Z 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:56:57.8706108Z 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:56:57.8707168Z 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:56:57.8708169Z 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:56:57.8709230Z 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:56:57.8710006Z 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:56:57.8711032Z 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:56:57.8711993Z 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:56:57.8713030Z 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:56:57.8714001Z 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:56:57.8715078Z 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:56:57.8715996Z 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:56:57.8717150Z 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:56:57.8718185Z 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:56:57.8719020Z 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:56:57.8719937Z 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:56:57.8721421Z 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:56:57.8722421Z 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:56:57.8723596Z 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:56:57.8724957Z 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:56:57.8726360Z 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:56:57.8728477Z 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:56:57.8729405Z 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:56:57.8730113Z 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:56:57.8731089Z 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:56:57.8732223Z 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:56:57.8733438Z 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:56:57.8734777Z 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:56:57.8735892Z 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:56:57.8737027Z 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:56:57.8738366Z 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:56:57.8739845Z 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:56:57.8741162Z 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:56:57.8742299Z 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:56:57.8743801Z 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:56:57.8744723Z 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:56:57.8746066Z 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:56:57.8747214Z 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:56:57.8748796Z 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:56:57.8749902Z 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:56:57.8750995Z 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:56:57.8752230Z 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:56:57.8753581Z 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:56:57.8754811Z 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:56:57.8756038Z 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:56:57.8757267Z 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:56:57.8758757Z 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:56:57.8759760Z 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:56:57.8760939Z 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:56:57.8761964Z 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:56:57.8763082Z 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:56:57.8764355Z 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:56:57.8766396Z 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:56:57.8767488Z 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:56:57.8768751Z 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:56:57.8770095Z 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:56:57.8771172Z 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:56:57.8772339Z 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:56:57.8773538Z 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:56:57.8774997Z 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:56:57.8776245Z 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:56:57.8777263Z 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:56:57.8778557Z 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:56:57.8779702Z 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:56:57.8780891Z 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:56:57.8782059Z 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:56:57.8783237Z 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:56:57.8784582Z 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:56:57.8785726Z 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:56:57.8786825Z 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:56:57.8788134Z 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:56:57.8789433Z 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:56:57.8790605Z 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:56:57.8791846Z 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:56:57.8792933Z 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:56:57.8794260Z 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:56:57.8796519Z 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:56:57.8797227Z 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:56:57.8797946Z 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:56:57.8799383Z 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:56:57.8800733Z 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:56:57.8801603Z 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:56:57.8802769Z 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:56:57.8804147Z 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:56:57.8805410Z 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:56:57.8806409Z 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:56:57.8807949Z 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:56:57.8808975Z 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:56:57.8810197Z 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:56:57.8811544Z 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:56:57.8812611Z 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:56:57.8813930Z 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:56:57.8815119Z 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:56:57.8816313Z 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:56:57.8817728Z 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:56:57.8819456Z 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:56:57.8820568Z 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:56:57.8821742Z 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:56:57.8823155Z 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:56:57.8824268Z 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:56:57.8825392Z 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:56:57.8826673Z 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:56:57.8827934Z 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:56:57.8828911Z 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:56:57.8830350Z 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:56:57.8831530Z 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:56:57.8832830Z 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:56:57.8834110Z 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:56:57.8835539Z 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:56:57.8836427Z 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:56:57.8837646Z 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:56:57.8838879Z 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:56:57.8839992Z 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:56:57.8841168Z 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:56:57.8842578Z 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:56:57.8843608Z 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:56:57.8844930Z 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:56:57.8846108Z 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:56:57.8847498Z 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:56:57.8848573Z 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:56:57.8849769Z 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:56:57.8850918Z 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:56:57.8852456Z 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:56:57.8853580Z 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:56:57.8854633Z 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:56:57.8855969Z 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:56:57.8857166Z 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:56:57.8858322Z 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:56:57.8859473Z 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:56:57.8860696Z 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:56:57.8861887Z 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:56:57.8863255Z 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:56:57.8864346Z 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:56:57.8865571Z 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:56:57.8866767Z 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:56:57.8868306Z 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:56:57.8869445Z 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:56:57.8870634Z 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:56:57.8871962Z 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:56:57.8873423Z 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:56:57.8874759Z 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:56:57.8875814Z 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:56:57.8876981Z 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:56:57.8878216Z 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:56:57.8879269Z 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:56:57.8880481Z 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:56:57.8881685Z 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:56:57.8882898Z 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:56:57.8884486Z 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:56:57.8885483Z 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:56:57.8886645Z 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:56:57.8887936Z 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:56:57.8889240Z 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:56:57.8890458Z 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:56:57.8891679Z 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:56:57.8892800Z 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:56:57.8893991Z 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:56:57.8895057Z 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:56:57.8896289Z 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:56:57.8898164Z 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:56:57.8899223Z 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:56:57.8900447Z 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:56:57.8901888Z 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:56:57.8902896Z 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:56:57.8903970Z 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:56:57.8905204Z 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:56:57.8906583Z 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:56:57.8907771Z 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:56:57.8908920Z 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:56:57.8910225Z 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:56:57.8911588Z 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:56:57.8912693Z 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:56:57.8913827Z 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:56:57.8915029Z 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:56:57.8916500Z 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:56:57.8917622Z 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:56:57.8918747Z 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:56:57.8919904Z 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:56:57.8921292Z 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:56:57.8922363Z 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:56:57.8923560Z 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:56:57.8925035Z 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:56:57.8927068Z 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:56:57.8928270Z 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:56:57.8929552Z 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:56:57.8930634Z 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:56:57.8931783Z 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:56:57.8933036Z 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:56:57.8934175Z 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:56:57.8935369Z 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:56:57.8936583Z 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:56:57.8937922Z 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:56:57.8939958Z 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:56:57.8940535Z 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:56:57.8941443Z 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:56:57.8942584Z 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:56:57.8943906Z 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:56:57.8944892Z 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:56:57.8946152Z 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:56:57.8947771Z 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:56:57.8948882Z 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:56:57.8949990Z 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:56:57.8951158Z 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:56:57.8952333Z 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:56:57.8953517Z 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:56:57.8954723Z 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:56:57.8955950Z 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:56:57.8957221Z 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:56:57.8958830Z 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:56:57.8959816Z 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:56:57.8961020Z 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:56:57.8962213Z 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:56:57.8963338Z 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:56:57.8964555Z 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:56:57.8965864Z 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:56:57.8967991Z 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:56:57.8968435Z 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:56:57.8969231Z 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:56:57.8970077Z 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:56:57.8970998Z 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:56:57.8972219Z 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:56:57.8973226Z 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:56:57.8974082Z 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:56:57.8975961Z 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:56:57.8976530Z 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:56:57.8977473Z 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:56:57.8978440Z 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:56:57.8979702Z 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:56:57.8980825Z 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:56:57.8981760Z 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:56:57.8982480Z 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:56:57.8984294Z 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:56:57.8984689Z 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:56:57.8985743Z 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:56:57.8986677Z 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:56:57.8987777Z 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:56:57.8989042Z 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:56:57.8989794Z 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:56:57.8991487Z 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:56:57.8992067Z 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:56:57.8993135Z 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:56:57.8993959Z 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:56:57.8995360Z 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:56:57.8996157Z 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:56:57.8998540Z 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:56:57.8999245Z 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:56:57.8999866Z 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:56:57.9000512Z 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:56:57.9001334Z 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:56:57.9002155Z 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:56:57.9003086Z 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:56:57.9004348Z 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:56:57.9005166Z 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:56:57.9006517Z 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:56:57.9007268Z 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:56:57.9007984Z 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:56:57.9009456Z 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:56:57.9009994Z 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:56:57.9011331Z 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:56:57.9012258Z 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:56:57.9013214Z 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:56:57.9014172Z 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:56:57.9015185Z 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:56:57.9016073Z 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:56:57.9017082Z 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:56:57.9017952Z 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:56:57.9018964Z 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:56:57.9021048Z 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:56:57.9021667Z 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:56:57.9022251Z 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:56:57.9023107Z 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:56:57.9024174Z 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:56:57.9025155Z 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:56:57.9026399Z 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:56:57.9027274Z 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:56:57.9028359Z 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:56:57.9029472Z 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:56:57.9030724Z 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:56:57.9031547Z 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:56:57.9032307Z 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:56:57.9033337Z 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:56:57.9034235Z 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:56:57.9037589Z 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:56:57.9038417Z 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:56:57.9039045Z 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:56:57.9039621Z 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:56:57.9039932Z 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:56:57.9040430Z 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:56:57.9041418Z 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:56:57.9042657Z 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:56:57.9044165Z 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:56:57.9045375Z 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:56:57.9046465Z 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:56:57.9047672Z 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:56:57.9048901Z 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:56:57.9050073Z 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:56:57.9051476Z 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:56:57.9052532Z 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:56:57.9053534Z 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:56:57.9055565Z 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:56:57.9056163Z 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:56:57.9057098Z 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:56:57.9058369Z 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:56:57.9059537Z 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:56:57.9060788Z 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:56:57.9061902Z 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:56:57.9063153Z 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:56:57.9064322Z 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:56:57.9065449Z 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:56:57.9066617Z 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:56:57.9067961Z 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:56:57.9069474Z 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:56:57.9070572Z 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:56:57.9071791Z 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:56:57.9073059Z 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:56:57.9074266Z 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:56:57.9075327Z 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:56:57.9076397Z 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:56:57.9077508Z 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:56:57.9078818Z 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:56:57.9080068Z 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:56:57.9081307Z 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:56:57.9082392Z 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:56:57.9083648Z 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:56:57.9084925Z 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:56:57.9086956Z 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:56:57.9088042Z 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:56:57.9089261Z 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:56:57.9090436Z 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:56:57.9091783Z 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:56:57.9092932Z 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:56:57.9094001Z 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:56:57.9095372Z 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:56:57.9096638Z 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:56:57.9097627Z 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:56:57.9098875Z 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:56:57.9100009Z 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:56:57.9101346Z 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:56:57.9102414Z 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:56:57.9103854Z 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:56:57.9104869Z 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:56:57.9106056Z 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:56:57.9107301Z 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:56:57.9108777Z 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:56:57.9110110Z 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:56:57.9111408Z 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:56:57.9112752Z 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:56:57.9114138Z 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:56:57.9115059Z 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:56:57.9116267Z 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:56:57.9117401Z 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:56:57.9119268Z 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:56:57.9120297Z 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:56:57.9121513Z 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:56:57.9122691Z 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:56:57.9124391Z 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:56:57.9125294Z 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:56:57.9126392Z 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:56:57.9127557Z 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:56:57.9128902Z 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:56:57.9130114Z 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:56:57.9131152Z 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:56:57.9132332Z 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:56:57.9133512Z 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:56:57.9134716Z 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:56:57.9135887Z 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:56:57.9137131Z 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:56:57.9138467Z 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:56:57.9139737Z 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:56:57.9141218Z 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:56:57.9142095Z 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:56:57.9143409Z 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:56:57.9144562Z 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:56:57.9145934Z 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:56:57.9147055Z 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:56:57.9148262Z 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:56:57.9149376Z 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:56:57.9150755Z 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:56:57.9151993Z 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:56:57.9153270Z 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:56:57.9154468Z 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:56:57.9155720Z 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:56:57.9156943Z 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:56:57.9158128Z 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:56:57.9159277Z 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:56:57.9160490Z 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:56:57.9161673Z 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:56:57.9163046Z 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:56:57.9164212Z 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:56:57.9165441Z 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:56:57.9166604Z 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:56:57.9168052Z 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:56:57.9169069Z 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:56:57.9170300Z 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:56:57.9171450Z 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:56:57.9172714Z 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:56:57.9173933Z 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:56:57.9175098Z 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:56:57.9176298Z 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:56:57.9177677Z 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:56:57.9178780Z 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:56:57.9179991Z 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:56:57.9181121Z 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:56:57.9182535Z 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:56:57.9183743Z 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:56:57.9185084Z 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:56:57.9186159Z 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:56:57.9187492Z 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:56:57.9188779Z 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:56:57.9189805Z 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:56:57.9191107Z 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:56:57.9192301Z 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:56:57.9193636Z 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:56:57.9194965Z 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:56:57.9196196Z 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:56:57.9197899Z 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:56:57.9199199Z 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:56:57.9200416Z 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:56:57.9201522Z 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:56:57.9202620Z 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:56:57.9204762Z 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:56:57.9205312Z 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:56:57.9206437Z 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:56:57.9207786Z 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:56:57.9208980Z 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:56:57.9210165Z 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:56:57.9211447Z 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:56:57.9212604Z 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:56:57.9213694Z 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:56:57.9215178Z 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:56:57.9216648Z 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:56:57.9217585Z 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:56:57.9218802Z 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:56:57.9219924Z 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:56:57.9221193Z 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:56:57.9222323Z 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:56:57.9223499Z 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:56:57.9224755Z 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:56:57.9225979Z 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:56:57.9227229Z 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:56:57.9228373Z 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:56:57.9229582Z 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:56:57.9231016Z 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:56:57.9232233Z 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:56:57.9233485Z 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:56:57.9234646Z 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:56:57.9236088Z 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:56:57.9237247Z 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:56:57.9238539Z 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:56:57.9239626Z 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:56:57.9240863Z 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:56:57.9241985Z 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:56:57.9243285Z 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:56:57.9244570Z 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:56:57.9246791Z 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:56:57.9247637Z 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:56:57.9248790Z 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:56:57.9250715Z 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:56:57.9251122Z 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:56:57.9252038Z 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:56:57.9252821Z 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:56:57.9254046Z 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:56:57.9255076Z 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:56:57.9255824Z 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:56:57.9257065Z 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:56:57.9258067Z 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:56:57.9258655Z 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:56:57.9259412Z 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:56:57.9260857Z 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:56:57.9261713Z 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:56:57.9262809Z 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:56:57.9263743Z 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:56:57.9264891Z 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:56:57.9265916Z 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:56:57.9266851Z 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:56:57.9267978Z 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:56:57.9268922Z 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:56:57.9269839Z 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:56:57.9270933Z 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:56:57.9272543Z 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:56:57.9273755Z 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:56:57.9274357Z 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:56:57.9275478Z 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:56:57.9276423Z 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:56:57.9277758Z 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:56:57.9278757Z 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:56:57.9280434Z 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:56:57.9281110Z 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:56:57.9282059Z 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:56:57.9283666Z 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:56:57.9284486Z 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:56:57.9285472Z 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:56:57.9286591Z 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:56:57.9287459Z 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:56:57.9288371Z 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:56:57.9289374Z 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:56:57.9290358Z 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:56:57.9291558Z 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:56:57.9292285Z 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:56:57.9293980Z 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:56:57.9294546Z 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:56:57.9294978Z 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:56:57.9296141Z 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:56:57.9297117Z 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:56:57.9298118Z 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:56:57.9299125Z 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:56:57.9300108Z 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:56:57.9301219Z 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:56:57.9302134Z 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:56:57.9303160Z 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:56:57.9304459Z 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:56:57.9305439Z 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:56:57.9306567Z 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:56:57.9307476Z 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:56:57.9308749Z 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:56:57.9309622Z 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:56:57.9310336Z 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:56:57.9311702Z 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:56:57.9312601Z 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:56:57.9313809Z 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:56:57.9314859Z 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:56:57.9315581Z 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:56:57.9316685Z 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:56:57.9317553Z 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:56:57.9319266Z 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:56:57.9320022Z 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:56:57.9320965Z 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:56:57.9321945Z 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:56:57.9322843Z 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:56:57.9323421Z 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:56:57.9324527Z 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:56:57.9325433Z 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:56:57.9326395Z 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:56:57.9327094Z 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:56:57.9327947Z 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:56:57.9328732Z 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:56:57.9329673Z 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:56:57.9331479Z 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:56:57.9332161Z 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:56:57.9332739Z 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:56:57.9333934Z 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:56:57.9334736Z 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:56:57.9335725Z 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:56:57.9336993Z 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:56:57.9338007Z 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:56:57.9339155Z 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:56:57.9339914Z 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:56:57.9340972Z 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:56:57.9341996Z 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:56:57.9342918Z 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:56:57.9344151Z 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:56:57.9345048Z 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:56:57.9346110Z 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:56:57.9347099Z 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:56:57.9348499Z 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:56:57.9349334Z 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:56:57.9350376Z 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:56:57.9351250Z 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:56:57.9352419Z 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:56:57.9353356Z 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:56:57.9354037Z 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:56:57.9355224Z 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:56:57.9356095Z 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:56:57.9357041Z 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:56:57.9358147Z 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:56:57.9359185Z 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:56:57.9360261Z 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:56:57.9360903Z 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:56:57.9361934Z 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:56:57.9362968Z 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:56:57.9364037Z 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:56:57.9365439Z 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:56:57.9366435Z 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:56:57.9367315Z 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:56:57.9368285Z 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:56:57.9369081Z 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:56:57.9370040Z 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:56:57.9371048Z 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:56:57.9372156Z 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:56:57.9373023Z 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:56:57.9373739Z 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:56:57.9374449Z 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:56:57.9375754Z 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:56:57.9376659Z 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:56:57.9377479Z 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:56:57.9378310Z 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:56:57.9379465Z 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:56:57.9381227Z 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:56:57.9381972Z 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:56:57.9382432Z 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:56:57.9383409Z 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:56:57.9384161Z 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:56:57.9385405Z 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:56:57.9386176Z 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:56:57.9387207Z 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:56:57.9388415Z 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:56:57.9389193Z 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:56:57.9390008Z 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:56:57.9390971Z 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:56:57.9391942Z 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:56:57.9392891Z 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:56:57.9393750Z 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:56:57.9394702Z 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:56:57.9395483Z 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:56:57.9396444Z 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:56:57.9397487Z 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:56:57.9398267Z 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:56:57.9399540Z 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:56:57.9400302Z 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:56:57.9401412Z 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:56:57.9402301Z 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:56:57.9403007Z 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:56:57.9404052Z 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:56:57.9405448Z 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:56:57.9406877Z 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:56:57.9407706Z 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:56:57.9408828Z 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:56:57.9409624Z 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:56:57.9410426Z 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:56:57.9411201Z 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:56:57.9412176Z 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:56:57.9413347Z 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:56:57.9414031Z 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:56:57.9415201Z 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:56:57.9416274Z 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:56:57.9417231Z 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:56:57.9418189Z 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:56:57.9419250Z 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:56:57.9420219Z 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:56:57.9421120Z 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:56:57.9422441Z 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:56:57.9423514Z 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:56:57.9424685Z 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:56:57.9426790Z 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:56:57.9427757Z 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:56:57.9428568Z 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:56:57.9429635Z 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:56:57.9431099Z 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:56:57.9431793Z 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:56:57.9432892Z 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:56:57.9433841Z 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:56:57.9434906Z 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:56:57.9436803Z 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:56:57.9437832Z 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:56:57.9439029Z 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:56:57.9439960Z 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:56:57.9441057Z 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:56:57.9442062Z 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:56:57.9443017Z 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:56:57.9444943Z 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:56:57.9447564Z 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:56:57.9448479Z 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:56:57.9449264Z 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:56:57.9449927Z 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:56:57.9450767Z 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:56:57.9451429Z 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:56:57.9452408Z 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:56:57.9453464Z 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:56:57.9454461Z 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:56:57.9455069Z 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:56:57.9456602Z 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:56:57.9457667Z 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:56:57.9458750Z 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:56:57.9459673Z 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:56:57.9460557Z 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:56:57.9461479Z 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:56:57.9462339Z 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:56:57.9463697Z 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:56:57.9464555Z 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:56:57.9465496Z 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:56:57.9466410Z 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:56:57.9468407Z 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:56:57.9469334Z 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:56:57.9470487Z 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:56:57.9471249Z 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:56:57.9472250Z 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:56:57.9473359Z 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:56:57.9474431Z 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:56:57.9475315Z 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:56:57.9476332Z 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:56:57.9477472Z 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:56:57.9478563Z 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:56:57.9479767Z 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:56:57.9480737Z 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:56:57.9482170Z 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:56:57.9482975Z 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:56:57.9484139Z 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:56:57.9485156Z 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:56:57.9486005Z 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:56:57.9486971Z 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:56:57.9487893Z 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:56:57.9488928Z 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:56:57.9489766Z 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:56:57.9490630Z 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:56:57.9491418Z 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:56:57.9492285Z 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:56:57.9493396Z 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:56:57.9494247Z 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:56:57.9495233Z 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:56:57.9496089Z 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:56:57.9497160Z 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:56:57.9498052Z 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:56:57.9499214Z 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:56:57.9500068Z 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:56:57.9501069Z 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:56:57.9502029Z 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:56:57.9502660Z 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:56:57.9503729Z 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:56:57.9504315Z 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:56:57.9505285Z 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:56:57.9506325Z 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:56:57.9507529Z 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:56:57.9508273Z 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:56:57.9509665Z 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:56:57.9510608Z 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:56:57.9511660Z 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:56:57.9512573Z 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:56:57.9513317Z 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:56:57.9517197Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T00:56:57.9518257Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:56:57.9518956Z 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:56:57.9520489Z 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:56:57.9521436Z 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:56:57.9522157Z 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:56:57.9523240Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:56:57.9523859Z 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:56:57.9524955Z 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:56:57.9526630Z 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:56:57.9527247Z 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:56:57.9529139Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:56:57.9529772Z 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:56:57.9530791Z 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:56:57.9531544Z 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:56:57.9532114Z 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:56:57.9533165Z 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:56:57.9533850Z 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:56:57.9534833Z 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:56:57.9535656Z 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:56:57.9536621Z 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:56:57.9537568Z 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:56:57.9538581Z 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:56:57.9539465Z 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:56:57.9540398Z 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:56:57.9541560Z 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:56:57.9542646Z 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:56:57.9543789Z 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:56:57.9545199Z 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:56:57.9545994Z 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:56:57.9547019Z 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:56:57.9558597Z 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:56:57.9559713Z 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:56:57.9560361Z 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:56:57.9560939Z 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:56:57.9561744Z 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:56:57.9562511Z 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:56:57.9563148Z 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:56:57.9563909Z 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:56:57.9564524Z 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:56:57.9565102Z 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:56:57.9565751Z 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:56:57.9566415Z 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:56:57.9567091Z 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:56:57.9567706Z 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:56:57.9568302Z 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:56:57.9569070Z 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:56:57.9569772Z 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:56:57.9570450Z 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:56:57.9570995Z 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:56:57.9571640Z 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:56:57.9572179Z 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:56:57.9573126Z 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:56:57.9573726Z 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:56:57.9574542Z 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:56:57.9575490Z 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:56:57.9576867Z 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:56:57.9577588Z 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:56:57.9578623Z 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:56:57.9579434Z 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:56:57.9580420Z 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:56:57.9581190Z 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:56:57.9582178Z 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:56:57.9583080Z 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:56:57.9584194Z 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:56:57.9585000Z 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:56:57.9586029Z 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:56:57.9587236Z 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:56:57.9588200Z 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:56:57.9588959Z 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:56:57.9589746Z 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:56:57.9590518Z 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:56:57.9591545Z 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:56:57.9593050Z 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:56:57.9594031Z 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:56:57.9595074Z 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:56:57.9596044Z 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:56:57.9597021Z 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:56:57.9598130Z 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:56:57.9599173Z 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:56:57.9600204Z 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:56:57.9601144Z 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:56:57.9602088Z 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:56:57.9603058Z 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:56:57.9604051Z 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:56:57.9605029Z 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:56:57.9605960Z 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:56:57.9606587Z 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:56:57.9607189Z 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:56:57.9607727Z 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:56:57.9608857Z 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:56:57.9609897Z 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:56:57.9610898Z 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:56:57.9611892Z 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:56:57.9613064Z 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:56:57.9614302Z 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:56:57.9615499Z 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:56:57.9616640Z 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:56:57.9617511Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:56:57.9618522Z 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:56:57.9619670Z 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:56:57.9620959Z 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:56:57.9622237Z 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:56:57.9623504Z 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:56:57.9624608Z 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:56:57.9626010Z 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:56:57.9627190Z 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:56:57.9628524Z 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:56:57.9629569Z 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:56:57.9630785Z 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:56:57.9631807Z 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:56:57.9633095Z 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:56:57.9634151Z 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:56:57.9635406Z 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:56:57.9636464Z 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:56:57.9637732Z 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:56:57.9638812Z 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:56:57.9640252Z 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:56:57.9641299Z 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:56:57.9642525Z 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:56:57.9643534Z 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:56:57.9644703Z 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:56:57.9645721Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:56:57.9646711Z 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:56:57.9647781Z 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:56:57.9648903Z 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:56:57.9649961Z 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:56:57.9650998Z 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:56:57.9652039Z 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:56:57.9653220Z 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:56:57.9654436Z 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:56:57.9655405Z 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:56:57.9656737Z 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:56:57.9657634Z 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:56:57.9658702Z 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:56:57.9659380Z 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:56:57.9660560Z 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:56:57.9661497Z 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:56:57.9662242Z 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:56:57.9663246Z 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:56:57.9664247Z 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:56:57.9665227Z 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:56:57.9665859Z 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:56:57.9666684Z 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:56:57.9668155Z 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:56:57.9668965Z 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:56:57.9669810Z 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:56:57.9670908Z 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:56:57.9671692Z 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:56:57.9672477Z 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:56:57.9673701Z 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:56:57.9674664Z 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:56:57.9675660Z 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:56:57.9676646Z 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:56:57.9677767Z 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:56:57.9679491Z 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:56:57.9680509Z 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:56:57.9681526Z 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:56:57.9682836Z 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:56:57.9684621Z 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:56:57.9686821Z 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:56:57.9687614Z 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:56:57.9688383Z 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:56:57.9688953Z 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:56:57.9689704Z 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:56:57.9690481Z 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:56:57.9691261Z 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:56:57.9692333Z 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:56:57.9693496Z 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:56:57.9694275Z 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:56:57.9696601Z 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:56:57.9697423Z 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:56:57.9698242Z 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:56:57.9699189Z 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:56:57.9700585Z 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:56:57.9701663Z 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:56:57.9702712Z 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:56:57.9703980Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:56:57.9704926Z 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:56:57.9706696Z 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:56:57.9708200Z 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:56:57.9709303Z 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:56:57.9710419Z 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:56:57.9711492Z 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:56:57.9712537Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:56:57.9713484Z 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:56:57.9714652Z 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:56:57.9716130Z 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:56:57.9717382Z 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:56:57.9718522Z 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:56:57.9719872Z 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:56:57.9721028Z 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:56:57.9722165Z 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:56:57.9723322Z 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:56:57.9724523Z 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:56:57.9725601Z 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:56:57.9727086Z 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:56:57.9728196Z 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:56:57.9729276Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T00:56:57.9730072Z 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:56:57.9730917Z 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:56:57.9733210Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T00:56:57.9733885Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:56:57.9734415Z 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:56:57.9736555Z 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:56:57.9737311Z 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:56:57.9738165Z 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:56:57.9739351Z 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:56:57.9740001Z 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:56:57.9740622Z 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:56:57.9741753Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T00:56:57.9742227Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:56:57.9742749Z 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:56:57.9744227Z 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:56:57.9745426Z 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:56:57.9746676Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:56:57.9747790Z 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:56:57.9748886Z 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:56:57.9750057Z 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:56:57.9751138Z 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:56:57.9752293Z 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:56:57.9753334Z 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:56:57.9754616Z 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:56:57.9755913Z 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:56:57.9757246Z 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:56:57.9758366Z 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:56:57.9759822Z 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:56:57.9760422Z 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:56:57.9760942Z 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:56:57.9761861Z 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:56:57.9763710Z 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:56:57.9765079Z 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:56:57.9766764Z 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:56:57.9767752Z 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:56:57.9768711Z 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:56:57.9770528Z 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:56:57.9771667Z 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:56:57.9772590Z 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:56:57.9773723Z 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:56:57.9774570Z 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:56:57.9775666Z 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:56:57.9776423Z 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:56:57.9778454Z 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:56:57.9778985Z 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:56:57.9780068Z 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:56:57.9781015Z 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:56:57.9781777Z 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:56:57.9782583Z 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:56:57.9783390Z 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:56:57.9785479Z 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:56:57.9786238Z 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:56:57.9787237Z 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:56:57.9788135Z 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:56:57.9789010Z 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:56:57.9790384Z 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:56:57.9791505Z 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:56:57.9792466Z 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:56:57.9793442Z 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:56:57.9794206Z 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:56:57.9795354Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:56:57.9796086Z 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:56:57.9797428Z 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:56:57.9798284Z 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:56:57.9799021Z 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:56:57.9800245Z 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:56:57.9801299Z 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:56:57.9802345Z 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:56:57.9803339Z 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:56:57.9804584Z 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:56:57.9805504Z 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:56:57.9806373Z 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:56:57.9807406Z 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:56:57.9808411Z 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:56:57.9809538Z 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:56:57.9810525Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:56:57.9811457Z 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:56:57.9812426Z 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:56:57.9813388Z 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:56:57.9814537Z 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:56:57.9815491Z 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:56:57.9816419Z 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:56:57.9817349Z 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:56:57.9818189Z 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:56:57.9819107Z 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:56:57.9820018Z 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:56:57.9820958Z 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:56:57.9822306Z 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:56:57.9823077Z 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:56:57.9824248Z 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:56:57.9824925Z 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:56:57.9825729Z 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:56:57.9826400Z 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:56:57.9827838Z 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:56:57.9828711Z 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:56:57.9829447Z 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:56:57.9830702Z 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:56:57.9831878Z 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:56:57.9832616Z 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:56:57.9833977Z 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:56:57.9836797Z 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:56:57.9837318Z 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:56:57.9838008Z 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:56:57.9838631Z 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:56:57.9839161Z 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:56:57.9840130Z 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:56:57.9841037Z 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:56:57.9842549Z 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:56:57.9843373Z 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:56:57.9844136Z 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:56:57.9845901Z 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:56:57.9847143Z 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:56:57.9848189Z 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:56:57.9849184Z 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:56:57.9850105Z 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:56:57.9851156Z 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:56:57.9852013Z 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:56:57.9852960Z 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:56:57.9853851Z 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:56:57.9854862Z 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:56:57.9855811Z 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:56:57.9856713Z 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:56:57.9857684Z 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:56:57.9858570Z 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:56:57.9859316Z 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:56:57.9860277Z 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:56:57.9861052Z 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:56:57.9861884Z 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:56:57.9862839Z 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:56:57.9863512Z 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:56:57.9864422Z 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:56:57.9865505Z 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:56:57.9866949Z 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:56:57.9867958Z 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:56:57.9869006Z 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:56:57.9870089Z 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:56:57.9871131Z 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:56:57.9872202Z 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:56:57.9873222Z 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:56:57.9874170Z 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:56:57.9875132Z 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:56:57.9876206Z 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:56:57.9877442Z 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:56:57.9878290Z 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:56:57.9878983Z 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:56:57.9880272Z 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:56:57.9880896Z 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:56:57.9882033Z 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:56:57.9882862Z 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:56:57.9883952Z 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:56:57.9885054Z 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:56:57.9886124Z 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:56:57.9887073Z 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:56:57.9888028Z 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:56:57.9888914Z 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:56:57.9889793Z 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:56:57.9890803Z 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:56:57.9891915Z 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:56:57.9892737Z 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:56:57.9893762Z 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:56:57.9894776Z 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:56:57.9896455Z 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:56:57.9897687Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:56:57.9898427Z 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:56:57.9899456Z 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:56:57.9900373Z 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:56:57.9901262Z 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:56:57.9902011Z 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:56:57.9902785Z 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:56:57.9912718Z 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:56:57.9914475Z 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:56:57.9915482Z 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:56:57.9916354Z 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:56:57.9917138Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T00:56:57.9917816Z 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:56:57.9918987Z 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:56:57.9920084Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:56:57.9920530Z 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:56:57.9921759Z 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:56:57.9922384Z 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:56:57.9923239Z 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:56:57.9924644Z 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:56:57.9925765Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:56:57.9926343Z 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:56:57.9927729Z 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:56:57.9928449Z 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:56:57.9929111Z 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:56:57.9930367Z 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:56:57.9931170Z 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:56:57.9932296Z 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:56:57.9933144Z 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:56:57.9934133Z 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:56:57.9934903Z 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:56:57.9935656Z 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:56:57.9936515Z 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:56:57.9937367Z 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:56:57.9938164Z 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:56:57.9938972Z 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:56:57.9939707Z 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:56:57.9940487Z 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:56:57.9941230Z 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:56:57.9942457Z 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:56:57.9943215Z 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:56:57.9944142Z 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:56:57.9944945Z 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:56:57.9945994Z 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:56:57.9947066Z 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:56:57.9947766Z 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:56:57.9948777Z 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:56:57.9949907Z 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:56:57.9950648Z 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:56:57.9951830Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T00:56:57.9952554Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T00:56:57.9953510Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:56:57.9954192Z 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:56:57.9955031Z 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:56:57.9956283Z 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:56:57.9956905Z 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:56:57.9958129Z 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:56:57.9958744Z 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:56:57.9959714Z 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:56:57.9960727Z 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:56:57.9961428Z 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:56:57.9962859Z 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:56:57.9963691Z 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:56:57.9964615Z 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:56:57.9965541Z 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:56:57.9966402Z 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:56:57.9967284Z 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:56:57.9968278Z 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:56:57.9969600Z 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:56:57.9970350Z 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:56:57.9971040Z 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:56:57.9972046Z 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:56:57.9973141Z 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:56:57.9974238Z 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:56:57.9975010Z 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:56:57.9976329Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:56:57.9976840Z 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:56:57.9977941Z 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:56:57.9978911Z 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:56:57.9980097Z 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:56:57.9980855Z 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:56:57.9981941Z 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:56:57.9982639Z 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:56:57.9983649Z 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:56:57.9984609Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:56:57.9985063Z 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:56:57.9985968Z 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:56:57.9986915Z 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:56:57.9987973Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:56:57.9988824Z 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:56:57.9989714Z 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:56:57.9990679Z 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:56:57.9991646Z 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:56:57.9992412Z 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:56:57.9993345Z 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:56:57.9994212Z 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:56:57.9995027Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:56:57.9995808Z 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:56:57.9997113Z 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:56:57.9997649Z 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:56:57.9999217Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:56:57.9999760Z 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:56:58.0000426Z 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:56:58.0001246Z 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:56:58.0002334Z 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:56:58.0003117Z 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:56:58.0004269Z 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:56:58.0004887Z 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:56:58.0006990Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:56:58.0007471Z 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:56:58.0008471Z 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:56:58.0009069Z 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:56:58.0010525Z 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:56:58.0011121Z 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:56:58.0012553Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:56:58.0013125Z 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:56:58.0013821Z 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:56:58.0015547Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:56:58.0035395Z 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:56:58.0036041Z 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:56:58.0036903Z 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:56:58.0037597Z 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:56:58.0038290Z 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:56:58.0038949Z 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:56:58.0039534Z 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:56:58.0040085Z 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:56:58.0040691Z 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:56:58.0041013Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:56:58.0041783Z 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:56:58.0042464Z 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:56:58.0042927Z 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:56:58.0043697Z 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:56:58.0044602Z 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:56:58.0045085Z 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:56:58.0045717Z 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:56:58.0046506Z 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:56:58.0046961Z 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:56:58.0047577Z 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:56:58.0048369Z 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:56:58.0049113Z 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:56:58.0049787Z 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:56:58.0050552Z 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:56:58.0051329Z 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:56:58.0051807Z 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:56:58.0052091Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:56:58.0052479Z 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:56:58.0052907Z 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:56:58.0053373Z 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:56:58.0053803Z 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:56:58.0054360Z 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:56:58.0054747Z 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:56:58.0055201Z 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:56:58.0055681Z 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:56:58.0056161Z 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:56:58.0056681Z 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:56:58.0057163Z 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:56:58.0057687Z 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:56:58.0058340Z 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:56:58.0059311Z 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:56:58.0060218Z 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:56:58.0061418Z 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:56:58.0062283Z 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:56:58.0063134Z 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:56:58.0064781Z 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:56:58.0065393Z 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:56:58.0066202Z 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:56:58.0067475Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:56:58.0068088Z 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:56:58.0068858Z 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:56:58.0070258Z 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:56:58.0070928Z 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:56:58.0072050Z 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:56:58.0073039Z 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:56:58.0074031Z 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:56:58.0074669Z 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:56:58.0076190Z 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:56:58.0077341Z 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:56:58.0078544Z 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:56:58.0079553Z 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:56:58.0080287Z 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:56:58.0082107Z 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:56:58.0082990Z 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:56:58.0084234Z 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:56:58.0085386Z 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:56:58.0086619Z 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:56:58.0087969Z 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:56:58.0089354Z 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:56:58.0090662Z 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:56:58.0091886Z 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:56:58.0093066Z 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:56:58.0094271Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:56:58.0095193Z 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:56:58.0096556Z 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:56:58.0097950Z 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:56:58.0099042Z 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:56:58.0100131Z 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:56:58.0101218Z 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:56:58.0102370Z 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:56:58.0103479Z 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:56:58.0104791Z 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:56:58.0105811Z 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:56:58.0107010Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:56:58.0108183Z 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:56:58.0109450Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:56:58.0110320Z 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:56:58.0111728Z 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:56:58.0112883Z 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:56:58.0114137Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:56:58.0114987Z 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:56:58.0116272Z 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:56:58.0116861Z 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:56:58.0118332Z 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:56:58.0119264Z 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:56:58.0120413Z 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:56:58.0121584Z 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:56:58.0122597Z 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:56:58.0124050Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:56:58.0125304Z 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:56:58.0126500Z 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:56:58.0127740Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:56:58.0128476Z 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:56:58.0129778Z 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:56:58.0130895Z 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:56:58.0131948Z 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:56:58.0133660Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:56:58.0134317Z 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:56:58.0135777Z 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:56:58.0137091Z 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:56:58.0138245Z 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:56:58.0139394Z 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:56:58.0140595Z 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:56:58.0141628Z 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:56:58.0142589Z 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:56:58.0143630Z 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:56:58.0144783Z 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:56:58.0145892Z 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:56:58.0146936Z 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:56:58.0148354Z 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:56:58.0149374Z 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:56:58.0150493Z 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:56:58.0151854Z 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:56:58.0152996Z 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:56:58.0154538Z 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:56:58.0155331Z 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:56:58.0157137Z 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:56:58.0158294Z 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:56:58.0159330Z 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:56:58.0160460Z 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:56:58.0161814Z 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:56:58.0162589Z 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:56:58.0164997Z 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:56:58.0166548Z 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:56:58.0171318Z 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:56:58.0171940Z 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:56:58.0174454Z 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:56:58.0175418Z 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:56:58.0176504Z 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:56:58.0177548Z 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:56:58.0178562Z 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:56:58.0179631Z 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:56:58.0180842Z 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:56:58.0181837Z 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:56:58.0182874Z 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:56:58.0184813Z 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:56:58.0185659Z 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:56:58.0186822Z 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:56:58.0188164Z 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:56:58.0189281Z 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:56:58.0190282Z 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:56:58.0191432Z 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:56:58.0192490Z 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:56:58.0194312Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:56:58.0195009Z 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:56:58.0196259Z 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:56:58.0196816Z 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:56:58.0198199Z 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:56:58.0198975Z 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:56:58.0199899Z 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:56:58.0200968Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:56:58.0201787Z 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:56:58.0202716Z 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:56:58.0203635Z 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:56:58.0206508Z 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:56:58.0208224Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:56:58.0208685Z 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:56:58.0209959Z 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:56:58.0210775Z 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:56:58.0211691Z 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:56:58.0212791Z 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:56:58.0213421Z 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:56:58.0214799Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:56:58.0215203Z 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:56:58.0216190Z 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:56:58.0217024Z 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:56:58.0218102Z 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:56:58.0218965Z 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:56:58.0220200Z 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:56:58.0220683Z 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:56:58.0221981Z 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:56:58.0222702Z 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:56:58.0224069Z 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:56:58.0224994Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T00:56:58.0226377Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:56:58.0226934Z 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:56:58.0227803Z 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:56:58.0228927Z 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:56:58.0229765Z 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:56:58.0230792Z 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:56:58.0231651Z 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:56:58.0232676Z 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:56:58.0233443Z 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:56:58.0234509Z 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:56:58.0235201Z 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:56:58.0236200Z 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:56:58.0237037Z 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:56:58.0237795Z 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:56:58.0238874Z 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:56:58.0240004Z 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:56:58.0240533Z 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:56:58.0241875Z 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:56:58.0243086Z 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:56:58.0244216Z 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:56:58.0245135Z 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:56:58.0246141Z 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:56:58.0247078Z 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:56:58.0248089Z 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:56:58.0249131Z 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:56:58.0249964Z 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:56:58.0250880Z 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:56:58.0251798Z 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:56:58.0253332Z 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:56:58.0254114Z 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:56:58.0255022Z 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:56:58.0256308Z 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:56:58.0257515Z 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:56:58.0259790Z 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:56:58.0260782Z 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:56:58.0261657Z 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:56:58.0262835Z 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:56:58.0263888Z 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:56:58.0265014Z 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:56:58.0266543Z 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:56:58.0267455Z 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:56:58.0268977Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:56:58.0270831Z 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:56:58.0272093Z 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:56:58.0273023Z 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:56:58.0277533Z 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:56:58.0278253Z 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:56:58.0279181Z 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:56:58.0280247Z 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:56:58.0281339Z 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:56:58.0282509Z 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:56:58.0283982Z 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:56:58.0285013Z 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:56:58.0286089Z 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:56:58.0287349Z 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:56:58.0288550Z 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:56:58.0289469Z 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:56:58.0290923Z 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:56:58.0292192Z 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:56:58.0293382Z 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:56:58.0294528Z 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:56:58.0295504Z 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:56:58.0296567Z 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:56:58.0297844Z 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:56:58.0299148Z 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:56:58.0300405Z 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:56:58.0301761Z 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:56:58.0302974Z 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:56:58.0303945Z 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:56:58.0305574Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:56:58.0306135Z 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:56:58.0308757Z 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:56:58.0309370Z 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:56:58.0310415Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:56:58.0311168Z 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:56:58.0312436Z 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:56:58.0313783Z 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:56:58.0314896Z 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:56:58.0315860Z 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:56:58.0316859Z 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:56:58.0317963Z 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:56:58.0319063Z 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:56:58.0320079Z 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:56:58.0322123Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:56:58.0322790Z 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:56:58.0324136Z 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:56:58.0325260Z 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:56:58.0327412Z 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:56:58.0328834Z 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:56:58.0330075Z 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:56:58.0331191Z 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:56:58.0332234Z 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:56:58.0333313Z 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:56:58.0334344Z 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:56:58.0335701Z 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:56:58.0336557Z 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:56:58.0337685Z 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:56:58.0339162Z 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:56:58.0340316Z 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:56:58.0341374Z 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:56:58.0342555Z 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:56:58.0343648Z 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:56:58.0344656Z 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:56:58.0345713Z 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:56:58.0346905Z 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:56:58.0348122Z 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:56:58.0349289Z 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:56:58.0350392Z 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:56:58.0351244Z 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:56:58.0352494Z 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:56:58.0353523Z 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:56:58.0354789Z 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:56:58.0355810Z 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:56:58.0356942Z 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:56:58.0358007Z 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:56:58.0359075Z 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:56:58.0360209Z 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:56:58.0361237Z 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:56:58.0362767Z 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:56:58.0364104Z 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:56:58.0365397Z 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:56:58.0366607Z 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:56:58.0367739Z 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:56:58.0369079Z 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:56:58.0369977Z 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:56:58.0371863Z 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:56:58.0373045Z 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:56:58.0373953Z 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:56:58.0375944Z 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:56:58.0377000Z 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:56:58.0378109Z 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:56:58.0379635Z 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:56:58.0380460Z 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:56:58.0381591Z 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:56:58.0382357Z 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:56:58.0383441Z 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:56:58.0384580Z 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:56:58.0385704Z 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:56:58.0386693Z 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:56:58.0387948Z 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:56:58.0388740Z 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:56:58.0389727Z 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:56:58.0391884Z 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:56:58.0392878Z 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:56:58.0393640Z 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:56:58.0394479Z 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:56:58.0395339Z 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:56:58.0396275Z 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:56:58.0397097Z 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:56:58.0398026Z 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:56:58.0398849Z 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:56:58.0399818Z 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:56:58.0401477Z 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:56:58.0402146Z 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:56:58.0403113Z 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:56:58.0404334Z 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:56:58.0405123Z 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:56:58.0405879Z 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:56:58.0407634Z 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:56:58.0408242Z 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:56:58.0408704Z 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:56:58.0409910Z 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:56:58.0410931Z 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:56:58.0412114Z 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:56:58.0412910Z 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:56:58.0414356Z 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:56:58.0415395Z 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:56:58.0416473Z 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:56:58.0417573Z 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:56:58.0418576Z 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:56:58.0419853Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:56:58.0420971Z 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:56:58.0422152Z 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:56:58.0423322Z 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:56:58.0424515Z 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:56:58.0425636Z 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:56:58.0426728Z 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:56:58.0427960Z 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:56:58.0429435Z 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:56:58.0430793Z 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:56:58.0431948Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:56:58.0432986Z 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:56:58.0434185Z 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:56:58.0435266Z 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:56:58.0436407Z 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:56:58.0437540Z 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:56:58.0438866Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:56:58.0440017Z 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:56:58.0441473Z 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:56:58.0442771Z 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:56:58.0443632Z 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:56:58.0444867Z 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:56:58.0446069Z 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:56:58.0447287Z 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:56:58.0448298Z 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:56:58.0449409Z 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:56:58.0450383Z 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:56:58.0451538Z 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:56:58.0452574Z 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:56:58.0453698Z 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:56:58.0455156Z 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:56:58.0456480Z 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:56:58.0458032Z 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:56:58.0459350Z 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:56:58.0460502Z 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:56:58.0461665Z 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:56:58.0462687Z 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:56:58.0463793Z 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:56:58.0465259Z 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:56:58.0466502Z 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:56:58.0467526Z 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:56:58.0468766Z 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:56:58.0469928Z 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:56:58.0470928Z 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:56:58.0472019Z 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:56:58.0473189Z 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:56:58.0474151Z 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:56:58.0475260Z 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:56:58.0476865Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:56:58.0477605Z 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:56:58.0479106Z 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:56:58.0480299Z 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:56:58.0481479Z 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:56:58.0482528Z 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:56:58.0484388Z 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:56:58.0486986Z 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:56:58.0487750Z 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:56:58.0488790Z 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:56:58.0489844Z 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:56:58.0491036Z 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:56:58.0492095Z 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:56:58.0493656Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:56:58.0494455Z 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:56:58.0495526Z 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:56:58.0496285Z 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:56:58.0497791Z 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:56:58.0498740Z 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:56:58.0499846Z 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:56:58.0500860Z 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:56:58.0501914Z 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:56:58.0502999Z 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:56:58.0504048Z 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:56:58.0505127Z 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:56:58.0506516Z 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:56:58.0507724Z 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:56:58.0508956Z 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:56:58.0510165Z 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:56:58.0511223Z 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:56:58.0512385Z 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:56:58.0513484Z 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:56:58.0514537Z 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:56:58.0515667Z 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:56:58.0516775Z 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:56:58.0518058Z 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:56:58.0519183Z 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:56:58.0520380Z 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:56:58.0521703Z 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:56:58.0522970Z 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:56:58.0524208Z 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:56:58.0525626Z 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:56:58.0526852Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:56:58.0528055Z 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:56:58.0529227Z 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:56:58.0530500Z 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:56:58.0531425Z 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:56:58.0532790Z 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:56:58.0534419Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:56:58.0535610Z 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:56:58.0536710Z 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:56:58.0537968Z 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:56:58.0539109Z 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:56:58.0541069Z 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:56:58.0542015Z 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:56:58.0543131Z 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:56:58.0544231Z 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:56:58.0545483Z 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:56:58.0546567Z 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:56:58.0547719Z 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:56:58.0548619Z 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:56:58.0549991Z 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:56:58.0552359Z 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:56:58.0553152Z 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:56:58.0554245Z 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:56:58.0555397Z 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:56:58.0556507Z 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:56:58.0557774Z 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:56:58.0558712Z 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:56:58.0559791Z 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:56:58.0560986Z 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:56:58.0562658Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:56:58.0563341Z 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:56:58.0564678Z 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:56:58.0565848Z 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:56:58.0567237Z 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:56:58.0568562Z 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:56:58.0569744Z 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:56:58.0570706Z 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:56:58.0571815Z 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:56:58.0572904Z 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:56:58.0574022Z 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:56:58.0575229Z 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:56:58.0576223Z 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:56:58.0577324Z 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:56:58.0578314Z 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:56:58.0579494Z 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:56:58.0581215Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:56:58.0582069Z 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:56:58.0583092Z 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:56:58.0584525Z 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:56:58.0585343Z 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:56:58.0586172Z 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:56:58.0587199Z 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:56:58.0588300Z 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:56:58.0589705Z 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:56:58.0590781Z 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:56:58.0591678Z 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:56:58.0592575Z 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:56:58.0593386Z 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:56:58.0594433Z 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:56:58.0595294Z 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:56:58.0596238Z 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:56:58.0597104Z 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:56:58.0597921Z 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:56:58.0599241Z 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:56:58.0600013Z 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:56:58.0600555Z 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:56:58.0601940Z 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:56:58.0602398Z 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:56:58.0603537Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T00:56:58.0604377Z 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:56:58.0605600Z 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:56:58.0606275Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:56:58.0607074Z 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:56:58.0607963Z 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:56:58.0608945Z 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:56:58.0609897Z 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:56:58.0611858Z 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:56:58.0612251Z 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:56:58.0613060Z 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:56:58.0614024Z 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:56:58.0614903Z 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:56:58.0615854Z 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:56:58.0616819Z 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:56:58.0617732Z 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:56:58.0619019Z 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:56:58.0620014Z 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:56:58.0620703Z 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:56:58.0622331Z 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:56:58.0623103Z 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:56:58.0623932Z 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:56:58.0624693Z 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:56:58.0625653Z 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:56:58.0626816Z 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:56:58.0627663Z 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:56:58.0628418Z 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:56:58.0629537Z 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:56:58.0630306Z 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:56:58.0631257Z 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:56:58.0631892Z 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:56:58.0632819Z 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:56:58.0633799Z 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:56:58.0634699Z 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:56:58.0635717Z 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:56:58.0636956Z 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:56:58.0637844Z 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:56:58.0639047Z 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:56:58.0639967Z 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:56:58.0640819Z 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:56:58.0641795Z 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:56:58.0643072Z 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:56:58.0644161Z 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:56:58.0644978Z 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:56:58.0645982Z 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:56:58.0646805Z 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:56:58.0647584Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:56:58.0648403Z 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:56:58.0649206Z 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:56:58.0650193Z 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:56:58.0650944Z 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:56:58.0652317Z 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:56:58.0652989Z 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:56:58.0653772Z 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:56:58.0654458Z 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:56:58.0655387Z 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:56:58.0656597Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T00:56:58.0658166Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:56:58.0658631Z 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:56:58.0659718Z 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:56:58.0660247Z 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:56:58.0661199Z 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:56:58.0661694Z 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:56:58.0662795Z 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:56:58.0663465Z 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:56:58.0664295Z 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:56:58.0665408Z 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:56:58.0666172Z 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:56:58.0667044Z 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:56:58.0668137Z 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:56:58.0669116Z 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:56:58.0669921Z 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:56:58.0670891Z 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:56:58.0671838Z 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:56:58.0673465Z 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:56:58.0674182Z 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:56:58.0675185Z 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:56:58.0675989Z 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:56:58.0677345Z 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:56:58.0678118Z 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:56:58.0679227Z 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:56:58.0680169Z 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:56:58.0681155Z 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:56:58.0682204Z 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:56:58.0683375Z 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:56:58.0684120Z 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:56:58.0685939Z 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:56:58.0687562Z 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:56:58.0688262Z 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:56:58.0689125Z 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:56:58.0690203Z 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:56:58.0691578Z 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:56:58.0693069Z 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:56:58.0693459Z 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:56:58.0694426Z 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:56:58.0696010Z 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:56:58.0696898Z 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:56:58.0697718Z 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:56:58.0698778Z 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:56:58.0699745Z 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:56:58.0700868Z 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:56:58.0701989Z 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:56:58.0703247Z 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:56:58.0704317Z 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:56:58.0705396Z 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:56:58.0706439Z 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:56:58.0707471Z 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:56:58.0708848Z 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:56:58.0710155Z 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:56:58.0711316Z 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:56:58.0712265Z 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:56:58.0713427Z 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:56:58.0714535Z 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:56:58.0715666Z 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:56:58.0716757Z 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:56:58.0717733Z 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:56:58.0718777Z 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:56:58.0720928Z 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:56:58.0721544Z 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:56:58.0722288Z 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:56:58.0722958Z 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:56:58.0723985Z 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:56:58.0724754Z 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:56:58.0726196Z 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:56:58.0726705Z 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:56:58.0727746Z 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:56:58.0728669Z 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:56:58.0729997Z 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:56:58.0731062Z 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:56:58.0731852Z 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:56:58.0732939Z 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:56:58.0733804Z 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:56:58.0735138Z 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:56:58.0735701Z 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:56:58.0737184Z 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:56:58.0737903Z 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:56:58.0738786Z 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:56:58.0739872Z 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:56:58.0740717Z 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:56:58.0741680Z 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:56:58.0742704Z 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:56:58.0743793Z 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:56:58.0744642Z 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:56:58.0745796Z 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:56:58.0746587Z 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:56:58.0747505Z 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:56:58.0748404Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:56:58.0749245Z 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:56:58.0750416Z 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:56:58.0751281Z 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:56:58.0752178Z 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:56:58.0753240Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:56:58.0754118Z 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:56:58.0755081Z 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:56:58.0757731Z 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:56:58.0758213Z 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:56:58.0759049Z 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:56:58.0759586Z 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:56:58.0759982Z 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:56:58.0760441Z 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:56:58.0762135Z 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:56:58.0763181Z 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:56:58.0764173Z 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:56:58.0765059Z 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:56:58.0765826Z 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:56:58.0766839Z 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:56:58.0767778Z 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:56:58.0768809Z 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:56:58.0769745Z 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:56:58.0770495Z 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:56:58.0771690Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T00:56:58.0772394Z 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:56:58.0772981Z 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:56:58.0774695Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:56:58.0775432Z 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:56:58.0776305Z 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:56:58.0777007Z 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:56:58.0778936Z 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:56:58.0779496Z 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:56:58.0779857Z 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:56:58.0780610Z 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:56:58.0781465Z 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:56:58.0782274Z 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:56:58.0784334Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:56:58.0784787Z 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:56:58.0785348Z 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:56:58.0785729Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:56:58.0786371Z 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:56:58.0788184Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:56:58.0788572Z 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:56:58.0789325Z 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:56:58.0790174Z 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:56:58.0791305Z 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:56:58.0792538Z 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:56:58.0793555Z 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:56:58.0794366Z 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:56:58.0795181Z 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:56:58.0796205Z 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:56:58.0797186Z 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:56:58.0798259Z 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:56:58.0799352Z 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:56:58.0800267Z 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:56:58.0801256Z 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:56:58.0802002Z 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:56:58.0802964Z 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:56:58.0804773Z 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:56:58.0805460Z 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:56:58.0806243Z 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:56:58.0807343Z 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:56:58.0808232Z 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:56:58.0809221Z 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:56:58.0809929Z 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:56:58.0810798Z 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:56:58.0811660Z 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:56:58.0812545Z 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:56:58.0813501Z 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:56:58.0814282Z 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:56:58.0815379Z 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:56:58.0816286Z 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:56:58.0816964Z 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:56:58.0818014Z 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:56:58.0818752Z 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:56:58.0819739Z 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:56:58.0820676Z 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:56:58.0821622Z 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:56:58.0822437Z 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:56:58.0823460Z 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:56:58.0824321Z 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:56:58.0825359Z 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:56:58.0826302Z 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:56:58.0827377Z 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:56:58.0828461Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T00:56:58.0829350Z 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:56:58.0830339Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T00:56:58.0831093Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:56:58.0832059Z 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:56:58.0832879Z 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:56:58.0833931Z 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:56:58.0834841Z 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:56:58.0836663Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:56:58.0837317Z 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:56:58.0838082Z 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:56:58.0839172Z 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:56:58.0841097Z 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:56:58.0841731Z 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:56:58.0842537Z 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:56:58.0843441Z 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:56:58.0844686Z 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:56:58.0847059Z 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:56:58.0847705Z 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:56:58.0848769Z 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:56:58.0849874Z 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:56:58.0851129Z 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:56:58.0852423Z 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:56:58.0853305Z 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:56:58.0854412Z 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:56:58.0856385Z 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:56:58.0857333Z 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:56:58.0859182Z 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:56:58.0860006Z 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:56:58.0861835Z 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:56:58.0862465Z 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:56:58.0863486Z 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:56:58.0864573Z 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:56:58.0866154Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:56:58.0866836Z 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:56:58.0868087Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:56:58.0868990Z 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:56:58.0870313Z 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:56:58.0871580Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:56:58.0872655Z 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:56:58.0873260Z 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:56:58.0874187Z 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:56:58.0875018Z 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:56:58.0876229Z 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:56:58.0877118Z 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:56:58.0878138Z 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:56:58.0878831Z 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:56:58.0879517Z 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:56:58.0880989Z 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:56:58.0882598Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:56:58.0883201Z 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:56:58.0884254Z 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:56:58.0885027Z 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:56:58.0886665Z 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:56:58.0887594Z 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:56:58.0888696Z 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:56:58.0889470Z 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:56:58.0891898Z 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:56:58.0892466Z 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:56:58.0892900Z 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:56:58.0893565Z 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:56:58.0894399Z 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:56:58.0895270Z 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:56:58.0896822Z 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:56:58.0897611Z 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:56:58.0898459Z 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:56:58.0900276Z 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:56:58.0901685Z 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:56:58.0902601Z 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:56:58.0903828Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:56:58.0904657Z 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:56:58.0905698Z 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:56:58.0906964Z 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:56:58.0908110Z 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:56:58.0908665Z 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:56:58.0910083Z 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:56:58.0911935Z 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:56:58.0914275Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T00:56:58.0914785Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T00:56:58.0915628Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T00:56:58.0916307Z 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:56:58.0917582Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:56:58.0917950Z 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:56:58.0918868Z 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:56:58.0919682Z 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:56:58.0920796Z 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:56:58.0922157Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:56:58.0922492Z 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:56:58.0924240Z 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:56:58.0925056Z 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:56:58.0926019Z 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:56:58.0927021Z 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:56:58.0927807Z 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:56:58.0928617Z 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:56:58.0929450Z 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:56:58.0930852Z 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:56:58.0932011Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:56:58.0932805Z 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:56:58.0933486Z 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:56:58.0934773Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:56:58.0935571Z 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:56:58.0936321Z 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:56:58.0937857Z 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:56:58.0938679Z 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:56:58.0940001Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:56:58.0940838Z 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:56:58.0941835Z 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:56:58.0942767Z 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:56:58.0944899Z 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:56:58.0945134Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T00:56:58.0945603Z 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:56:58.0946546Z 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:56:58.0947711Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T00:56:58.0948259Z 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:56:58.0949523Z 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:56:58.0950544Z 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:56:58.0951850Z 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:56:58.0954424Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0955135Z copying build/lib.linux-x86_64-cpython-37/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0956155Z copying build/lib.linux-x86_64-cpython-37/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0957550Z copying build/lib.linux-x86_64-cpython-37/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0957897Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0960122Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0961261Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0962475Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0963208Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0964698Z copying build/lib.linux-x86_64-cpython-37/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0965316Z copying build/lib.linux-x86_64-cpython-37/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0968105Z copying build/lib.linux-x86_64-cpython-37/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0968409Z copying build/lib.linux-x86_64-cpython-37/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:56:58.0969513Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0969869Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0970735Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0971709Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0973101Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0973884Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0974984Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0975932Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0976775Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0978228Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0979102Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0980041Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0981158Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0982001Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0983034Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:56:58.0983992Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:56:58.0984529Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:56:58.0985536Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:56:58.0987141Z 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:56:58.0987554Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:56:58.0988744Z 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:56:58.0989956Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:56:58.0991214Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:56:58.0991801Z 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:56:58.0993227Z 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:56:58.0993793Z 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:56:58.0994965Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:56:58.0995913Z 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:56:58.0996964Z 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:56:58.0997312Z 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:56:58.0999235Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:56:58.0999660Z 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:56:58.1000033Z 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:56:58.1001414Z 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:56:58.1002089Z 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:56:58.1003931Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T00:56:58.1004586Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T00:56:58.1005143Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T00:56:58.1007495Z 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:56:58.1012220Z 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:56:58.1013163Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:56:58.1013801Z 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:56:58.1015295Z 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:56:58.1015932Z 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:56:58.1017510Z 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:56:58.1018587Z 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:56:58.1019503Z 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:56:58.1020339Z 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:56:58.1021471Z 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:56:58.1022444Z 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:56:58.1023725Z 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:56:58.1024788Z 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:56:58.1025925Z 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:56:58.1027072Z 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:56:58.1028503Z 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:56:58.1029805Z 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:56:58.1030776Z 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:56:58.1031822Z 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:56:58.1033045Z 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:56:58.1033831Z 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:56:58.1034991Z 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:56:58.1036143Z 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:56:58.1037352Z 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:56:58.1038443Z 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:56:58.1039533Z 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:56:58.1040651Z 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:56:58.1041887Z 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:56:58.1042898Z 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:56:58.1044134Z 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:56:58.1045840Z 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:56:58.1046548Z 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:56:58.1047191Z 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:56:58.1048745Z 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:56:58.1049806Z 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:56:58.1050879Z 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:56:58.1052008Z 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:56:58.1053126Z 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:56:58.1054229Z 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:56:58.1055390Z 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:56:58.1056463Z 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:56:58.1060846Z running install_egg_info 2022-11-23T00:56:58.1181484Z running egg_info 2022-11-23T00:56:58.1181779Z creating torch.egg-info 2022-11-23T00:56:58.1220151Z writing torch.egg-info/PKG-INFO 2022-11-23T00:56:58.1223181Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T00:56:58.1225641Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T00:56:58.1227071Z writing requirements to torch.egg-info/requires.txt 2022-11-23T00:56:58.1228505Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T00:56:58.1229492Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:56:58.3371390Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:56:58.3371570Z reading manifest template 'MANIFEST.in' 2022-11-23T00:56:58.3373192Z warning: no files found matching 'CITATION' 2022-11-23T00:57:00.1532317Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T00:57:00.2735568Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T00:57:00.5008474Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T00:57:00.5008958Z adding license file 'LICENSE' 2022-11-23T00:57:00.5009202Z adding license file 'NOTICE' 2022-11-23T00:57:01.1011550Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:57:01.1097229Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.7.egg-info 2022-11-23T00:57:01.1135391Z running install_scripts 2022-11-23T00:57:01.1358767Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T00:57:01.1359400Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T00:57:01.1413959Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T00:57:01.1416797Z 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:57:01.1687448Z adding 'functorch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:57:01.1699627Z adding 'functorch/__init__.py' 2022-11-23T00:57:01.1701365Z adding 'functorch/_src/__init__.py' 2022-11-23T00:57:01.1712202Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T00:57:01.1715898Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T00:57:01.1718192Z adding 'functorch/_src/compile_utils.py' 2022-11-23T00:57:01.1722470Z adding 'functorch/_src/compilers.py' 2022-11-23T00:57:01.1724611Z adding 'functorch/_src/config.py' 2022-11-23T00:57:01.1741610Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T00:57:01.1746911Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T00:57:01.1752914Z adding 'functorch/_src/make_functional.py' 2022-11-23T00:57:01.1755239Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T00:57:01.1761494Z adding 'functorch/_src/partitioners.py' 2022-11-23T00:57:01.1763612Z adding 'functorch/_src/python_key.py' 2022-11-23T00:57:01.1765283Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T00:57:01.1770984Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T00:57:01.1777680Z adding 'functorch/_src/vmap.py' 2022-11-23T00:57:01.1780194Z adding 'functorch/compile/__init__.py' 2022-11-23T00:57:01.1782748Z adding 'functorch/dim/__init__.py' 2022-11-23T00:57:01.1784460Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T00:57:01.1786333Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T00:57:01.1788607Z adding 'functorch/dim/dim.py' 2022-11-23T00:57:01.1790370Z adding 'functorch/dim/magic_trace.py' 2022-11-23T00:57:01.1792803Z adding 'functorch/dim/op_properties.py' 2022-11-23T00:57:01.1799178Z adding 'functorch/dim/reference.py' 2022-11-23T00:57:01.1801236Z adding 'functorch/dim/tree_map.py' 2022-11-23T00:57:01.1802959Z adding 'functorch/dim/wrap_type.py' 2022-11-23T00:57:01.1805406Z adding 'functorch/experimental/__init__.py' 2022-11-23T00:57:01.1806971Z adding 'functorch/experimental/_map.py' 2022-11-23T00:57:01.1808717Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T00:57:01.1811355Z adding 'functorch/experimental/cond.py' 2022-11-23T00:57:01.1813014Z adding 'functorch/experimental/control_flow.py' 2022-11-23T00:57:01.1814262Z adding 'functorch/experimental/ops.py' 2022-11-23T00:57:01.1823762Z adding 'torch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:57:01.1833209Z adding 'torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:57:01.1835565Z adding 'torch/_VF.py' 2022-11-23T00:57:01.1837133Z adding 'torch/__config__.py' 2022-11-23T00:57:01.1838757Z adding 'torch/__future__.py' 2022-11-23T00:57:01.1850731Z adding 'torch/__init__.py' 2022-11-23T00:57:01.1857675Z adding 'torch/_appdirs.py' 2022-11-23T00:57:01.1860201Z adding 'torch/_classes.py' 2022-11-23T00:57:01.1862391Z adding 'torch/_deploy.py' 2022-11-23T00:57:01.1878534Z adding 'torch/_jit_internal.py' 2022-11-23T00:57:01.1882018Z adding 'torch/_linalg_utils.py' 2022-11-23T00:57:01.1894814Z adding 'torch/_lobpcg.py' 2022-11-23T00:57:01.1899483Z adding 'torch/_lowrank.py' 2022-11-23T00:57:01.1917652Z adding 'torch/_meta_registrations.py' 2022-11-23T00:57:01.1921846Z adding 'torch/_namedtensor_internals.py' 2022-11-23T00:57:01.1929054Z adding 'torch/_ops.py' 2022-11-23T00:57:01.1932781Z adding 'torch/_python_dispatcher.py' 2022-11-23T00:57:01.1934882Z adding 'torch/_six.py' 2022-11-23T00:57:01.1937328Z adding 'torch/_sources.py' 2022-11-23T00:57:01.1939159Z adding 'torch/_storage_docs.py' 2022-11-23T00:57:01.1953867Z adding 'torch/_tensor.py' 2022-11-23T00:57:01.1985871Z adding 'torch/_tensor_docs.py' 2022-11-23T00:57:01.1995351Z adding 'torch/_tensor_str.py' 2022-11-23T00:57:01.2109729Z adding 'torch/_torch_docs.py' 2022-11-23T00:57:01.2127267Z adding 'torch/_utils.py' 2022-11-23T00:57:01.2129756Z adding 'torch/_utils_internal.py' 2022-11-23T00:57:01.2134515Z adding 'torch/_vmap_internals.py' 2022-11-23T00:57:01.2138376Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T00:57:01.2161777Z adding 'torch/functional.py' 2022-11-23T00:57:01.2172473Z adding 'torch/hub.py' 2022-11-23T00:57:01.2176195Z adding 'torch/library.py' 2022-11-23T00:57:01.2198127Z adding 'torch/overrides.py' 2022-11-23T00:57:01.2201893Z adding 'torch/py.typed' 2022-11-23T00:57:01.2204673Z adding 'torch/quasirandom.py' 2022-11-23T00:57:01.2207696Z adding 'torch/random.py' 2022-11-23T00:57:01.2209199Z adding 'torch/return_types.py' 2022-11-23T00:57:01.2223757Z adding 'torch/serialization.py' 2022-11-23T00:57:01.2233165Z adding 'torch/storage.py' 2022-11-23T00:57:01.2236475Z adding 'torch/torch_version.py' 2022-11-23T00:57:01.2238586Z adding 'torch/types.py' 2022-11-23T00:57:01.2240158Z adding 'torch/version.py' 2022-11-23T00:57:01.2268126Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T00:57:01.2299911Z adding 'torch/_C/__init__.pyi' 2022-11-23T00:57:01.2305387Z adding 'torch/_C/_autograd.pyi' 2022-11-23T00:57:01.2307110Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T00:57:01.2308789Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T00:57:01.2311914Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T00:57:01.2314666Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T00:57:01.2316415Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T00:57:01.2318030Z adding 'torch/_C/_functions.pyi' 2022-11-23T00:57:01.2320167Z adding 'torch/_C/_functorch.pyi' 2022-11-23T00:57:01.2321219Z adding 'torch/_C/_itt.pyi' 2022-11-23T00:57:01.2324928Z adding 'torch/_C/_lazy.pyi' 2022-11-23T00:57:01.2326598Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T00:57:01.2328197Z adding 'torch/_C/_monitor.pyi' 2022-11-23T00:57:01.2329835Z adding 'torch/_C/_nn.pyi' 2022-11-23T00:57:01.2331336Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T00:57:01.2332764Z adding 'torch/_C/_onnx.pyi' 2022-11-23T00:57:01.2334977Z adding 'torch/_C/_profiler.pyi' 2022-11-23T00:57:01.2336570Z adding 'torch/_C/_verbose.pyi' 2022-11-23T00:57:01.2338682Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T00:57:01.2341312Z adding 'torch/_decomp/__init__.py' 2022-11-23T00:57:01.2368151Z adding 'torch/_decomp/decompositions.py' 2022-11-23T00:57:01.2373545Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T00:57:01.2375447Z adding 'torch/_dispatch/__init__.py' 2022-11-23T00:57:01.2376920Z adding 'torch/_dispatch/python.py' 2022-11-23T00:57:01.2379477Z adding 'torch/_dynamo/__init__.py' 2022-11-23T00:57:01.2382725Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T00:57:01.2385733Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T00:57:01.2390185Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T00:57:01.2394484Z adding 'torch/_dynamo/codegen.py' 2022-11-23T00:57:01.2398049Z adding 'torch/_dynamo/config.py' 2022-11-23T00:57:01.2403367Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T00:57:01.2412581Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T00:57:01.2421369Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T00:57:01.2424059Z adding 'torch/_dynamo/exc.py' 2022-11-23T00:57:01.2433202Z adding 'torch/_dynamo/guards.py' 2022-11-23T00:57:01.2436176Z adding 'torch/_dynamo/logging.py' 2022-11-23T00:57:01.2438542Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T00:57:01.2444943Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T00:57:01.2448250Z adding 'torch/_dynamo/profiler.py' 2022-11-23T00:57:01.2450558Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T00:57:01.2454492Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T00:57:01.2458347Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T00:57:01.2461489Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T00:57:01.2464321Z adding 'torch/_dynamo/source.py' 2022-11-23T00:57:01.2483081Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T00:57:01.2486551Z adding 'torch/_dynamo/test_case.py' 2022-11-23T00:57:01.2488730Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T00:57:01.2492043Z adding 'torch/_dynamo/testing.py' 2022-11-23T00:57:01.2502725Z adding 'torch/_dynamo/utils.py' 2022-11-23T00:57:01.2505603Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T00:57:01.2508340Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T00:57:01.2515659Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T00:57:01.2520733Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T00:57:01.2523708Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T00:57:01.2526332Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T00:57:01.2530755Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T00:57:01.2534134Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T00:57:01.2537205Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T00:57:01.2543195Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T00:57:01.2546072Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T00:57:01.2549623Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T00:57:01.2557369Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T00:57:01.2565889Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T00:57:01.2569390Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T00:57:01.2573793Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T00:57:01.2578382Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T00:57:01.2583490Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T00:57:01.2589925Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T00:57:01.2596095Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T00:57:01.2602214Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T00:57:01.2609849Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T00:57:01.2614623Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T00:57:01.2616822Z adding 'torch/_functorch/__init__.py' 2022-11-23T00:57:01.2619475Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T00:57:01.2621231Z adding 'torch/_functorch/utils.py' 2022-11-23T00:57:01.2623201Z adding 'torch/_inductor/__init__.py' 2022-11-23T00:57:01.2629276Z adding 'torch/_inductor/codecache.py' 2022-11-23T00:57:01.2634148Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T00:57:01.2637378Z adding 'torch/_inductor/config.py' 2022-11-23T00:57:01.2639435Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T00:57:01.2643140Z adding 'torch/_inductor/debug.py' 2022-11-23T00:57:01.2648326Z adding 'torch/_inductor/decomposition.py' 2022-11-23T00:57:01.2652458Z adding 'torch/_inductor/dependencies.py' 2022-11-23T00:57:01.2654771Z adding 'torch/_inductor/exc.py' 2022-11-23T00:57:01.2659624Z adding 'torch/_inductor/graph.py' 2022-11-23T00:57:01.2695063Z adding 'torch/_inductor/ir.py' 2022-11-23T00:57:01.2729811Z adding 'torch/_inductor/lowering.py' 2022-11-23T00:57:01.2734159Z adding 'torch/_inductor/metrics.py' 2022-11-23T00:57:01.2742263Z adding 'torch/_inductor/overrides.py' 2022-11-23T00:57:01.2755611Z adding 'torch/_inductor/scheduler.py' 2022-11-23T00:57:01.2762422Z adding 'torch/_inductor/sizevars.py' 2022-11-23T00:57:01.2767280Z adding 'torch/_inductor/utils.py' 2022-11-23T00:57:01.2769947Z adding 'torch/_inductor/virtualized.py' 2022-11-23T00:57:01.2771662Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T00:57:01.2774528Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T00:57:01.2780589Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T00:57:01.2795231Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T00:57:01.2798638Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T00:57:01.2813682Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T00:57:01.2817694Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T00:57:01.2820499Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T00:57:01.2822826Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T00:57:01.2826883Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T00:57:01.2831436Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T00:57:01.2834005Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T00:57:01.2839105Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T00:57:01.2842551Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T00:57:01.2848170Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T00:57:01.2851554Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T00:57:01.2854441Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T00:57:01.2856978Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T00:57:01.2859316Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T00:57:01.2861133Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T00:57:01.2863451Z adding 'torch/_lazy/__init__.py' 2022-11-23T00:57:01.2866058Z adding 'torch/_lazy/closure.py' 2022-11-23T00:57:01.2867930Z adding 'torch/_lazy/computation.py' 2022-11-23T00:57:01.2869664Z adding 'torch/_lazy/config.py' 2022-11-23T00:57:01.2871276Z adding 'torch/_lazy/debug.py' 2022-11-23T00:57:01.2872852Z adding 'torch/_lazy/device_context.py' 2022-11-23T00:57:01.2876414Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T00:57:01.2878159Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T00:57:01.2879748Z adding 'torch/_lazy/metrics.py' 2022-11-23T00:57:01.2881545Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T00:57:01.2883213Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T00:57:01.2903622Z adding 'torch/_prims/__init__.py' 2022-11-23T00:57:01.2910214Z adding 'torch/_prims/context.py' 2022-11-23T00:57:01.2912909Z adding 'torch/_prims/executor.py' 2022-11-23T00:57:01.2918606Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T00:57:01.2925074Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T00:57:01.2941549Z adding 'torch/_prims_common/__init__.py' 2022-11-23T00:57:01.2947894Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T00:57:01.2992938Z adding 'torch/_refs/__init__.py' 2022-11-23T00:57:01.2998633Z adding 'torch/_refs/_conversions.py' 2022-11-23T00:57:01.3002815Z adding 'torch/_refs/fft.py' 2022-11-23T00:57:01.3006913Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T00:57:01.3008844Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T00:57:01.3018319Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T00:57:01.3022018Z adding 'torch/_refs/special/__init__.py' 2022-11-23T00:57:01.3024442Z adding 'torch/_subclasses/__init__.py' 2022-11-23T00:57:01.3037492Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T00:57:01.3040923Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T00:57:01.3047588Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T00:57:01.3049794Z adding 'torch/amp/__init__.py' 2022-11-23T00:57:01.3053926Z adding 'torch/amp/autocast_mode.py' 2022-11-23T00:57:01.3056270Z adding 'torch/ao/__init__.py' 2022-11-23T00:57:01.3058286Z adding 'torch/ao/nn/__init__.py' 2022-11-23T00:57:01.3060395Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T00:57:01.3062384Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T00:57:01.3064607Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T00:57:01.3066524Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T00:57:01.3068467Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T00:57:01.3074490Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T00:57:01.3078124Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T00:57:01.3080143Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T00:57:01.3082069Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T00:57:01.3092967Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T00:57:01.3093643Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T00:57:01.3094283Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T00:57:01.3094819Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T00:57:01.3095273Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T00:57:01.3095660Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T00:57:01.3096283Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T00:57:01.3097467Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T00:57:01.3099250Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T00:57:01.3100858Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T00:57:01.3102352Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T00:57:01.3104051Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T00:57:01.3106676Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T00:57:01.3109407Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T00:57:01.3111427Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T00:57:01.3113255Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T00:57:01.3115274Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T00:57:01.3120426Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T00:57:01.3125992Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T00:57:01.3128210Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T00:57:01.3133960Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T00:57:01.3136310Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T00:57:01.3138007Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T00:57:01.3140927Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T00:57:01.3144116Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T00:57:01.3154345Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T00:57:01.3158115Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T00:57:01.3161282Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T00:57:01.3163490Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T00:57:01.3170346Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T00:57:01.3172911Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T00:57:01.3176362Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T00:57:01.3179147Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T00:57:01.3183219Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T00:57:01.3185657Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T00:57:01.3187727Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T00:57:01.3190019Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T00:57:01.3191919Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T00:57:01.3193619Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T00:57:01.3196215Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T00:57:01.3198339Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T00:57:01.3203069Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T00:57:01.3205827Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T00:57:01.3208523Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T00:57:01.3210308Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T00:57:01.3211961Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T00:57:01.3214906Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T00:57:01.3216699Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T00:57:01.3218371Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T00:57:01.3220898Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T00:57:01.3222619Z adding 'torch/ao/ns/__init__.py' 2022-11-23T00:57:01.3227441Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T00:57:01.3236905Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T00:57:01.3239455Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T00:57:01.3245890Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T00:57:01.3256200Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T00:57:01.3261351Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T00:57:01.3270864Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T00:57:01.3273624Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T00:57:01.3276836Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T00:57:01.3280637Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T00:57:01.3286894Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T00:57:01.3290888Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T00:57:01.3293395Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T00:57:01.3295200Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T00:57:01.3297173Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T00:57:01.3299032Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T00:57:01.3304748Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T00:57:01.3307228Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T00:57:01.3310729Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T00:57:01.3312813Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T00:57:01.3317582Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T00:57:01.3321085Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T00:57:01.3324294Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T00:57:01.3326396Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T00:57:01.3328462Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T00:57:01.3330486Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T00:57:01.3333329Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T00:57:01.3335469Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T00:57:01.3339463Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T00:57:01.3342116Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T00:57:01.3344137Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T00:57:01.3347232Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T00:57:01.3350223Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T00:57:01.3352633Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T00:57:01.3354624Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T00:57:01.3359060Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T00:57:01.3361795Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T00:57:01.3364357Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T00:57:01.3368018Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T00:57:01.3371284Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T00:57:01.3374213Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T00:57:01.3377525Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T00:57:01.3380732Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T00:57:01.3386786Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T00:57:01.3390666Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T00:57:01.3394629Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T00:57:01.3410832Z adding 'torch/ao/quantization/observer.py' 2022-11-23T00:57:01.3418628Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T00:57:01.3423175Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T00:57:01.3426076Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T00:57:01.3428261Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T00:57:01.3432392Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T00:57:01.3440440Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T00:57:01.3449195Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T00:57:01.3454070Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T00:57:01.3456443Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T00:57:01.3463422Z adding 'torch/ao/quantization/utils.py' 2022-11-23T00:57:01.3466162Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T00:57:01.3471726Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T00:57:01.3477804Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T00:57:01.3481255Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T00:57:01.3484101Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T00:57:01.3486675Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T00:57:01.3488465Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T00:57:01.3490692Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T00:57:01.3492860Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T00:57:01.3495840Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T00:57:01.3498225Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T00:57:01.3500271Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T00:57:01.3502956Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T00:57:01.3513392Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T00:57:01.3525031Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T00:57:01.3528497Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T00:57:01.3542585Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T00:57:01.3548092Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T00:57:01.3551508Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T00:57:01.3554129Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T00:57:01.3556603Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T00:57:01.3558471Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T00:57:01.3560192Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T00:57:01.3563433Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T00:57:01.3566181Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T00:57:01.3586915Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T00:57:01.3592704Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T00:57:01.3595442Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T00:57:01.3597995Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T00:57:01.3611313Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T00:57:01.3614278Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T00:57:01.3633417Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T00:57:01.3643096Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T00:57:01.3647763Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T00:57:01.3656869Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T00:57:01.3663603Z adding 'torch/autograd/__init__.py' 2022-11-23T00:57:01.3666690Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T00:57:01.3669972Z adding 'torch/autograd/forward_ad.py' 2022-11-23T00:57:01.3677656Z adding 'torch/autograd/function.py' 2022-11-23T00:57:01.3690130Z adding 'torch/autograd/functional.py' 2022-11-23T00:57:01.3694759Z adding 'torch/autograd/grad_mode.py' 2022-11-23T00:57:01.3719827Z adding 'torch/autograd/gradcheck.py' 2022-11-23T00:57:01.3727011Z adding 'torch/autograd/graph.py' 2022-11-23T00:57:01.3737202Z adding 'torch/autograd/profiler.py' 2022-11-23T00:57:01.3742302Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T00:57:01.3751751Z adding 'torch/autograd/profiler_util.py' 2022-11-23T00:57:01.3754280Z adding 'torch/autograd/variable.py' 2022-11-23T00:57:01.3756028Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T00:57:01.3757904Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T00:57:01.3759975Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T00:57:01.3762165Z adding 'torch/backends/__init__.py' 2022-11-23T00:57:01.3764051Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T00:57:01.3766506Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T00:57:01.3768439Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T00:57:01.3771257Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T00:57:01.3790811Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T00:57:01.3796287Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T00:57:01.3799573Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T00:57:01.3801636Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T00:57:01.3803970Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T00:57:01.3806587Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T00:57:01.3808578Z adding 'torch/backends/mps/__init__.py' 2022-11-23T00:57:01.3810319Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T00:57:01.3812640Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T00:57:01.3814838Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T00:57:01.3816578Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T00:57:01.3824370Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T00:57:01.3827270Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T00:57:01.4731992Z adding 'torch/bin/FileStoreTest' 2022-11-23T00:57:01.5675714Z adding 'torch/bin/HashStoreTest' 2022-11-23T00:57:01.6666401Z adding 'torch/bin/TCPStoreTest' 2022-11-23T00:57:02.0540400Z adding 'torch/bin/protoc' 2022-11-23T00:57:02.4520670Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T00:57:03.5374892Z adding 'torch/bin/test_api' 2022-11-23T00:57:03.6994883Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T00:57:03.7969983Z adding 'torch/bin/test_dist_autograd' 2022-11-23T00:57:04.3022855Z adding 'torch/bin/test_jit' 2022-11-23T00:57:04.6260213Z adding 'torch/bin/test_lazy' 2022-11-23T00:57:05.5284986Z adding 'torch/bin/test_tensorexpr' 2022-11-23T00:57:05.6299264Z adding 'torch/bin/torch_shm_manager' 2022-11-23T00:57:05.6945841Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T00:57:05.6981418Z adding 'torch/contrib/__init__.py' 2022-11-23T00:57:05.6985004Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T00:57:05.6986932Z adding 'torch/cpu/__init__.py' 2022-11-23T00:57:05.6989571Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T00:57:05.6991073Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T00:57:05.7001517Z adding 'torch/cuda/__init__.py' 2022-11-23T00:57:05.7005752Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T00:57:05.7011070Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T00:57:05.7017688Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T00:57:05.7020672Z adding 'torch/cuda/_utils.py' 2022-11-23T00:57:05.7022347Z adding 'torch/cuda/comm.py' 2022-11-23T00:57:05.7024374Z adding 'torch/cuda/error.py' 2022-11-23T00:57:05.7032688Z adding 'torch/cuda/graphs.py' 2022-11-23T00:57:05.7036394Z adding 'torch/cuda/jiterator.py' 2022-11-23T00:57:05.7043507Z adding 'torch/cuda/memory.py' 2022-11-23T00:57:05.7047121Z adding 'torch/cuda/nccl.py' 2022-11-23T00:57:05.7049715Z adding 'torch/cuda/nvtx.py' 2022-11-23T00:57:05.7052018Z adding 'torch/cuda/profiler.py' 2022-11-23T00:57:05.7054974Z adding 'torch/cuda/random.py' 2022-11-23T00:57:05.7056832Z adding 'torch/cuda/sparse.py' 2022-11-23T00:57:05.7060714Z adding 'torch/cuda/streams.py' 2022-11-23T00:57:05.7063198Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T00:57:05.7066214Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T00:57:05.7068166Z adding 'torch/cuda/amp/common.py' 2022-11-23T00:57:05.7076058Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T00:57:05.7079843Z adding 'torch/distributed/__init__.py' 2022-11-23T00:57:05.7082596Z adding 'torch/distributed/argparse_util.py' 2022-11-23T00:57:05.7085117Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T00:57:05.7087016Z adding 'torch/distributed/constants.py' 2022-11-23T00:57:05.7126023Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T00:57:05.7133013Z adding 'torch/distributed/launch.py' 2022-11-23T00:57:05.7134982Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T00:57:05.7138079Z adding 'torch/distributed/remote_device.py' 2022-11-23T00:57:05.7142019Z adding 'torch/distributed/rendezvous.py' 2022-11-23T00:57:05.7151296Z adding 'torch/distributed/run.py' 2022-11-23T00:57:05.7155229Z adding 'torch/distributed/utils.py' 2022-11-23T00:57:05.7157600Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T00:57:05.7184492Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T00:57:05.7190040Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T00:57:05.7193330Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T00:57:05.7195753Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T00:57:05.7198500Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T00:57:05.7200770Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T00:57:05.7203233Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T00:57:05.7208165Z adding 'torch/distributed/_shard/api.py' 2022-11-23T00:57:05.7210983Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T00:57:05.7213252Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T00:57:05.7215497Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T00:57:05.7220172Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T00:57:05.7224112Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T00:57:05.7226304Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T00:57:05.7228788Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T00:57:05.7231536Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T00:57:05.7234521Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T00:57:05.7239707Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T00:57:05.7253367Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T00:57:05.7257205Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T00:57:05.7261182Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T00:57:05.7263974Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T00:57:05.7267818Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T00:57:05.7270627Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T00:57:05.7273518Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T00:57:05.7275991Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T00:57:05.7278615Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T00:57:05.7280415Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T00:57:05.7284025Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T00:57:05.7286799Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T00:57:05.7289234Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T00:57:05.7291278Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T00:57:05.7294888Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T00:57:05.7297149Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T00:57:05.7299964Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T00:57:05.7302380Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T00:57:05.7306168Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T00:57:05.7310508Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T00:57:05.7314692Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T00:57:05.7317040Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T00:57:05.7322064Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T00:57:05.7326987Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T00:57:05.7333118Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T00:57:05.7338919Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T00:57:05.7341137Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T00:57:05.7345460Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T00:57:05.7347527Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T00:57:05.7349428Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T00:57:05.7351221Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T00:57:05.7352628Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T00:57:05.7356069Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T00:57:05.7359868Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T00:57:05.7365459Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T00:57:05.7370967Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T00:57:05.7375487Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T00:57:05.7380728Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T00:57:05.7384539Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T00:57:05.7386605Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T00:57:05.7388532Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T00:57:05.7393351Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T00:57:05.7395920Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T00:57:05.7398357Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T00:57:05.7401538Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T00:57:05.7406941Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T00:57:05.7409402Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T00:57:05.7411400Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T00:57:05.7418874Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T00:57:05.7421894Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T00:57:05.7424004Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T00:57:05.7427134Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T00:57:05.7431128Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T00:57:05.7434663Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T00:57:05.7437511Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T00:57:05.7440200Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T00:57:05.7442093Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T00:57:05.7446479Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T00:57:05.7448827Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T00:57:05.7452486Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T00:57:05.7454469Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T00:57:05.7456892Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T00:57:05.7458791Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T00:57:05.7460901Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T00:57:05.7462693Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T00:57:05.7464806Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T00:57:05.7467702Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T00:57:05.7472887Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T00:57:05.7475273Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T00:57:05.7477524Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T00:57:05.7479792Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T00:57:05.7482221Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T00:57:05.7493092Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T00:57:05.7496959Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T00:57:05.7498970Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T00:57:05.7501607Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T00:57:05.7505290Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T00:57:05.7507864Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T00:57:05.7510407Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T00:57:05.7512435Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T00:57:05.7514365Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T00:57:05.7516475Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T00:57:05.7519448Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T00:57:05.7523367Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T00:57:05.7525969Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T00:57:05.7530259Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T00:57:05.7533479Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T00:57:05.7535715Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T00:57:05.7538190Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T00:57:05.7540807Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T00:57:05.7543818Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T00:57:05.7546570Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T00:57:05.7550182Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T00:57:05.7553236Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T00:57:05.7555132Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T00:57:05.7557305Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T00:57:05.7568347Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T00:57:05.7573617Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T00:57:05.7576773Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T00:57:05.7579196Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T00:57:05.7581093Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T00:57:05.7584018Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T00:57:05.7586910Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T00:57:05.7590997Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T00:57:05.7598484Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T00:57:05.7601441Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T00:57:05.7604248Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T00:57:05.7609588Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T00:57:05.7613006Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T00:57:05.7614953Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T00:57:05.7618157Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T00:57:05.7621743Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T00:57:05.7625902Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T00:57:05.7636481Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T00:57:05.7649194Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T00:57:05.7653271Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T00:57:05.7656935Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T00:57:05.7660279Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T00:57:05.7662451Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T00:57:05.7664865Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T00:57:05.7668316Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T00:57:05.7670994Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T00:57:05.7674748Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T00:57:05.7679582Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T00:57:05.7682345Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T00:57:05.7684607Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T00:57:05.7686631Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T00:57:05.7689325Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T00:57:05.7691142Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T00:57:05.7693226Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T00:57:05.7695216Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T00:57:05.7697469Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T00:57:05.7699223Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T00:57:05.7701230Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T00:57:05.7703271Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T00:57:05.7706658Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T00:57:05.7711507Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T00:57:05.7713972Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T00:57:05.7722493Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T00:57:05.7725134Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T00:57:05.7739889Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T00:57:05.7754125Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T00:57:05.7758872Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T00:57:05.7765868Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T00:57:05.7770114Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T00:57:05.7773755Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T00:57:05.7776307Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T00:57:05.7779524Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T00:57:05.7783622Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T00:57:05.7807896Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T00:57:05.7834472Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T00:57:05.7841561Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T00:57:05.7847238Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T00:57:05.7849525Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T00:57:05.7853327Z adding 'torch/distributed/launcher/api.py' 2022-11-23T00:57:05.7855506Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T00:57:05.7859646Z adding 'torch/distributed/nn/functional.py' 2022-11-23T00:57:05.7861758Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T00:57:05.7869227Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T00:57:05.7871801Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T00:57:05.7874402Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T00:57:05.7876277Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T00:57:05.7878640Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T00:57:05.7880803Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T00:57:05.7882997Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T00:57:05.7885542Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T00:57:05.7888000Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T00:57:05.7890681Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T00:57:05.7893209Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T00:57:05.7896011Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T00:57:05.7898577Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T00:57:05.7900830Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T00:57:05.7903455Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T00:57:05.7907301Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T00:57:05.7910196Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T00:57:05.7912230Z adding 'torch/distributed/optim/utils.py' 2022-11-23T00:57:05.7932918Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T00:57:05.7936220Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T00:57:05.7938247Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T00:57:05.7940830Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T00:57:05.7944746Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T00:57:05.7947259Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T00:57:05.7949404Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T00:57:05.7952477Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T00:57:05.7954569Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T00:57:05.7960460Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T00:57:05.7964694Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T00:57:05.7967336Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T00:57:05.7969293Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T00:57:05.7971871Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T00:57:05.7974812Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T00:57:05.7977315Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T00:57:05.7979699Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T00:57:05.7981781Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T00:57:05.7983977Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T00:57:05.7986043Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T00:57:05.7989415Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T00:57:05.7993889Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T00:57:05.7997050Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T00:57:05.8001070Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T00:57:05.8003231Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T00:57:05.8012730Z adding 'torch/distributed/rpc/api.py' 2022-11-23T00:57:05.8018416Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T00:57:05.8020636Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T00:57:05.8023421Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T00:57:05.8027384Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T00:57:05.8030651Z adding 'torch/distributed/rpc/options.py' 2022-11-23T00:57:05.8033043Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T00:57:05.8036271Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T00:57:05.8039087Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T00:57:05.8040977Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T00:57:05.8044663Z adding 'torch/distributions/__init__.py' 2022-11-23T00:57:05.8047334Z adding 'torch/distributions/bernoulli.py' 2022-11-23T00:57:05.8049506Z adding 'torch/distributions/beta.py' 2022-11-23T00:57:05.8052162Z adding 'torch/distributions/binomial.py' 2022-11-23T00:57:05.8055003Z adding 'torch/distributions/categorical.py' 2022-11-23T00:57:05.8057235Z adding 'torch/distributions/cauchy.py' 2022-11-23T00:57:05.8059077Z adding 'torch/distributions/chi2.py' 2022-11-23T00:57:05.8062332Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T00:57:05.8067247Z adding 'torch/distributions/constraints.py' 2022-11-23T00:57:05.8070936Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T00:57:05.8073468Z adding 'torch/distributions/dirichlet.py' 2022-11-23T00:57:05.8077427Z adding 'torch/distributions/distribution.py' 2022-11-23T00:57:05.8079838Z adding 'torch/distributions/exp_family.py' 2022-11-23T00:57:05.8081993Z adding 'torch/distributions/exponential.py' 2022-11-23T00:57:05.8084491Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T00:57:05.8086655Z adding 'torch/distributions/gamma.py' 2022-11-23T00:57:05.8089314Z adding 'torch/distributions/geometric.py' 2022-11-23T00:57:05.8091484Z adding 'torch/distributions/gumbel.py' 2022-11-23T00:57:05.8093691Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T00:57:05.8095779Z adding 'torch/distributions/half_normal.py' 2022-11-23T00:57:05.8098317Z adding 'torch/distributions/independent.py' 2022-11-23T00:57:05.8106200Z adding 'torch/distributions/kl.py' 2022-11-23T00:57:05.8109494Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T00:57:05.8112012Z adding 'torch/distributions/laplace.py' 2022-11-23T00:57:05.8115208Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T00:57:05.8117491Z adding 'torch/distributions/log_normal.py' 2022-11-23T00:57:05.8119748Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T00:57:05.8123342Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T00:57:05.8127157Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T00:57:05.8130240Z adding 'torch/distributions/multinomial.py' 2022-11-23T00:57:05.8134076Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T00:57:05.8136890Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T00:57:05.8139432Z adding 'torch/distributions/normal.py' 2022-11-23T00:57:05.8142181Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T00:57:05.8144481Z adding 'torch/distributions/pareto.py' 2022-11-23T00:57:05.8146717Z adding 'torch/distributions/poisson.py' 2022-11-23T00:57:05.8149677Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T00:57:05.8152503Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T00:57:05.8155139Z adding 'torch/distributions/studentT.py' 2022-11-23T00:57:05.8158500Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T00:57:05.8168959Z adding 'torch/distributions/transforms.py' 2022-11-23T00:57:05.8172224Z adding 'torch/distributions/uniform.py' 2022-11-23T00:57:05.8175383Z adding 'torch/distributions/utils.py' 2022-11-23T00:57:05.8178475Z adding 'torch/distributions/von_mises.py' 2022-11-23T00:57:05.8180832Z adding 'torch/distributions/weibull.py' 2022-11-23T00:57:05.8185170Z adding 'torch/distributions/wishart.py' 2022-11-23T00:57:05.8195347Z adding 'torch/fft/__init__.py' 2022-11-23T00:57:05.8201629Z adding 'torch/futures/__init__.py' 2022-11-23T00:57:05.8205213Z adding 'torch/fx/__init__.py' 2022-11-23T00:57:05.8207374Z adding 'torch/fx/_compatibility.py' 2022-11-23T00:57:05.8209381Z adding 'torch/fx/_pytree.py' 2022-11-23T00:57:05.8222253Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T00:57:05.8225224Z adding 'torch/fx/annotate.py' 2022-11-23T00:57:05.8244300Z adding 'torch/fx/graph.py' 2022-11-23T00:57:05.8256170Z adding 'torch/fx/graph_module.py' 2022-11-23T00:57:05.8258950Z adding 'torch/fx/immutable_collections.py' 2022-11-23T00:57:05.8264411Z adding 'torch/fx/interpreter.py' 2022-11-23T00:57:05.8273333Z adding 'torch/fx/node.py' 2022-11-23T00:57:05.8279623Z adding 'torch/fx/operator_schemas.py' 2022-11-23T00:57:05.8285799Z adding 'torch/fx/proxy.py' 2022-11-23T00:57:05.8290510Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T00:57:05.8292827Z adding 'torch/fx/tensor_type.py' 2022-11-23T00:57:05.8294842Z adding 'torch/fx/traceback.py' 2022-11-23T00:57:05.8296749Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T00:57:05.8309592Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T00:57:05.8315197Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T00:57:05.8317200Z adding 'torch/fx/experimental/debug.py' 2022-11-23T00:57:05.8326249Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T00:57:05.8330079Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T00:57:05.8333743Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T00:57:05.8336694Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T00:57:05.8342164Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T00:57:05.8346676Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T00:57:05.8356510Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T00:57:05.8358955Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T00:57:05.8361476Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T00:57:05.8364323Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T00:57:05.8372074Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T00:57:05.8374844Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T00:57:05.8376750Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T00:57:05.8380727Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T00:57:05.8392123Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T00:57:05.8403471Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T00:57:05.8406175Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T00:57:05.8410375Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T00:57:05.8412615Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T00:57:05.8414435Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T00:57:05.8416484Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T00:57:05.8418597Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T00:57:05.8422013Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T00:57:05.8424378Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T00:57:05.8426656Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T00:57:05.8430626Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T00:57:05.8433239Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T00:57:05.8435361Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T00:57:05.8437419Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T00:57:05.8439770Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T00:57:05.8442012Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T00:57:05.8446878Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T00:57:05.8449828Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T00:57:05.8452199Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T00:57:05.8454235Z adding 'torch/fx/passes/__init__.py' 2022-11-23T00:57:05.8456193Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T00:57:05.8460132Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T00:57:05.8462969Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T00:57:05.8469318Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T00:57:05.8473039Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T00:57:05.8475478Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T00:57:05.8478609Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T00:57:05.8489543Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T00:57:05.8493009Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T00:57:05.8497744Z adding 'torch/fx/passes/split_module.py' 2022-11-23T00:57:05.8501976Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T00:57:05.8511413Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T00:57:05.8515899Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T00:57:05.8517940Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T00:57:05.8520035Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T00:57:05.8521843Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T00:57:05.8523628Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T00:57:05.8526434Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T00:57:05.8528355Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T00:57:05.8532205Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T00:57:05.8534676Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T00:57:05.8538508Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T00:57:05.8540560Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T00:57:05.8542507Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T00:57:05.8544196Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T00:57:05.8546310Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T00:57:05.8549658Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T00:57:05.8554511Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T00:57:05.8557148Z adding 'torch/include/clog.h' 2022-11-23T00:57:05.8565937Z adding 'torch/include/cpuinfo.h' 2022-11-23T00:57:05.8568684Z adding 'torch/include/fp16.h' 2022-11-23T00:57:05.8572188Z adding 'torch/include/fxdiv.h' 2022-11-23T00:57:05.8574257Z adding 'torch/include/libshm.h' 2022-11-23T00:57:05.8579832Z adding 'torch/include/nnpack.h' 2022-11-23T00:57:05.8588286Z adding 'torch/include/psimd.h' 2022-11-23T00:57:05.8595229Z adding 'torch/include/pthreadpool.h' 2022-11-23T00:57:05.8598741Z adding 'torch/include/qnnpack.h' 2022-11-23T00:57:05.8601101Z adding 'torch/include/qnnpack_func.h' 2022-11-23T00:57:05.8631237Z adding 'torch/include/sleef.h' 2022-11-23T00:57:05.8651500Z adding 'torch/include/xnnpack.h' 2022-11-23T00:57:05.8657261Z adding 'torch/include/ATen/ATen.h' 2022-11-23T00:57:05.8659672Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T00:57:05.8661315Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T00:57:05.8662829Z adding 'torch/include/ATen/Backend.h' 2022-11-23T00:57:05.8664276Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T00:57:05.8665879Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T00:57:05.8668684Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T00:57:05.8672196Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T00:57:05.8674014Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T00:57:05.8675925Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T00:57:05.8679989Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T00:57:05.8682518Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T00:57:05.8684559Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T00:57:05.8689025Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T00:57:05.8691738Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T00:57:05.8693743Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T00:57:05.8698251Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T00:57:05.8701153Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T00:57:05.8704434Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T00:57:05.8706980Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T00:57:05.8711446Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T00:57:05.8714352Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T00:57:05.8716193Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T00:57:05.8717707Z adding 'torch/include/ATen/Config.h' 2022-11-23T00:57:05.8722208Z adding 'torch/include/ATen/Context.h' 2022-11-23T00:57:05.8724377Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T00:57:05.8725802Z adding 'torch/include/ATen/Device.h' 2022-11-23T00:57:05.8727477Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T00:57:05.8729162Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T00:57:05.8730468Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T00:57:05.8735837Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T00:57:05.8738122Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T00:57:05.8739956Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T00:57:05.8741844Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T00:57:05.8745496Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T00:57:05.8747323Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T00:57:05.8749374Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T00:57:05.8751957Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T00:57:05.8756208Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T00:57:05.8764529Z adding 'torch/include/ATen/Functions.h' 2022-11-23T00:57:05.8767283Z adding 'torch/include/ATen/Generator.h' 2022-11-23T00:57:05.8769378Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T00:57:05.8771090Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T00:57:05.8772608Z adding 'torch/include/ATen/Layout.h' 2022-11-23T00:57:05.8774077Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T00:57:05.8776225Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T00:57:05.8778387Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T00:57:05.8780231Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T00:57:05.8782200Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T00:57:05.8785028Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T00:57:05.8788657Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T00:57:05.8790763Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T00:57:05.8793617Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T00:57:05.8801292Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T00:57:05.8809984Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T00:57:05.8814686Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T00:57:05.8816965Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T00:57:05.8818774Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T00:57:05.8821272Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T00:57:05.8829161Z adding 'torch/include/ATen/Operators.h' 2022-11-23T00:57:05.8832264Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T00:57:05.8833618Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T00:57:05.8835473Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T00:57:05.8837998Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T00:57:05.8839643Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T00:57:05.8841157Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T00:57:05.8842816Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T00:57:05.8844673Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T00:57:05.8846231Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T00:57:05.9053100Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T00:57:05.9203864Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T00:57:05.9222578Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T00:57:05.9223551Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T00:57:05.9225479Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T00:57:05.9226908Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T00:57:05.9228537Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T00:57:05.9230678Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T00:57:05.9232475Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T00:57:05.9235867Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T00:57:05.9240403Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T00:57:05.9243039Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T00:57:05.9244953Z adding 'torch/include/ATen/Storage.h' 2022-11-23T00:57:05.9246517Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T00:57:05.9247893Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T00:57:05.9250076Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T00:57:05.9257082Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T00:57:05.9268092Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T00:57:05.9271121Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T00:57:05.9273625Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T00:57:05.9275913Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T00:57:05.9277874Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T00:57:05.9279459Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T00:57:05.9281607Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T00:57:05.9284222Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T00:57:05.9286613Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T00:57:05.9289478Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T00:57:05.9291280Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T00:57:05.9293424Z adding 'torch/include/ATen/Utils.h' 2022-11-23T00:57:05.9295081Z adding 'torch/include/ATen/Version.h' 2022-11-23T00:57:05.9438346Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T00:57:05.9476901Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T00:57:05.9479911Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T00:57:05.9482479Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T00:57:05.9484575Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T00:57:05.9487346Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T00:57:05.9489403Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T00:57:05.9492326Z adding 'torch/include/ATen/code_template.h' 2022-11-23T00:57:05.9494762Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T00:57:05.9496495Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T00:57:05.9499423Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T00:57:05.9501201Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T00:57:05.9503198Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T00:57:05.9509657Z adding 'torch/include/ATen/record_function.h' 2022-11-23T00:57:05.9512874Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T00:57:05.9514675Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T00:57:05.9516270Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T00:57:05.9518564Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T00:57:05.9520509Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T00:57:05.9521953Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T00:57:05.9523546Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T00:57:05.9525927Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T00:57:05.9527768Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T00:57:05.9532273Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T00:57:05.9535390Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T00:57:05.9537163Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T00:57:05.9538828Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T00:57:05.9542183Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T00:57:05.9544123Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T00:57:05.9546996Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T00:57:05.9553165Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T00:57:05.9556121Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T00:57:05.9558803Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T00:57:05.9563493Z adding 'torch/include/ATen/core/List.h' 2022-11-23T00:57:05.9567476Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T00:57:05.9570599Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T00:57:05.9573346Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T00:57:05.9576525Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T00:57:05.9578352Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T00:57:05.9580018Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T00:57:05.9582039Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T00:57:05.9583637Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T00:57:05.9585192Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T00:57:05.9586657Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T00:57:05.9588208Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T00:57:05.9590030Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T00:57:05.9593180Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T00:57:05.9604116Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T00:57:05.9651752Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T00:57:05.9659929Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T00:57:05.9662408Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T00:57:05.9664115Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T00:57:05.9665712Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T00:57:05.9668027Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T00:57:05.9670141Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T00:57:05.9672217Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T00:57:05.9674367Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T00:57:05.9685601Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T00:57:05.9689522Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T00:57:05.9691663Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T00:57:05.9696200Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T00:57:05.9698403Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T00:57:05.9701945Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T00:57:05.9703971Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T00:57:05.9706118Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T00:57:05.9708546Z adding 'torch/include/ATen/core/function.h' 2022-11-23T00:57:05.9715590Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T00:57:05.9721162Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T00:57:05.9723299Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T00:57:05.9725117Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T00:57:05.9728724Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T00:57:05.9730790Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T00:57:05.9745320Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T00:57:05.9770064Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T00:57:05.9773465Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T00:57:05.9792057Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T00:57:05.9799754Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T00:57:05.9802628Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T00:57:05.9805154Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T00:57:05.9806985Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T00:57:05.9809683Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T00:57:05.9812581Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T00:57:05.9814918Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T00:57:05.9816797Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T00:57:05.9818142Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T00:57:05.9821690Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T00:57:05.9823962Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T00:57:05.9827117Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T00:57:05.9830683Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T00:57:05.9832707Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T00:57:05.9834867Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T00:57:05.9836688Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T00:57:05.9840623Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T00:57:05.9848174Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T00:57:05.9851156Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T00:57:05.9853700Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T00:57:05.9857265Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T00:57:05.9866574Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T00:57:05.9869130Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T00:57:05.9873440Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T00:57:05.9875481Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T00:57:05.9877448Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T00:57:05.9879765Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T00:57:05.9882544Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T00:57:05.9885786Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T00:57:05.9892111Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T00:57:05.9894715Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T00:57:05.9897862Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T00:57:05.9899981Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T00:57:05.9902874Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T00:57:05.9906969Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T00:57:05.9909671Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T00:57:05.9911729Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T00:57:05.9919810Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T00:57:05.9923940Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T00:57:05.9926040Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T00:57:05.9928984Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T00:57:05.9935456Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T00:57:05.9940633Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T00:57:05.9945934Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T00:57:05.9950055Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T00:57:05.9954040Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T00:57:05.9959601Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T00:57:05.9969732Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T00:57:05.9979118Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T00:57:05.9983263Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T00:57:05.9990263Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T00:57:05.9996039Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T00:57:06.0003198Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T00:57:06.0008014Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T00:57:06.0012165Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T00:57:06.0020827Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T00:57:06.0029701Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T00:57:06.0033049Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T00:57:06.0034823Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T00:57:06.0036774Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T00:57:06.0041469Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T00:57:06.0048128Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T00:57:06.0051566Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T00:57:06.0053768Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T00:57:06.0055786Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T00:57:06.0057403Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T00:57:06.0060130Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T00:57:06.0062968Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T00:57:06.0065224Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T00:57:06.0067401Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T00:57:06.0069192Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T00:57:06.0072271Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T00:57:06.0075107Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T00:57:06.0076798Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T00:57:06.0078358Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T00:57:06.0080205Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T00:57:06.0082081Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T00:57:06.0083953Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T00:57:06.0086625Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T00:57:06.0088983Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T00:57:06.0090680Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T00:57:06.0092170Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T00:57:06.0094046Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T00:57:06.0095604Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T00:57:06.0097187Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T00:57:06.0100977Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T00:57:06.0103555Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T00:57:06.0105368Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T00:57:06.0107076Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T00:57:06.0109907Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T00:57:06.0111524Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T00:57:06.0113920Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T00:57:06.0117088Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T00:57:06.0118930Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T00:57:06.0121366Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T00:57:06.0123518Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T00:57:06.0125329Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T00:57:06.0127534Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T00:57:06.0129586Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T00:57:06.0131574Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T00:57:06.0133432Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T00:57:06.0137791Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T00:57:06.0139650Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T00:57:06.0141358Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T00:57:06.0142777Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T00:57:06.0144476Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T00:57:06.0145974Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T00:57:06.0149384Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T00:57:06.0152573Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T00:57:06.0154681Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T00:57:06.0156593Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T00:57:06.0158383Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T00:57:06.0160479Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T00:57:06.0164939Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T00:57:06.0167890Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T00:57:06.0170610Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T00:57:06.0173145Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T00:57:06.0175819Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T00:57:06.0177787Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T00:57:06.0180684Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T00:57:06.0184373Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T00:57:06.0186034Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T00:57:06.0188235Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T00:57:06.0190511Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T00:57:06.0192334Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T00:57:06.0194744Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T00:57:06.0196210Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T00:57:06.0200101Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T00:57:06.0202712Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T00:57:06.0206197Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T00:57:06.0207986Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T00:57:06.0210603Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T00:57:06.0212938Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T00:57:06.0216021Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T00:57:06.0218161Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T00:57:06.0220026Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T00:57:06.0221657Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T00:57:06.0223703Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T00:57:06.0225610Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T00:57:06.0228256Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T00:57:06.0232549Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T00:57:06.0234712Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T00:57:06.0236281Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T00:57:06.0237859Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T00:57:06.0240469Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T00:57:06.0243690Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T00:57:06.0245817Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T00:57:06.0250031Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T00:57:06.0256796Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T00:57:06.0259702Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T00:57:06.0261692Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T00:57:06.0264308Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T00:57:06.0266171Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T00:57:06.0269357Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T00:57:06.0271677Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T00:57:06.0273462Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T00:57:06.0275217Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T00:57:06.0277502Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T00:57:06.0279478Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T00:57:06.0281043Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T00:57:06.0289129Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T00:57:06.0291716Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T00:57:06.0330503Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T00:57:06.0335508Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T00:57:06.0338529Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T00:57:06.0340371Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T00:57:06.0341907Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T00:57:06.0343688Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T00:57:06.0345271Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T00:57:06.0346718Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T00:57:06.0349997Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T00:57:06.0352159Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T00:57:06.0353951Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T00:57:06.0355554Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T00:57:06.0356999Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T00:57:06.0358590Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T00:57:06.0362638Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T00:57:06.0364871Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T00:57:06.0367891Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T00:57:06.0369977Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T00:57:06.0372298Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T00:57:06.0373946Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T00:57:06.0377708Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T00:57:06.0380518Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T00:57:06.0382093Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T00:57:06.0384002Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T00:57:06.0386207Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T00:57:06.0388743Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T00:57:06.0390681Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T00:57:06.0392875Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T00:57:06.0394558Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T00:57:06.0396125Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T00:57:06.0397891Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T00:57:06.0400240Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T00:57:06.0401849Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T00:57:06.0403669Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T00:57:06.0405160Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T00:57:06.0407019Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T00:57:06.0408863Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T00:57:06.0410711Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T00:57:06.0412335Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T00:57:06.0414173Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T00:57:06.0415698Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T00:57:06.0417557Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T00:57:06.0419382Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T00:57:06.0420960Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T00:57:06.0422931Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T00:57:06.0427372Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T00:57:06.0429553Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T00:57:06.0431325Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T00:57:06.0433282Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T00:57:06.0435836Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T00:57:06.0437927Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T00:57:06.0439468Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T00:57:06.0441350Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T00:57:06.0443639Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T00:57:06.0445377Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T00:57:06.0446936Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T00:57:06.0448434Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T00:57:06.0450107Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T00:57:06.0453732Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T00:57:06.0455640Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T00:57:06.0457936Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T00:57:06.0459859Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T00:57:06.0461690Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T00:57:06.0465772Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T00:57:06.0467804Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T00:57:06.0469449Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T00:57:06.0473606Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T00:57:06.0476663Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T00:57:06.0478390Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T00:57:06.0479718Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T00:57:06.0481333Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T00:57:06.0486090Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T00:57:06.0488365Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T00:57:06.0490647Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T00:57:06.0492860Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T00:57:06.0495208Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T00:57:06.0497991Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T00:57:06.0499834Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T00:57:06.0503484Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T00:57:06.0506858Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T00:57:06.0509079Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T00:57:06.0510565Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T00:57:06.0516457Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T00:57:06.0518732Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T00:57:06.0520532Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T00:57:06.0526786Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T00:57:06.0529199Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T00:57:06.0530750Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T00:57:06.0533738Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T00:57:06.0537331Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T00:57:06.0539158Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T00:57:06.0540720Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T00:57:06.0543620Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T00:57:06.0545956Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T00:57:06.0547759Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T00:57:06.0551195Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T00:57:06.0579967Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T00:57:06.0586688Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T00:57:06.0588948Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T00:57:06.0591988Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T00:57:06.0607215Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T00:57:06.0613226Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T00:57:06.0615678Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T00:57:06.0619698Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T00:57:06.0622119Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T00:57:06.0635255Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T00:57:06.0638117Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T00:57:06.0640051Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T00:57:06.0641820Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T00:57:06.0646391Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T00:57:06.0648558Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T00:57:06.0650216Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T00:57:06.0653427Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T00:57:06.0655252Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T00:57:06.0657750Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T00:57:06.0661886Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T00:57:06.0667359Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T00:57:06.0669447Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T00:57:06.0671084Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T00:57:06.0672611Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T00:57:06.0676084Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T00:57:06.0678551Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T00:57:06.0680333Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T00:57:06.0681947Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T00:57:06.0684886Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T00:57:06.0688120Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T00:57:06.0690968Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T00:57:06.0696875Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T00:57:06.0699173Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T00:57:06.0702316Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T00:57:06.0704824Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T00:57:06.0706778Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T00:57:06.0708445Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T00:57:06.0710383Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T00:57:06.0712039Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T00:57:06.0713832Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T00:57:06.0715910Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T00:57:06.0717635Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T00:57:06.0721135Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T00:57:06.0726518Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T00:57:06.0730518Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T00:57:06.0733351Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T00:57:06.0735320Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T00:57:06.0738651Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T00:57:06.0742969Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T00:57:06.0746593Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T00:57:06.0748698Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T00:57:06.0750454Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T00:57:06.0752087Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T00:57:06.0811733Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T00:57:06.0813583Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T00:57:06.0815487Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0817329Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.0819075Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.0821006Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T00:57:06.0822779Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T00:57:06.0824574Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0826214Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T00:57:06.0827882Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T00:57:06.0829572Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T00:57:06.0831221Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T00:57:06.0833103Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T00:57:06.0834973Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T00:57:06.0836739Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0838288Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.0840022Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.0841535Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T00:57:06.0843273Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T00:57:06.0845377Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0846930Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T00:57:06.0848581Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T00:57:06.0850133Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T00:57:06.0851869Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T00:57:06.0853844Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T00:57:06.0855630Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0859764Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T00:57:06.0861572Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T00:57:06.0863610Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T00:57:06.0865553Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0867420Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T00:57:06.0869304Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T00:57:06.0870971Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T00:57:06.0873052Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T00:57:06.0875105Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T00:57:06.0877198Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.0878895Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T00:57:06.0880835Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T00:57:06.0882531Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T00:57:06.0884543Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T00:57:06.0886315Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T00:57:06.0888327Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T00:57:06.0890202Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T00:57:06.0892256Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0893902Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T00:57:06.0895653Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T00:57:06.0897350Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T00:57:06.0899334Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T00:57:06.0901353Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T00:57:06.0903322Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0905115Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T00:57:06.0906879Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T00:57:06.0909062Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T00:57:06.0912628Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T00:57:06.0914620Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.0916434Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T00:57:06.0918292Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T00:57:06.0920038Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T00:57:06.0922069Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T00:57:06.0924075Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T00:57:06.0925873Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T00:57:06.0927790Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T00:57:06.0929403Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T00:57:06.0931450Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T00:57:06.0933388Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T00:57:06.0935217Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0936664Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T00:57:06.0938622Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T00:57:06.0940156Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T00:57:06.0941943Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0943457Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T00:57:06.0945198Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T00:57:06.0946879Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T00:57:06.0948794Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0950513Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T00:57:06.0952371Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T00:57:06.0954027Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T00:57:06.0955845Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0957592Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T00:57:06.0959340Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T00:57:06.0961294Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T00:57:06.0963104Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T00:57:06.0965140Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0966867Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T00:57:06.0968800Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T00:57:06.0970681Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0972371Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T00:57:06.0974265Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T00:57:06.0976844Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T00:57:06.0977827Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0979584Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T00:57:06.0981448Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T00:57:06.0983113Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T00:57:06.0984921Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0986590Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T00:57:06.0988459Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T00:57:06.0990327Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T00:57:06.0992207Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.0993987Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T00:57:06.0995695Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T00:57:06.0997379Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T00:57:06.0999283Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1000698Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T00:57:06.1002541Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T00:57:06.1004439Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T00:57:06.1006254Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1007918Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T00:57:06.1009693Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T00:57:06.1011357Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T00:57:06.1013128Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1014736Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T00:57:06.1016511Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T00:57:06.1018097Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T00:57:06.1019889Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1021403Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T00:57:06.1023404Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T00:57:06.1025081Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T00:57:06.1026830Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1028513Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T00:57:06.1030367Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T00:57:06.1032185Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T00:57:06.1034184Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1035837Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T00:57:06.1037680Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1039450Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T00:57:06.1041295Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T00:57:06.1043186Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T00:57:06.1045205Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1046870Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T00:57:06.1048626Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T00:57:06.1050372Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T00:57:06.1052285Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T00:57:06.1054106Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T00:57:06.1055992Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1057724Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T00:57:06.1059523Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T00:57:06.1061319Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T00:57:06.1063310Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T00:57:06.1065070Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T00:57:06.1066942Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1068635Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T00:57:06.1070506Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T00:57:06.1072233Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T00:57:06.1074181Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1075764Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T00:57:06.1077619Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T00:57:06.1079400Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T00:57:06.1081352Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1083056Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T00:57:06.1084959Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T00:57:06.1086780Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T00:57:06.1088700Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T00:57:06.1090571Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T00:57:06.1092383Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T00:57:06.1094091Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T00:57:06.1096136Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T00:57:06.1097856Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T00:57:06.1099703Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1101388Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T00:57:06.1103267Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1105035Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.1106667Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T00:57:06.1108542Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T00:57:06.1110447Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T00:57:06.1112309Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T00:57:06.1114176Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T00:57:06.1115998Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1117676Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T00:57:06.1119481Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T00:57:06.1121640Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T00:57:06.1123685Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T00:57:06.1125805Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T00:57:06.1127707Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T00:57:06.1129628Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T00:57:06.1131547Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.1133268Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T00:57:06.1135038Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T00:57:06.1136840Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T00:57:06.1138641Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T00:57:06.1140530Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T00:57:06.1142438Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T00:57:06.1156531Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T00:57:06.1157337Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.1157793Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T00:57:06.1158205Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T00:57:06.1158780Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T00:57:06.1159214Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T00:57:06.1159584Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T00:57:06.1159939Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T00:57:06.1160243Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T00:57:06.1161693Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1163659Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1166111Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T00:57:06.1168309Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1170290Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T00:57:06.1172430Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T00:57:06.1174876Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T00:57:06.1176988Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1178684Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T00:57:06.1180671Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T00:57:06.1182689Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T00:57:06.1184979Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T00:57:06.1187107Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T00:57:06.1189197Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T00:57:06.1191350Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1193197Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T00:57:06.1195268Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T00:57:06.1198099Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1198892Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T00:57:06.1201135Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T00:57:06.1203364Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T00:57:06.1205498Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T00:57:06.1207667Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1209403Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T00:57:06.1211144Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1212993Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T00:57:06.1215076Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T00:57:06.1217160Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1218868Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T00:57:06.1220715Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T00:57:06.1222564Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T00:57:06.1224828Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T00:57:06.1226823Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T00:57:06.1228853Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1230653Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T00:57:06.1232464Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T00:57:06.1234581Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T00:57:06.1236696Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T00:57:06.1238781Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1240653Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T00:57:06.1242583Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T00:57:06.1244729Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T00:57:06.1247235Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T00:57:06.1250422Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T00:57:06.1252956Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1255245Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1257027Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T00:57:06.1259450Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T00:57:06.1261702Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1263759Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T00:57:06.1265972Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T00:57:06.1268313Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1270208Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T00:57:06.1272151Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T00:57:06.1274195Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T00:57:06.1276224Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T00:57:06.1278431Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T00:57:06.1280463Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T00:57:06.1282394Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1284300Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T00:57:06.1286280Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T00:57:06.1288172Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T00:57:06.1290093Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1291891Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T00:57:06.1293720Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T00:57:06.1295675Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T00:57:06.1298414Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1300304Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T00:57:06.1302192Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T00:57:06.1304054Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T00:57:06.1306024Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1307876Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T00:57:06.1309801Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T00:57:06.1311689Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T00:57:06.1313503Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T00:57:06.1315398Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T00:57:06.1317113Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T00:57:06.1319086Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T00:57:06.1320987Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T00:57:06.1322882Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T00:57:06.1324896Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T00:57:06.1326664Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T00:57:06.1328586Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T00:57:06.1330472Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T00:57:06.1332449Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1334433Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T00:57:06.1336210Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T00:57:06.1337955Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T00:57:06.1339694Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T00:57:06.1341635Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T00:57:06.1343419Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T00:57:06.1345209Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T00:57:06.1347092Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T00:57:06.1349109Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T00:57:06.1351090Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1352854Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T00:57:06.1354770Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T00:57:06.1356809Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T00:57:06.1358802Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1360679Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T00:57:06.1362601Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T00:57:06.1364547Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T00:57:06.1366499Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T00:57:06.1368602Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T00:57:06.1370532Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1372398Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T00:57:06.1374393Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T00:57:06.1376342Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T00:57:06.1378341Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T00:57:06.1380191Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T00:57:06.1382304Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T00:57:06.1384294Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T00:57:06.1386359Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1388371Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T00:57:06.1390400Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T00:57:06.1392154Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T00:57:06.1394262Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T00:57:06.1396444Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T00:57:06.1398606Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T00:57:06.1400819Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1402819Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T00:57:06.1404891Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T00:57:06.1407005Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1408969Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T00:57:06.1411103Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T00:57:06.1413627Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T00:57:06.1416196Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1418303Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T00:57:06.1420313Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1422471Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T00:57:06.1424792Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T00:57:06.1427182Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T00:57:06.1429510Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1431438Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T00:57:06.1433434Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T00:57:06.1435339Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T00:57:06.1437550Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T00:57:06.1439636Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T00:57:06.1441777Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T00:57:06.1444053Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T00:57:06.1446386Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1448267Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T00:57:06.1450216Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1452107Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T00:57:06.1454258Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T00:57:06.1456404Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T00:57:06.1458576Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.1460466Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T00:57:06.1462510Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T00:57:06.1464650Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T00:57:06.1466872Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1468818Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T00:57:06.1470798Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T00:57:06.1472998Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T00:57:06.1475190Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T00:57:06.1477255Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1479245Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T00:57:06.1481470Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T00:57:06.1483373Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T00:57:06.1485521Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T00:57:06.1488259Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1489648Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T00:57:06.1492543Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T00:57:06.1494474Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T00:57:06.1497135Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T00:57:06.1498353Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T00:57:06.1500143Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1501574Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T00:57:06.1503312Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T00:57:06.1505255Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1506717Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T00:57:06.1508609Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T00:57:06.1510255Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T00:57:06.1512023Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T00:57:06.1514031Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T00:57:06.1515657Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T00:57:06.1517145Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T00:57:06.1519090Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T00:57:06.1520661Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T00:57:06.1522411Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T00:57:06.1524474Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1526172Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T00:57:06.1527824Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T00:57:06.1529529Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T00:57:06.1531353Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T00:57:06.1533316Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T00:57:06.1535266Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1536919Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T00:57:06.1538597Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T00:57:06.1540313Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T00:57:06.1542201Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T00:57:06.1544157Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T00:57:06.1546069Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T00:57:06.1548056Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T00:57:06.1549737Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T00:57:06.1551526Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T00:57:06.1553312Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T00:57:06.1555120Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T00:57:06.1556798Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T00:57:06.1558495Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T00:57:06.1560280Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T00:57:06.1562198Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T00:57:06.1564017Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T00:57:06.1565741Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T00:57:06.1567364Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T00:57:06.1569236Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T00:57:06.1571045Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T00:57:06.1572884Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T00:57:06.1574521Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T00:57:06.1576662Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T00:57:06.1578109Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T00:57:06.1579950Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1581578Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T00:57:06.1583276Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T00:57:06.1585052Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T00:57:06.1586835Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T00:57:06.1588740Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1590450Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T00:57:06.1592131Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T00:57:06.1593838Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T00:57:06.1595655Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T00:57:06.1597498Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T00:57:06.1599373Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1601000Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T00:57:06.1602673Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T00:57:06.1604529Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T00:57:06.1606328Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T00:57:06.1608294Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T00:57:06.1610262Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1611959Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T00:57:06.1613645Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T00:57:06.1615599Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T00:57:06.1617614Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T00:57:06.1619737Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T00:57:06.1621740Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1623604Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T00:57:06.1625255Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T00:57:06.1627110Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T00:57:06.1629408Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T00:57:06.1631637Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T00:57:06.1633647Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1635434Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T00:57:06.1637184Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T00:57:06.1639059Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T00:57:06.1641267Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T00:57:06.1643260Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T00:57:06.1645102Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1647064Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T00:57:06.1649138Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T00:57:06.1650805Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T00:57:06.1652520Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T00:57:06.1654223Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T00:57:06.1656012Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1657582Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T00:57:06.1659303Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T00:57:06.1660856Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T00:57:06.1662654Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T00:57:06.1664404Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T00:57:06.1666166Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1667816Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T00:57:06.1669538Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T00:57:06.1671139Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T00:57:06.1672885Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T00:57:06.1674656Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T00:57:06.1676481Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1678004Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T00:57:06.1679673Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T00:57:06.1681302Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T00:57:06.1683034Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T00:57:06.1685017Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T00:57:06.1686794Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1688367Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T00:57:06.1690083Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T00:57:06.1691645Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T00:57:06.1693598Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T00:57:06.1695349Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T00:57:06.1697218Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1698964Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T00:57:06.1700468Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T00:57:06.1702158Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T00:57:06.1704210Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T00:57:06.1706087Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T00:57:06.1707840Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1709437Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T00:57:06.1711049Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T00:57:06.1712612Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T00:57:06.1714273Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T00:57:06.1716022Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T00:57:06.1717686Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1719269Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T00:57:06.1720981Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T00:57:06.1722848Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T00:57:06.1724624Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T00:57:06.1726188Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T00:57:06.1728140Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1729619Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T00:57:06.1731892Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T00:57:06.1733735Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T00:57:06.1735509Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T00:57:06.1737302Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T00:57:06.1738917Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1740735Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T00:57:06.1742165Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T00:57:06.1743656Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T00:57:06.1745457Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T00:57:06.1747485Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T00:57:06.1749284Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1750802Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T00:57:06.1752727Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T00:57:06.1754328Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T00:57:06.1756340Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T00:57:06.1758084Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T00:57:06.1760077Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1761842Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T00:57:06.1763715Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T00:57:06.1765634Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T00:57:06.1767435Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T00:57:06.1769270Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T00:57:06.1771021Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1772590Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T00:57:06.1774210Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T00:57:06.1775704Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T00:57:06.1777463Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T00:57:06.1779415Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T00:57:06.1781362Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T00:57:06.1782901Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1784385Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T00:57:06.1785989Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T00:57:06.1787482Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T00:57:06.1789322Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T00:57:06.1790952Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T00:57:06.1792715Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1794200Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T00:57:06.1795785Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T00:57:06.1797299Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T00:57:06.1799038Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T00:57:06.1800659Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T00:57:06.1802397Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1804032Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T00:57:06.1805858Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T00:57:06.1807312Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T00:57:06.1809085Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T00:57:06.1810972Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1812808Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T00:57:06.1814337Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T00:57:06.1815835Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T00:57:06.1817512Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T00:57:06.1819168Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T00:57:06.1820901Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1822626Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T00:57:06.1824097Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T00:57:06.1825705Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T00:57:06.1827730Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T00:57:06.1829456Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T00:57:06.1831202Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1832748Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T00:57:06.1834423Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T00:57:06.1835979Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T00:57:06.1837789Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T00:57:06.1839690Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T00:57:06.1841646Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1843272Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T00:57:06.1845077Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T00:57:06.1846834Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T00:57:06.1848944Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T00:57:06.1850679Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T00:57:06.1852441Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1854065Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T00:57:06.1855770Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T00:57:06.1857319Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T00:57:06.1859001Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T00:57:06.1860797Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T00:57:06.1862615Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1864072Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T00:57:06.1865602Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T00:57:06.1867144Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T00:57:06.1869105Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T00:57:06.1871033Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T00:57:06.1872817Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1874338Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T00:57:06.1876036Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T00:57:06.1877651Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T00:57:06.1879556Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T00:57:06.1881267Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T00:57:06.1883129Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1884897Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T00:57:06.1886548Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T00:57:06.1888193Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T00:57:06.1890059Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T00:57:06.1891779Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T00:57:06.1893674Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1895427Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T00:57:06.1897024Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T00:57:06.1898635Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T00:57:06.1900465Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T00:57:06.1902166Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T00:57:06.1903976Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1905558Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T00:57:06.1907282Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T00:57:06.1908979Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T00:57:06.1910815Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T00:57:06.1912515Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T00:57:06.1914421Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1916018Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T00:57:06.1917680Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T00:57:06.1919319Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T00:57:06.1921195Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T00:57:06.1922930Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T00:57:06.1924974Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1926571Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T00:57:06.1928290Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T00:57:06.1929887Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T00:57:06.1931707Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T00:57:06.1933640Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T00:57:06.1935730Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1937295Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T00:57:06.1939113Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T00:57:06.1940808Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T00:57:06.1943035Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T00:57:06.1944901Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T00:57:06.1946777Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1948457Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T00:57:06.1950177Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T00:57:06.1951781Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T00:57:06.1953625Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T00:57:06.1955366Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T00:57:06.1957185Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1958765Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T00:57:06.1960507Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T00:57:06.1962096Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T00:57:06.1964188Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T00:57:06.1966053Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T00:57:06.1968257Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1969776Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T00:57:06.1971502Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T00:57:06.1973692Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T00:57:06.1975266Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T00:57:06.1977197Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T00:57:06.1979145Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1980953Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T00:57:06.1982765Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T00:57:06.1984556Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T00:57:06.1986978Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T00:57:06.1989298Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T00:57:06.1991888Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.1993892Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T00:57:06.1996108Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T00:57:06.1998680Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T00:57:06.2001008Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T00:57:06.2003423Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2005839Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T00:57:06.2008160Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T00:57:06.2010268Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T00:57:06.2012910Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T00:57:06.2015395Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2017557Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T00:57:06.2019878Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T00:57:06.2022137Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T00:57:06.2024942Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T00:57:06.2027158Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T00:57:06.2029423Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T00:57:06.2031746Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T00:57:06.2033742Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T00:57:06.2035988Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T00:57:06.2038149Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T00:57:06.2040181Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T00:57:06.2042479Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2044490Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T00:57:06.2046952Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2049086Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2051101Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T00:57:06.2053444Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T00:57:06.2055457Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T00:57:06.2057697Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T00:57:06.2059766Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T00:57:06.2062305Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2063932Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T00:57:06.2066279Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T00:57:06.2068550Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T00:57:06.2070613Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T00:57:06.2073083Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2075027Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T00:57:06.2077260Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T00:57:06.2079586Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2081382Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T00:57:06.2084323Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T00:57:06.2085901Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T00:57:06.2087816Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2089080Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T00:57:06.2090701Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T00:57:06.2092308Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T00:57:06.2094055Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2095904Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T00:57:06.2097810Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T00:57:06.2099439Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T00:57:06.2101219Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2102636Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T00:57:06.2104403Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T00:57:06.2106161Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T00:57:06.2108168Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T00:57:06.2110072Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2111508Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T00:57:06.2113203Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T00:57:06.2114819Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T00:57:06.2116560Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T00:57:06.2118223Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2119868Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T00:57:06.2121240Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T00:57:06.2122940Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T00:57:06.2124975Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T00:57:06.2126971Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2128795Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T00:57:06.2130572Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T00:57:06.2132657Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T00:57:06.2134224Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T00:57:06.2136237Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T00:57:06.2137953Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T00:57:06.2139757Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T00:57:06.2141662Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2143522Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2145174Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T00:57:06.2146947Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T00:57:06.2148695Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T00:57:06.2150543Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T00:57:06.2152275Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T00:57:06.2154144Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2156631Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T00:57:06.2158572Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T00:57:06.2160257Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T00:57:06.2162112Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2163990Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T00:57:06.2165828Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T00:57:06.2167632Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T00:57:06.2169670Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2171329Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T00:57:06.2173200Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T00:57:06.2174847Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T00:57:06.2176690Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T00:57:06.2178394Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T00:57:06.2180321Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T00:57:06.2182147Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T00:57:06.2184126Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2185847Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T00:57:06.2187745Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T00:57:06.2189568Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T00:57:06.2191282Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T00:57:06.2193016Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T00:57:06.2194944Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T00:57:06.2196812Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T00:57:06.2198774Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2200485Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T00:57:06.2202292Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T00:57:06.2204093Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T00:57:06.2206000Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T00:57:06.2207719Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T00:57:06.2209629Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T00:57:06.2211517Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T00:57:06.2213527Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2215247Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T00:57:06.2217113Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T00:57:06.2218843Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T00:57:06.2220758Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T00:57:06.2222518Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T00:57:06.2224407Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T00:57:06.2226320Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T00:57:06.2228330Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2230084Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T00:57:06.2231969Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T00:57:06.2233661Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T00:57:06.2235504Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T00:57:06.2237226Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T00:57:06.2239209Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T00:57:06.2241011Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T00:57:06.2242768Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T00:57:06.2244736Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T00:57:06.2246443Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T00:57:06.2248167Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T00:57:06.2249997Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T00:57:06.2251888Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T00:57:06.2253790Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2255510Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T00:57:06.2257404Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T00:57:06.2259068Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T00:57:06.2260913Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T00:57:06.2262569Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T00:57:06.2264449Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T00:57:06.2266512Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2268239Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T00:57:06.2270059Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T00:57:06.2271699Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T00:57:06.2273527Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T00:57:06.2275598Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T00:57:06.2277260Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T00:57:06.2279211Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T00:57:06.2280822Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T00:57:06.2282603Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T00:57:06.2284314Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T00:57:06.2286084Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T00:57:06.2288040Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T00:57:06.2289948Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2291477Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T00:57:06.2293415Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T00:57:06.2295112Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T00:57:06.2297213Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2298756Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T00:57:06.2300424Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T00:57:06.2302113Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T00:57:06.2303896Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2305386Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T00:57:06.2307139Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2308844Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2310384Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T00:57:06.2312071Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T00:57:06.2313674Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T00:57:06.2315266Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T00:57:06.2317022Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T00:57:06.2318804Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2320832Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T00:57:06.2322107Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T00:57:06.2324131Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T00:57:06.2326070Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T00:57:06.2327785Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T00:57:06.2329752Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2331381Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T00:57:06.2333030Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T00:57:06.2334499Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T00:57:06.2336151Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T00:57:06.2337738Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T00:57:06.2339647Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2341171Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T00:57:06.2342591Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T00:57:06.2344228Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T00:57:06.2345900Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T00:57:06.2347492Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T00:57:06.2349347Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2350904Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T00:57:06.2352463Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T00:57:06.2354195Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T00:57:06.2355659Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T00:57:06.2357449Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2358939Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T00:57:06.2360454Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T00:57:06.2362351Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T00:57:06.2364169Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T00:57:06.2365883Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T00:57:06.2367315Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2368721Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T00:57:06.2370513Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T00:57:06.2372177Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T00:57:06.2373864Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2375460Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T00:57:06.2376967Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T00:57:06.2378614Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T00:57:06.2380386Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T00:57:06.2382107Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2383654Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T00:57:06.2385324Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T00:57:06.2387164Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T00:57:06.2389046Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2390614Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T00:57:06.2392290Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T00:57:06.2394023Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T00:57:06.2395739Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2397353Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T00:57:06.2399094Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T00:57:06.2401818Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T00:57:06.2403336Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2405114Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T00:57:06.2407066Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:57:06.2408891Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T00:57:06.2411123Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T00:57:06.2413141Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T00:57:06.2415164Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2416963Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T00:57:06.2418476Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:57:06.2420160Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T00:57:06.2422294Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T00:57:06.2423928Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T00:57:06.2425719Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2427421Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T00:57:06.2429220Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2431077Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2432483Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T00:57:06.2434287Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T00:57:06.2436013Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T00:57:06.2437826Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T00:57:06.2439638Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T00:57:06.2441554Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T00:57:06.2443039Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2445003Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T00:57:06.2446780Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T00:57:06.2448405Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2450045Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T00:57:06.2451613Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T00:57:06.2453245Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T00:57:06.2455172Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T00:57:06.2456848Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T00:57:06.2458578Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T00:57:06.2460588Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T00:57:06.2462494Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T00:57:06.2464373Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T00:57:06.2466273Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T00:57:06.2468400Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T00:57:06.2471034Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2472788Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T00:57:06.2475221Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T00:57:06.2477213Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T00:57:06.2479381Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T00:57:06.2481472Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T00:57:06.2483382Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T00:57:06.2486047Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T00:57:06.2487891Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T00:57:06.2490321Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T00:57:06.2492463Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T00:57:06.2494874Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2496714Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T00:57:06.2499204Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T00:57:06.2501008Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T00:57:06.2503116Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T00:57:06.2505196Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T00:57:06.2507276Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T00:57:06.2509524Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2511470Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T00:57:06.2514072Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T00:57:06.2516176Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T00:57:06.2518336Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T00:57:06.2520584Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T00:57:06.2522655Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T00:57:06.2525383Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2527389Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T00:57:06.2529788Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T00:57:06.2531947Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T00:57:06.2534091Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T00:57:06.2536076Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2538079Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2539824Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T00:57:06.2542361Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T00:57:06.2544242Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T00:57:06.2546583Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T00:57:06.2548577Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T00:57:06.2551102Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T00:57:06.2553251Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T00:57:06.2555684Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2557693Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T00:57:06.2559952Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T00:57:06.2561928Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T00:57:06.2564310Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2566037Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T00:57:06.2568406Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T00:57:06.2570932Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T00:57:06.2573164Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2575310Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T00:57:06.2577506Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T00:57:06.2579316Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T00:57:06.2581643Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T00:57:06.2583475Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T00:57:06.2586709Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T00:57:06.2589151Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T00:57:06.2591363Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2593259Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T00:57:06.2595593Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T00:57:06.2597548Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2600020Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T00:57:06.2602237Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T00:57:06.2604838Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T00:57:06.2607257Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2609076Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T00:57:06.2611366Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T00:57:06.2613491Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T00:57:06.2615716Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2617465Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T00:57:06.2619191Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T00:57:06.2620863Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T00:57:06.2622553Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2624018Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T00:57:06.2625643Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T00:57:06.2627239Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T00:57:06.2628960Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2630466Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T00:57:06.2632105Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T00:57:06.2633532Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T00:57:06.2635223Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T00:57:06.2636907Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T00:57:06.2638617Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2640069Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T00:57:06.2641602Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T00:57:06.2643164Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T00:57:06.2644895Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T00:57:06.2646657Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T00:57:06.2648438Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2650011Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T00:57:06.2651575Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T00:57:06.2653127Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T00:57:06.2654782Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T00:57:06.2656383Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2657944Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T00:57:06.2659611Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T00:57:06.2661374Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T00:57:06.2663147Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T00:57:06.2665016Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2666711Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2668365Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T00:57:06.2670041Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T00:57:06.2671727Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T00:57:06.2673322Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T00:57:06.2674940Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T00:57:06.2676441Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T00:57:06.2678087Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T00:57:06.2679711Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T00:57:06.2681774Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2683250Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T00:57:06.2684974Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T00:57:06.2686602Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T00:57:06.2688384Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2689842Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T00:57:06.2691395Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T00:57:06.2692977Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T00:57:06.2694758Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2696459Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T00:57:06.2697901Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T00:57:06.2699718Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T00:57:06.2701529Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T00:57:06.2703256Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2704976Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T00:57:06.2706790Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T00:57:06.2708395Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T00:57:06.2710122Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2711778Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T00:57:06.2713530Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T00:57:06.2715011Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T00:57:06.2716758Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T00:57:06.2718530Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T00:57:06.2720196Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2721622Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T00:57:06.2723268Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T00:57:06.2725150Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T00:57:06.2727093Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2728583Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T00:57:06.2730486Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2731926Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T00:57:06.2733783Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T00:57:06.2735331Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T00:57:06.2737218Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T00:57:06.2738822Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T00:57:06.2740738Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T00:57:06.2742371Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T00:57:06.2743730Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T00:57:06.2745473Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T00:57:06.2747165Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T00:57:06.2748922Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T00:57:06.2750648Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T00:57:06.2752367Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T00:57:06.2754034Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T00:57:06.2755673Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T00:57:06.2757395Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T00:57:06.2759166Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T00:57:06.2760998Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2762693Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T00:57:06.2764739Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T00:57:06.2766407Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T00:57:06.2768053Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T00:57:06.2769639Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T00:57:06.2771360Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2772856Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T00:57:06.2774285Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T00:57:06.2776235Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T00:57:06.2778208Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2780006Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.2781831Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.2783572Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T00:57:06.2785684Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T00:57:06.2787680Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T00:57:06.2789543Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T00:57:06.2791255Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T00:57:06.2793019Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T00:57:06.2794867Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T00:57:06.2796676Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T00:57:06.2798461Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2800156Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T00:57:06.2802045Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T00:57:06.2804089Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T00:57:06.2805943Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2807343Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T00:57:06.2809029Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T00:57:06.2810583Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T00:57:06.2812340Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2813702Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T00:57:06.2815416Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T00:57:06.2816879Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T00:57:06.2818819Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2820282Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T00:57:06.2821815Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T00:57:06.2823584Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T00:57:06.2825276Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T00:57:06.2827396Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2829513Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T00:57:06.2830992Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T00:57:06.2832681Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T00:57:06.2834134Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T00:57:06.2835815Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T00:57:06.2837372Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T00:57:06.2839305Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2840945Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T00:57:06.2842550Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T00:57:06.2844656Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T00:57:06.2846316Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T00:57:06.2848847Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T00:57:06.2850589Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T00:57:06.2852575Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T00:57:06.2854400Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2856167Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T00:57:06.2857868Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T00:57:06.2859468Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T00:57:06.2861088Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T00:57:06.2862773Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2864542Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.2865891Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T00:57:06.2867514Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T00:57:06.2869144Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T00:57:06.2870825Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T00:57:06.2872495Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T00:57:06.2874284Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2875728Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T00:57:06.2877381Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T00:57:06.2879143Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T00:57:06.2880921Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2882404Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T00:57:06.2884330Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T00:57:06.2886142Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T00:57:06.2887809Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2889281Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T00:57:06.2891001Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T00:57:06.2892836Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T00:57:06.2894708Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2896220Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T00:57:06.2897923Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T00:57:06.2899623Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T00:57:06.2901842Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T00:57:06.2903843Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2905474Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T00:57:06.2907043Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T00:57:06.2908954Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T00:57:06.2910665Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2912256Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T00:57:06.2913812Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T00:57:06.2915602Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T00:57:06.2917286Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T00:57:06.2919034Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2920483Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T00:57:06.2922202Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T00:57:06.2924126Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T00:57:06.2926007Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2927524Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T00:57:06.2929220Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T00:57:06.2931044Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T00:57:06.2932625Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2934163Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T00:57:06.2935968Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T00:57:06.2937734Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T00:57:06.2939591Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2941176Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T00:57:06.2942933Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T00:57:06.2944630Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T00:57:06.2946415Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T00:57:06.2948260Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2949894Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T00:57:06.2951655Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T00:57:06.2953546Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2955114Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2956699Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T00:57:06.2958586Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T00:57:06.2960279Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T00:57:06.2962015Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2963635Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T00:57:06.2965857Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T00:57:06.2967402Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T00:57:06.2968950Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2970428Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T00:57:06.2972072Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T00:57:06.2973754Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T00:57:06.2975426Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T00:57:06.2977321Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2978844Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T00:57:06.2980589Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T00:57:06.2982213Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.2983739Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.2999589Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T00:57:06.3001599Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T00:57:06.3003281Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T00:57:06.3005092Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3006643Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T00:57:06.3008259Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T00:57:06.3009929Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T00:57:06.3011762Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T00:57:06.3013375Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3014732Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T00:57:06.3016462Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T00:57:06.3018166Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3019781Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3021196Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T00:57:06.3023117Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T00:57:06.3024787Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T00:57:06.3026661Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3028200Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T00:57:06.3029845Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T00:57:06.3031389Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T00:57:06.3032983Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T00:57:06.3034703Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3036352Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T00:57:06.3037666Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T00:57:06.3039325Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T00:57:06.3040857Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T00:57:06.3042725Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3044237Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T00:57:06.3045733Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T00:57:06.3047270Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T00:57:06.3048974Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3050591Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T00:57:06.3052086Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T00:57:06.3053508Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T00:57:06.3055243Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T00:57:06.3056754Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T00:57:06.3058492Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T00:57:06.3060172Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T00:57:06.3061870Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3063553Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T00:57:06.3064977Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T00:57:06.3066806Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T00:57:06.3068903Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T00:57:06.3070337Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T00:57:06.3072100Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3073565Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T00:57:06.3075560Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T00:57:06.3077009Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T00:57:06.3078713Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3080244Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3081700Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T00:57:06.3083333Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T00:57:06.3085195Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T00:57:06.3086683Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3088293Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T00:57:06.3089917Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3091687Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3093282Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T00:57:06.3095204Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T00:57:06.3096606Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T00:57:06.3098108Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T00:57:06.3099627Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T00:57:06.3101381Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3102895Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T00:57:06.3104553Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T00:57:06.3106296Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T00:57:06.3108220Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T00:57:06.3109895Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3111530Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T00:57:06.3113038Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T00:57:06.3114808Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T00:57:06.3116483Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T00:57:06.3118287Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3119861Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T00:57:06.3121460Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T00:57:06.3123123Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T00:57:06.3125040Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T00:57:06.3126771Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3128335Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T00:57:06.3129945Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T00:57:06.3131610Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T00:57:06.3133341Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3134913Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T00:57:06.3136599Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T00:57:06.3138263Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T00:57:06.3140000Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3141541Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T00:57:06.3143191Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T00:57:06.3144948Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T00:57:06.3146771Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3148410Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T00:57:06.3150165Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T00:57:06.3151911Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T00:57:06.3153685Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3155242Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T00:57:06.3157000Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T00:57:06.3158788Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T00:57:06.3160616Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T00:57:06.3162494Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3164062Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3165993Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T00:57:06.3167765Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T00:57:06.3169696Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3171245Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T00:57:06.3172755Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T00:57:06.3174475Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T00:57:06.3176395Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T00:57:06.3177979Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T00:57:06.3179706Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3181302Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T00:57:06.3183172Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3184782Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T00:57:06.3186399Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T00:57:06.3188213Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T00:57:06.3189942Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T00:57:06.3191617Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T00:57:06.3193372Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3194997Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T00:57:06.3196616Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T00:57:06.3198370Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T00:57:06.3200218Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T00:57:06.3202007Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3203584Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T00:57:06.3205599Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T00:57:06.3207243Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T00:57:06.3208887Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3210414Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T00:57:06.3212002Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T00:57:06.3213614Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T00:57:06.3216001Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3217241Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T00:57:06.3218830Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T00:57:06.3220645Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T00:57:06.3222417Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3224057Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T00:57:06.3225667Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T00:57:06.3227324Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T00:57:06.3229200Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T00:57:06.3231332Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T00:57:06.3233386Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3235173Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T00:57:06.3236887Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T00:57:06.3238634Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T00:57:06.3240705Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T00:57:06.3242879Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T00:57:06.3244967Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3246839Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T00:57:06.3248679Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T00:57:06.3250339Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T00:57:06.3252730Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T00:57:06.3254497Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T00:57:06.3256164Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3257868Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3259373Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T00:57:06.3261193Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T00:57:06.3263069Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T00:57:06.3264994Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3266631Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:57:06.3268409Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T00:57:06.3270296Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T00:57:06.3272132Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T00:57:06.3273901Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3275535Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T00:57:06.3277104Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T00:57:06.3278933Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T00:57:06.3280640Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T00:57:06.3282416Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T00:57:06.3284912Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3286823Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T00:57:06.3289098Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T00:57:06.3290903Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T00:57:06.3293337Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T00:57:06.3295590Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3297529Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T00:57:06.3299671Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T00:57:06.3301599Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T00:57:06.3303925Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T00:57:06.3305906Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T00:57:06.3308355Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3310050Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T00:57:06.3312537Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T00:57:06.3314840Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T00:57:06.3317286Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3318797Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T00:57:06.3321410Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T00:57:06.3324017Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T00:57:06.3327010Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T00:57:06.3329547Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3331513Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3334083Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3336351Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T00:57:06.3338466Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T00:57:06.3340690Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T00:57:06.3343109Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T00:57:06.3345333Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3347386Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3349711Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T00:57:06.3352100Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T00:57:06.3354093Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T00:57:06.3356456Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T00:57:06.3358436Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T00:57:06.3361017Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T00:57:06.3363657Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T00:57:06.3366587Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T00:57:06.3369113Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3371234Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3373577Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3375588Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T00:57:06.3378100Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T00:57:06.3379984Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T00:57:06.3382473Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T00:57:06.3384752Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3386870Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3389195Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T00:57:06.3391484Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T00:57:06.3393468Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T00:57:06.3395752Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T00:57:06.3397833Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T00:57:06.3400519Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T00:57:06.3402965Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T00:57:06.3406001Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T00:57:06.3408682Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3410775Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3413220Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3415157Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T00:57:06.3417725Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T00:57:06.3419826Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T00:57:06.3422157Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T00:57:06.3424710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3427459Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3430046Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T00:57:06.3432295Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T00:57:06.3434554Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T00:57:06.3436234Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T00:57:06.3437855Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T00:57:06.3439652Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T00:57:06.3441729Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T00:57:06.3444212Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T00:57:06.3446350Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3448048Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3449930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3452031Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T00:57:06.3456426Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T00:57:06.3458816Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T00:57:06.3461086Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T00:57:06.3463371Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3465567Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3467934Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T00:57:06.3470447Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T00:57:06.3472783Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T00:57:06.3474605Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T00:57:06.3477087Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T00:57:06.3479557Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T00:57:06.3482413Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T00:57:06.3486120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T00:57:06.3487607Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3490357Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3492417Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3494634Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T00:57:06.3496937Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T00:57:06.3499204Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T00:57:06.3501651Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T00:57:06.3503970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3506326Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3508667Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T00:57:06.3511105Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T00:57:06.3513177Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T00:57:06.3515710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T00:57:06.3517834Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T00:57:06.3520442Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T00:57:06.3522769Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T00:57:06.3525097Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T00:57:06.3527261Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T00:57:06.3529724Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T00:57:06.3531686Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T00:57:06.3534136Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3536079Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T00:57:06.3537777Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T00:57:06.3539501Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T00:57:06.3541335Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T00:57:06.3542785Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T00:57:06.3544205Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T00:57:06.3545872Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T00:57:06.3547358Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T00:57:06.3549133Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3550678Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T00:57:06.3552398Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T00:57:06.3554017Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T00:57:06.3555843Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3557284Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T00:57:06.3558959Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T00:57:06.3560675Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T00:57:06.3562591Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3564952Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T00:57:06.3566328Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T00:57:06.3568146Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T00:57:06.3569893Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3571743Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T00:57:06.3573394Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T00:57:06.3575376Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T00:57:06.3577086Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3578719Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T00:57:06.3580730Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T00:57:06.3582459Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T00:57:06.3584451Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3586162Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T00:57:06.3588092Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T00:57:06.3589760Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T00:57:06.3591502Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T00:57:06.3593435Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3595331Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3596995Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T00:57:06.3598800Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T00:57:06.3600545Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T00:57:06.3602335Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T00:57:06.3604291Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T00:57:06.3606268Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3607848Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T00:57:06.3609608Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T00:57:06.3611427Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T00:57:06.3613274Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3615021Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T00:57:06.3617068Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3618630Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T00:57:06.3620519Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T00:57:06.3622316Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T00:57:06.3624308Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T00:57:06.3626218Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3628141Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3629899Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3631696Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T00:57:06.3633624Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T00:57:06.3635571Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3637309Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T00:57:06.3639121Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T00:57:06.3640819Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T00:57:06.3642772Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T00:57:06.3644626Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T00:57:06.3646499Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T00:57:06.3648260Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T00:57:06.3650198Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3651924Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T00:57:06.3653729Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T00:57:06.3655518Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T00:57:06.3657397Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T00:57:06.3659176Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T00:57:06.3661185Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3662763Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T00:57:06.3664659Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T00:57:06.3666499Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T00:57:06.3668558Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3670223Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T00:57:06.3672068Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T00:57:06.3673758Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T00:57:06.3675606Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T00:57:06.3677282Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T00:57:06.3679208Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T00:57:06.3681014Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T00:57:06.3682992Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3685347Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T00:57:06.3686803Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T00:57:06.3688314Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T00:57:06.3690065Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T00:57:06.3691751Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T00:57:06.3693598Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T00:57:06.3695335Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T00:57:06.3697172Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3698769Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T00:57:06.3700565Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T00:57:06.3702552Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T00:57:06.3704532Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3706227Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T00:57:06.3708097Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T00:57:06.3709832Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T00:57:06.3711680Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T00:57:06.3713800Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T00:57:06.3715621Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T00:57:06.3717512Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3719214Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3720940Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T00:57:06.3722765Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T00:57:06.3724775Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3726641Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T00:57:06.3728518Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T00:57:06.3730287Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T00:57:06.3732167Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T00:57:06.3733952Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T00:57:06.3735872Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3737524Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T00:57:06.3739346Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T00:57:06.3741195Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T00:57:06.3743107Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T00:57:06.3745080Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3746775Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3748664Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3750574Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T00:57:06.3752492Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T00:57:06.3754205Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T00:57:06.3756073Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T00:57:06.3758116Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3759932Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T00:57:06.3761746Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T00:57:06.3763533Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T00:57:06.3765554Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T00:57:06.3767354Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T00:57:06.3769343Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T00:57:06.3771326Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T00:57:06.3773265Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T00:57:06.3775218Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3776965Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.3778854Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.3780585Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T00:57:06.3782410Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T00:57:06.3784251Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T00:57:06.3786223Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T00:57:06.3788262Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3790048Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T00:57:06.3791906Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T00:57:06.3793699Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T00:57:06.3795613Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T00:57:06.3797376Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T00:57:06.3799348Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T00:57:06.3801268Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T00:57:06.3803256Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3805286Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3807033Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T00:57:06.3808943Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T00:57:06.3810673Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T00:57:06.3812699Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T00:57:06.3814461Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T00:57:06.3816550Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T00:57:06.3818345Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T00:57:06.3820099Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T00:57:06.3821824Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T00:57:06.3823800Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T00:57:06.3825277Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T00:57:06.3827015Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T00:57:06.3828948Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T00:57:06.3830665Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3832435Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T00:57:06.3834171Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T00:57:06.3835772Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T00:57:06.3837728Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T00:57:06.3839111Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T00:57:06.3841211Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T00:57:06.3843213Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T00:57:06.3845515Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3846410Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T00:57:06.3848000Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T00:57:06.3849792Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T00:57:06.3851379Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T00:57:06.3853116Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T00:57:06.3855151Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T00:57:06.3857000Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T00:57:06.3859009Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3860687Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T00:57:06.3862212Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T00:57:06.3863767Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T00:57:06.3865696Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T00:57:06.3867348Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T00:57:06.3869462Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T00:57:06.3872193Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T00:57:06.3874283Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3876037Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T00:57:06.3877897Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T00:57:06.3879618Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T00:57:06.3881446Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T00:57:06.3883203Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T00:57:06.3885501Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T00:57:06.3887494Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T00:57:06.3889460Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3891227Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T00:57:06.3893021Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T00:57:06.3894784Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T00:57:06.3896718Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T00:57:06.3898555Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T00:57:06.3900386Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3902111Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T00:57:06.3903945Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T00:57:06.3905849Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T00:57:06.3907798Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T00:57:06.3909750Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3911472Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T00:57:06.3913317Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T00:57:06.3915190Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3916968Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T00:57:06.3918862Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T00:57:06.3920766Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T00:57:06.3922532Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3924263Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T00:57:06.3926256Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3928096Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3929648Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T00:57:06.3931532Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T00:57:06.3933259Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T00:57:06.3935071Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T00:57:06.3936692Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T00:57:06.3938562Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3940131Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T00:57:06.3941927Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T00:57:06.3943641Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T00:57:06.3945510Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3947049Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T00:57:06.3949020Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T00:57:06.3950650Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T00:57:06.3952540Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3954172Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T00:57:06.3956152Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T00:57:06.3958078Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T00:57:06.3960058Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3961819Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3963977Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T00:57:06.3965793Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T00:57:06.3967606Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T00:57:06.3969435Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T00:57:06.3971190Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T00:57:06.3973265Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T00:57:06.3975072Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T00:57:06.3976928Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.3978585Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T00:57:06.3980509Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T00:57:06.3982323Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T00:57:06.3984154Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.3986009Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T00:57:06.3987895Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T00:57:06.3989746Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T00:57:06.3991673Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.3993413Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T00:57:06.3995405Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T00:57:06.3997331Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T00:57:06.3999125Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T00:57:06.4000831Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T00:57:06.4002639Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T00:57:06.4004677Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T00:57:06.4006686Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4008549Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T00:57:06.4010215Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T00:57:06.4011917Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T00:57:06.4013720Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T00:57:06.4015413Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T00:57:06.4017317Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T00:57:06.4019201Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T00:57:06.4021183Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4022907Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T00:57:06.4024770Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T00:57:06.4026501Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T00:57:06.4028417Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T00:57:06.4030205Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T00:57:06.4032156Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T00:57:06.4033964Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T00:57:06.4035870Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4037571Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T00:57:06.4039592Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T00:57:06.4041431Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T00:57:06.4043298Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T00:57:06.4045426Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T00:57:06.4047113Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T00:57:06.4048956Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T00:57:06.4050861Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T00:57:06.4052861Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4054717Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4056407Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T00:57:06.4058350Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T00:57:06.4060494Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T00:57:06.4062215Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T00:57:06.4064007Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T00:57:06.4065806Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T00:57:06.4067949Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T00:57:06.4070018Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4072143Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T00:57:06.4073436Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T00:57:06.4075021Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T00:57:06.4076828Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T00:57:06.4078774Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T00:57:06.4080548Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T00:57:06.4082486Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4084111Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T00:57:06.4086353Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T00:57:06.4088285Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T00:57:06.4090690Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4092518Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T00:57:06.4095018Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T00:57:06.4097275Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T00:57:06.4099442Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4101366Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T00:57:06.4103839Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T00:57:06.4106017Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T00:57:06.4108308Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4110359Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T00:57:06.4112715Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T00:57:06.4114880Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T00:57:06.4117106Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T00:57:06.4119497Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4121324Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T00:57:06.4124019Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T00:57:06.4126203Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4128290Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T00:57:06.4130730Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T00:57:06.4132734Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T00:57:06.4135247Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4136991Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T00:57:06.4139589Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T00:57:06.4141498Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T00:57:06.4144039Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4145589Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T00:57:06.4148092Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T00:57:06.4150023Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T00:57:06.4152292Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T00:57:06.4154141Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T00:57:06.4156492Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T00:57:06.4158675Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T00:57:06.4160861Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4162890Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T00:57:06.4165714Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T00:57:06.4166808Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T00:57:06.4169483Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T00:57:06.4171063Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T00:57:06.4173494Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T00:57:06.4175555Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T00:57:06.4177927Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4179938Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4181927Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T00:57:06.4184161Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T00:57:06.4186168Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T00:57:06.4188650Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T00:57:06.4190651Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T00:57:06.4192983Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4194688Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T00:57:06.4196977Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T00:57:06.4199257Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T00:57:06.4201672Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4204130Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T00:57:06.4206839Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4209022Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4210841Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T00:57:06.4213278Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T00:57:06.4215329Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T00:57:06.4217693Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T00:57:06.4219709Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T00:57:06.4221788Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T00:57:06.4223992Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T00:57:06.4226632Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T00:57:06.4229160Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4230979Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T00:57:06.4233384Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T00:57:06.4235372Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T00:57:06.4237723Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4239610Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T00:57:06.4241985Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T00:57:06.4243881Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T00:57:06.4246295Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T00:57:06.4248142Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T00:57:06.4250442Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T00:57:06.4252439Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T00:57:06.4254807Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4256695Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T00:57:06.4258982Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T00:57:06.4260748Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T00:57:06.4262954Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T00:57:06.4264475Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T00:57:06.4266182Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T00:57:06.4267885Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T00:57:06.4269544Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T00:57:06.4271367Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4272938Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T00:57:06.4274443Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T00:57:06.4275998Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T00:57:06.4277575Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T00:57:06.4279108Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T00:57:06.4280809Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T00:57:06.4282648Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4284324Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T00:57:06.4285903Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T00:57:06.4287388Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T00:57:06.4288977Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T00:57:06.4290506Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T00:57:06.4292235Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T00:57:06.4293858Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T00:57:06.4295667Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4297160Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T00:57:06.4298762Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T00:57:06.4300202Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T00:57:06.4301761Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T00:57:06.4303410Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T00:57:06.4304982Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T00:57:06.4306603Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T00:57:06.4308349Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4310057Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T00:57:06.4311758Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T00:57:06.4313207Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T00:57:06.4315490Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4318353Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T00:57:06.4320570Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T00:57:06.4322631Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T00:57:06.4324835Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4326422Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T00:57:06.4328239Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T00:57:06.4329778Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T00:57:06.4331483Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4332938Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T00:57:06.4334527Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T00:57:06.4336291Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T00:57:06.4338035Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T00:57:06.4339920Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4341611Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.4343559Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.4344901Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T00:57:06.4346602Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T00:57:06.4348412Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T00:57:06.4350596Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T00:57:06.4352327Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4353968Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T00:57:06.4355636Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T00:57:06.4357683Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T00:57:06.4359504Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T00:57:06.4361311Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T00:57:06.4363137Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T00:57:06.4365235Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T00:57:06.4367066Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T00:57:06.4368973Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4370546Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.4372182Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.4373816Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T00:57:06.4375474Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T00:57:06.4377103Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T00:57:06.4378921Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T00:57:06.4380724Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4382330Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T00:57:06.4384290Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T00:57:06.4385560Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T00:57:06.4387498Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T00:57:06.4389004Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T00:57:06.4390675Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T00:57:06.4392445Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T00:57:06.4394091Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4395581Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T00:57:06.4397244Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T00:57:06.4398727Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T00:57:06.4400440Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T00:57:06.4401921Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T00:57:06.4403621Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T00:57:06.4405679Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T00:57:06.4407490Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4409258Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T00:57:06.4411856Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T00:57:06.4412472Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T00:57:06.4414437Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T00:57:06.4416331Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4417919Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T00:57:06.4419449Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T00:57:06.4421043Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T00:57:06.4422838Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T00:57:06.4424701Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4426390Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T00:57:06.4428153Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T00:57:06.4430198Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T00:57:06.4432049Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4433881Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T00:57:06.4435762Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T00:57:06.4437426Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T00:57:06.4439372Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T00:57:06.4441248Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T00:57:06.4443121Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4444889Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T00:57:06.4446875Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T00:57:06.4448838Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T00:57:06.4450809Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T00:57:06.4452805Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4454852Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T00:57:06.4456693Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T00:57:06.4458654Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T00:57:06.4460388Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T00:57:06.4462192Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T00:57:06.4464098Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T00:57:06.4465504Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4467467Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T00:57:06.4468779Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T00:57:06.4470525Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T00:57:06.4472254Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T00:57:06.4474142Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4475691Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T00:57:06.4477323Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T00:57:06.4478914Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T00:57:06.4480692Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T00:57:06.4482474Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T00:57:06.4484515Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4486297Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4488007Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T00:57:06.4489557Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T00:57:06.4491191Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T00:57:06.4492747Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T00:57:06.4494836Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T00:57:06.4496610Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T00:57:06.4498436Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4499836Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T00:57:06.4501489Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T00:57:06.4503190Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T00:57:06.4504971Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T00:57:06.4506726Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T00:57:06.4508521Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T00:57:06.4510296Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T00:57:06.4512089Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T00:57:06.4513874Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T00:57:06.4515483Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T00:57:06.4517186Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T00:57:06.4518871Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T00:57:06.4520696Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T00:57:06.4522536Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4524309Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T00:57:06.4526424Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T00:57:06.4528259Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T00:57:06.4530456Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4531760Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T00:57:06.4533353Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T00:57:06.4534954Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T00:57:06.4536690Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T00:57:06.4538554Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T00:57:06.4540229Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4541848Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T00:57:06.4543466Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T00:57:06.4545216Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T00:57:06.4547062Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T00:57:06.4548945Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T00:57:06.4550932Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4552856Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4554484Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4556029Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T00:57:06.4557739Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T00:57:06.4559436Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T00:57:06.4561390Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T00:57:06.4562941Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T00:57:06.4565417Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T00:57:06.4567356Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T00:57:06.4569362Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4571177Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4572922Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T00:57:06.4574724Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T00:57:06.4576439Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T00:57:06.4578300Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T00:57:06.4580095Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T00:57:06.4582318Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T00:57:06.4584135Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T00:57:06.4586118Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4587877Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T00:57:06.4589637Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T00:57:06.4591385Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T00:57:06.4593284Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T00:57:06.4594966Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T00:57:06.4596874Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T00:57:06.4598797Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T00:57:06.4600876Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4602740Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4604734Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4606667Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T00:57:06.4608430Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T00:57:06.4610197Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T00:57:06.4611964Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T00:57:06.4613782Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T00:57:06.4615904Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T00:57:06.4618019Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T00:57:06.4620082Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4622042Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4623654Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T00:57:06.4625571Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T00:57:06.4627260Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T00:57:06.4629225Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T00:57:06.4631020Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T00:57:06.4633215Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T00:57:06.4635225Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T00:57:06.4637355Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4639150Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4641011Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4642704Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T00:57:06.4644779Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T00:57:06.4646506Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T00:57:06.4648310Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T00:57:06.4650080Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T00:57:06.4652319Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T00:57:06.4654413Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T00:57:06.4656476Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4658250Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T00:57:06.4660275Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T00:57:06.4662189Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T00:57:06.4664107Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4665756Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T00:57:06.4667716Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T00:57:06.4669582Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T00:57:06.4671473Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4673197Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T00:57:06.4674920Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T00:57:06.4676683Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T00:57:06.4678391Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T00:57:06.4680292Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T00:57:06.4682211Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T00:57:06.4684057Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T00:57:06.4697575Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4698171Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T00:57:06.4698500Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T00:57:06.4698785Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T00:57:06.4699152Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4699552Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T00:57:06.4699961Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T00:57:06.4700246Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T00:57:06.4700607Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4702007Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T00:57:06.4703647Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T00:57:06.4705458Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T00:57:06.4707443Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T00:57:06.4709312Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T00:57:06.4711149Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4712775Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T00:57:06.4714576Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T00:57:06.4716320Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T00:57:06.4718191Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4719806Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T00:57:06.4721576Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T00:57:06.4723383Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T00:57:06.4725580Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4727317Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4729046Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T00:57:06.4730806Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T00:57:06.4733681Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T00:57:06.4735741Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T00:57:06.4737580Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T00:57:06.4739648Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T00:57:06.4741588Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T00:57:06.4743518Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4745232Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T00:57:06.4747001Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T00:57:06.4748862Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T00:57:06.4750607Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T00:57:06.4752593Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T00:57:06.4754482Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T00:57:06.4756159Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T00:57:06.4758023Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4759875Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4761433Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T00:57:06.4763246Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T00:57:06.4765321Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T00:57:06.4767060Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T00:57:06.4768877Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T00:57:06.4770780Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4772421Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T00:57:06.4774258Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T00:57:06.4775978Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T00:57:06.4777882Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4779589Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T00:57:06.4781408Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T00:57:06.4783130Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T00:57:06.4784871Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T00:57:06.4786895Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T00:57:06.4788711Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T00:57:06.4790488Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T00:57:06.4792361Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4794038Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T00:57:06.4796014Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T00:57:06.4797753Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T00:57:06.4799807Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4801384Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T00:57:06.4803114Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T00:57:06.4804892Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T00:57:06.4806607Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4808308Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T00:57:06.4809914Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T00:57:06.4811525Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T00:57:06.4813343Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4814898Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T00:57:06.4816402Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T00:57:06.4817990Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T00:57:06.4819570Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T00:57:06.4821089Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T00:57:06.4822632Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T00:57:06.4824120Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T00:57:06.4825697Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T00:57:06.4827307Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T00:57:06.4828941Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T00:57:06.4830527Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T00:57:06.4832151Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T00:57:06.4833955Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T00:57:06.4835532Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T00:57:06.4837398Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4839008Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T00:57:06.4840701Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T00:57:06.4842406Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T00:57:06.4844342Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4845965Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T00:57:06.4847703Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T00:57:06.4849281Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T00:57:06.4851145Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4852648Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T00:57:06.4854529Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T00:57:06.4856307Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T00:57:06.4858340Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4859670Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T00:57:06.4861422Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T00:57:06.4863394Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T00:57:06.4865173Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4866771Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T00:57:06.4868474Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T00:57:06.4870115Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T00:57:06.4871783Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T00:57:06.4873393Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T00:57:06.4875313Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T00:57:06.4877143Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T00:57:06.4879323Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T00:57:06.4880596Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T00:57:06.4882545Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4884264Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T00:57:06.4885996Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T00:57:06.4887701Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T00:57:06.4889436Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T00:57:06.4891031Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T00:57:06.4892950Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T00:57:06.4894726Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T00:57:06.4896681Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T00:57:06.4898577Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T00:57:06.4900545Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4902122Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T00:57:06.4904154Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T00:57:06.4905962Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T00:57:06.4907919Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4909501Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T00:57:06.4911251Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T00:57:06.4912828Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T00:57:06.4914582Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4915892Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T00:57:06.4917691Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T00:57:06.4919472Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T00:57:06.4921383Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T00:57:06.4923205Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T00:57:06.4925467Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T00:57:06.4927289Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T00:57:06.4928692Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T00:57:06.4930635Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T00:57:06.4932214Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4933823Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.4935372Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T00:57:06.4937125Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T00:57:06.4938793Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T00:57:06.4940561Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T00:57:06.4942349Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T00:57:06.4944118Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4945710Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T00:57:06.4947502Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T00:57:06.4949370Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T00:57:06.4951241Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4952843Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T00:57:06.4954683Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T00:57:06.4956372Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T00:57:06.4958202Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4959892Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T00:57:06.4961737Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T00:57:06.4963331Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T00:57:06.4965363Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T00:57:06.4967146Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T00:57:06.4968904Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4970439Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T00:57:06.4972254Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T00:57:06.4974009Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T00:57:06.4975804Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4977355Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T00:57:06.4979223Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T00:57:06.4980837Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T00:57:06.4982512Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4983981Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T00:57:06.4985625Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T00:57:06.4987267Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T00:57:06.4989108Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.4990721Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.4992259Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T00:57:06.4993990Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T00:57:06.4995506Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T00:57:06.4997234Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T00:57:06.4999086Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T00:57:06.5000989Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5002502Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T00:57:06.5004433Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T00:57:06.5005969Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T00:57:06.5007746Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5009245Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T00:57:06.5010913Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T00:57:06.5012591Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T00:57:06.5014371Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5015890Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T00:57:06.5017709Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T00:57:06.5019449Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T00:57:06.5021224Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5022761Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T00:57:06.5024957Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T00:57:06.5026514Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T00:57:06.5028403Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5029853Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T00:57:06.5031667Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T00:57:06.5033810Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T00:57:06.5035788Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5037480Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T00:57:06.5039076Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T00:57:06.5041057Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T00:57:06.5042717Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T00:57:06.5044961Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T00:57:06.5046628Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5048064Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T00:57:06.5049988Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T00:57:06.5051469Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5053001Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T00:57:06.5054794Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T00:57:06.5056489Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T00:57:06.5058193Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5059732Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T00:57:06.5061710Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T00:57:06.5063423Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T00:57:06.5065293Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5066852Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T00:57:06.5068743Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T00:57:06.5070433Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T00:57:06.5072467Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5074195Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T00:57:06.5075691Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T00:57:06.5077757Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T00:57:06.5080171Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T00:57:06.5082403Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5084633Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T00:57:06.5086457Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T00:57:06.5088520Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T00:57:06.5090465Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T00:57:06.5092483Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5094102Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T00:57:06.5096146Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T00:57:06.5098337Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5099948Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T00:57:06.5101929Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T00:57:06.5104091Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T00:57:06.5105968Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5107824Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T00:57:06.5109872Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T00:57:06.5111682Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T00:57:06.5113580Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5115410Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5117092Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T00:57:06.5119066Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T00:57:06.5121017Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T00:57:06.5122955Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5124897Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T00:57:06.5126771Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T00:57:06.5128626Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T00:57:06.5130525Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T00:57:06.5132499Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5134395Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5136082Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T00:57:06.5137878Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T00:57:06.5139605Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T00:57:06.5142178Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T00:57:06.5144077Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T00:57:06.5146105Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T00:57:06.5148036Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T00:57:06.5150055Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5151663Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T00:57:06.5153525Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T00:57:06.5155430Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T00:57:06.5157313Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5158994Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T00:57:06.5160742Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T00:57:06.5162486Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T00:57:06.5164652Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T00:57:06.5166323Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T00:57:06.5168217Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T00:57:06.5170027Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T00:57:06.5171937Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5173586Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T00:57:06.5175331Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T00:57:06.5176984Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T00:57:06.5178721Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T00:57:06.5180390Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T00:57:06.5182262Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T00:57:06.5184460Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T00:57:06.5186024Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5187657Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T00:57:06.5189524Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T00:57:06.5191273Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T00:57:06.5193157Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5194778Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T00:57:06.5196578Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T00:57:06.5198482Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T00:57:06.5200469Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5202424Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T00:57:06.5204088Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T00:57:06.5205722Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T00:57:06.5207620Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T00:57:06.5209358Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T00:57:06.5211185Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5212964Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T00:57:06.5214619Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T00:57:06.5216333Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T00:57:06.5218181Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5219926Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T00:57:06.5221838Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5223425Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T00:57:06.5225258Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T00:57:06.5226901Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T00:57:06.5228835Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T00:57:06.5230475Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T00:57:06.5232160Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T00:57:06.5234120Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5235667Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5237172Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T00:57:06.5238957Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T00:57:06.5240636Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T00:57:06.5242345Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T00:57:06.5244273Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T00:57:06.5246192Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5247837Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T00:57:06.5249706Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T00:57:06.5251560Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T00:57:06.5253340Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T00:57:06.5255233Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5256884Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T00:57:06.5258509Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T00:57:06.5260293Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T00:57:06.5262131Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5263802Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T00:57:06.5265468Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T00:57:06.5267309Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T00:57:06.5269820Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T00:57:06.5271448Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T00:57:06.5273293Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5275046Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:57:06.5276651Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T00:57:06.5278546Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T00:57:06.5280490Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5282200Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T00:57:06.5284007Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T00:57:06.5285970Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T00:57:06.5287897Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T00:57:06.5289716Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T00:57:06.5291784Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5293433Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T00:57:06.5295115Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T00:57:06.5297026Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T00:57:06.5299028Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5300675Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T00:57:06.5302397Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T00:57:06.5304655Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T00:57:06.5306866Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T00:57:06.5308665Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5310605Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T00:57:06.5312363Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T00:57:06.5314193Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T00:57:06.5316143Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T00:57:06.5318189Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5319883Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T00:57:06.5321735Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T00:57:06.5323682Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T00:57:06.5325903Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T00:57:06.5327552Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T00:57:06.5329549Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5331273Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T00:57:06.5333017Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T00:57:06.5335124Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T00:57:06.5337011Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5338801Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T00:57:06.5340806Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T00:57:06.5342475Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T00:57:06.5344053Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T00:57:06.5346006Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5347730Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T00:57:06.5349598Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T00:57:06.5351232Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T00:57:06.5353145Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5355086Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5356934Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T00:57:06.5358903Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T00:57:06.5360493Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T00:57:06.5362180Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5363586Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T00:57:06.5365666Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T00:57:06.5367347Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T00:57:06.5369336Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5371033Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5372800Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T00:57:06.5374517Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T00:57:06.5376315Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T00:57:06.5377972Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T00:57:06.5379761Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5381183Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T00:57:06.5382798Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T00:57:06.5384662Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5386285Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5387939Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T00:57:06.5389674Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T00:57:06.5391246Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T00:57:06.5392917Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T00:57:06.5394568Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T00:57:06.5396484Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T00:57:06.5398389Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T00:57:06.5400353Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5401967Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5403551Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T00:57:06.5405581Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T00:57:06.5407187Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T00:57:06.5409083Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T00:57:06.5410863Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T00:57:06.5412824Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T00:57:06.5414468Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T00:57:06.5416210Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5417665Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T00:57:06.5419458Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T00:57:06.5420933Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T00:57:06.5422571Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5423972Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T00:57:06.5425590Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T00:57:06.5427175Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T00:57:06.5429035Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5430504Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T00:57:06.5432232Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T00:57:06.5433776Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T00:57:06.5435366Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T00:57:06.5436908Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T00:57:06.5438425Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T00:57:06.5439990Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T00:57:06.5441687Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T00:57:06.5443461Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5445034Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T00:57:06.5446585Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T00:57:06.5448109Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T00:57:06.5449997Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T00:57:06.5451495Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T00:57:06.5453187Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5454579Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T00:57:06.5456168Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T00:57:06.5457722Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T00:57:06.5459384Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5460913Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T00:57:06.5462555Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5464174Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5465567Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T00:57:06.5467225Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T00:57:06.5468906Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T00:57:06.5470554Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T00:57:06.5472171Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T00:57:06.5473884Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5475438Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T00:57:06.5477186Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5478823Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5480206Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T00:57:06.5481922Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T00:57:06.5483509Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T00:57:06.5485405Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T00:57:06.5486989Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T00:57:06.5488699Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5490110Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T00:57:06.5491684Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T00:57:06.5493290Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T00:57:06.5495144Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T00:57:06.5497082Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5498574Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T00:57:06.5500274Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T00:57:06.5502160Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5503524Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5505053Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T00:57:06.5506761Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5508510Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5509981Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T00:57:06.5511703Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T00:57:06.5513262Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T00:57:06.5514946Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T00:57:06.5516661Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T00:57:06.5518390Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5519910Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T00:57:06.5521611Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T00:57:06.5523289Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T00:57:06.5525333Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5526804Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T00:57:06.5528440Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T00:57:06.5530037Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T00:57:06.5531738Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5533224Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T00:57:06.5534848Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T00:57:06.5536382Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T00:57:06.5537953Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T00:57:06.5539459Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T00:57:06.5541119Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T00:57:06.5543433Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T00:57:06.5545291Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5546774Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T00:57:06.5548587Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T00:57:06.5550437Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T00:57:06.5552952Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5554345Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5556053Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T00:57:06.5557772Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T00:57:06.5559201Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T00:57:06.5561121Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T00:57:06.5562658Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T00:57:06.5565027Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T00:57:06.5567035Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T00:57:06.5568908Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5570525Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T00:57:06.5572625Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T00:57:06.5574440Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T00:57:06.5576192Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5577733Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T00:57:06.5579296Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T00:57:06.5580806Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T00:57:06.5582495Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T00:57:06.5584070Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T00:57:06.5585818Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5587355Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T00:57:06.5589353Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T00:57:06.5591093Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T00:57:06.5592828Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5594252Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T00:57:06.5596135Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T00:57:06.5597795Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T00:57:06.5599746Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5601336Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T00:57:06.5603206Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T00:57:06.5604975Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T00:57:06.5607033Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5608724Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T00:57:06.5610449Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T00:57:06.5612240Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T00:57:06.5614263Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T00:57:06.5616114Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5617880Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T00:57:06.5619700Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T00:57:06.5621408Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T00:57:06.5623222Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T00:57:06.5624977Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T00:57:06.5626897Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T00:57:06.5628887Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5630670Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T00:57:06.5632487Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T00:57:06.5634374Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T00:57:06.5636056Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T00:57:06.5637768Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T00:57:06.5639631Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T00:57:06.5641545Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T00:57:06.5643445Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T00:57:06.5645554Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5647264Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T00:57:06.5649095Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T00:57:06.5650949Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T00:57:06.5652915Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5654648Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T00:57:06.5656594Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T00:57:06.5658804Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5660907Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T00:57:06.5663000Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5664945Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T00:57:06.5666719Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T00:57:06.5668575Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T00:57:06.5670505Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T00:57:06.5672355Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T00:57:06.5674223Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T00:57:06.5676243Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T00:57:06.5678119Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5679826Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T00:57:06.5681602Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T00:57:06.5683374Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T00:57:06.5685160Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T00:57:06.5687380Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T00:57:06.5689225Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T00:57:06.5691111Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5692766Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T00:57:06.5694621Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T00:57:06.5696865Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T00:57:06.5699218Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5700975Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5702770Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T00:57:06.5704627Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T00:57:06.5706562Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T00:57:06.5708628Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5710431Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T00:57:06.5712431Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T00:57:06.5714420Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T00:57:06.5716263Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T00:57:06.5718433Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T00:57:06.5720517Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T00:57:06.5722495Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5724397Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T00:57:06.5726394Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T00:57:06.5728555Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T00:57:06.5730608Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5732438Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T00:57:06.5734239Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T00:57:06.5736097Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T00:57:06.5737937Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T00:57:06.5739855Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T00:57:06.5741726Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T00:57:06.5743686Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5745450Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T00:57:06.5747322Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T00:57:06.5749171Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T00:57:06.5751016Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T00:57:06.5752825Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T00:57:06.5754963Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T00:57:06.5756762Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T00:57:06.5758559Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T00:57:06.5760265Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T00:57:06.5761996Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T00:57:06.5763934Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T00:57:06.5765806Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T00:57:06.5767774Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5769534Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T00:57:06.5771245Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T00:57:06.5772940Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T00:57:06.5774746Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T00:57:06.5776453Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T00:57:06.5778331Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T00:57:06.5780161Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T00:57:06.5782069Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5783789Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T00:57:06.5785565Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T00:57:06.5787257Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T00:57:06.5789162Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T00:57:06.5790965Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T00:57:06.5792754Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T00:57:06.5794564Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T00:57:06.5796465Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5798282Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T00:57:06.5800094Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T00:57:06.5801892Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T00:57:06.5803905Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T00:57:06.5805589Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T00:57:06.5807813Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T00:57:06.5809747Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T00:57:06.5811561Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T00:57:06.5813304Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5815225Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T00:57:06.5816857Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T00:57:06.5818541Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T00:57:06.5820546Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T00:57:06.5822442Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T00:57:06.5824620Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T00:57:06.5826942Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5828763Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T00:57:06.5831096Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T00:57:06.5832914Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T00:57:06.5835135Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T00:57:06.5837045Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T00:57:06.5839296Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T00:57:06.5841339Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T00:57:06.5843357Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T00:57:06.5845842Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5847612Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T00:57:06.5849938Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T00:57:06.5852055Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5854295Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T00:57:06.5856701Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5858840Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5860963Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T00:57:06.5863256Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T00:57:06.5865277Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T00:57:06.5867553Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T00:57:06.5869753Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T00:57:06.5872149Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.5874092Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T00:57:06.5876362Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T00:57:06.5878339Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T00:57:06.5880583Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T00:57:06.5882610Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T00:57:06.5885180Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T00:57:06.5887369Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T00:57:06.5889798Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5891854Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T00:57:06.5894193Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T00:57:06.5896274Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T00:57:06.5898440Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T00:57:06.5900825Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T00:57:06.5903364Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T00:57:06.5905585Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5907684Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T00:57:06.5909943Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T00:57:06.5912077Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T00:57:06.5914211Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T00:57:06.5916676Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T00:57:06.5918937Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T00:57:06.5921333Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T00:57:06.5923494Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T00:57:06.5926157Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5928037Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T00:57:06.5930429Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T00:57:06.5932620Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5934580Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T00:57:06.5936911Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T00:57:06.5938845Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T00:57:06.5941279Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T00:57:06.5943440Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5945325Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T00:57:06.5947739Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T00:57:06.5949928Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T00:57:06.5952246Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T00:57:06.5954287Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T00:57:06.5956610Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5958429Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T00:57:06.5960826Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T00:57:06.5962950Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.5965249Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T00:57:06.5967371Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T00:57:06.5969521Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T00:57:06.5971923Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T00:57:06.5974022Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5975944Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T00:57:06.5978493Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T00:57:06.5980333Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T00:57:06.5982947Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5984851Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T00:57:06.5987328Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.5989307Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T00:57:06.5991709Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T00:57:06.5993473Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T00:57:06.5996630Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T00:57:06.5998663Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T00:57:06.6001025Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6003114Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T00:57:06.6005700Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6007119Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T00:57:06.6008779Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T00:57:06.6010355Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T00:57:06.6012050Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T00:57:06.6013674Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T00:57:06.6015586Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6017228Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T00:57:06.6018817Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T00:57:06.6020319Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T00:57:06.6022011Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6023466Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T00:57:06.6025080Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T00:57:06.6026775Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T00:57:06.6028610Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6030277Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T00:57:06.6032111Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T00:57:06.6033752Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T00:57:06.6035555Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6037123Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T00:57:06.6038842Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T00:57:06.6040558Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T00:57:06.6042363Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6044087Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T00:57:06.6045923Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T00:57:06.6047752Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T00:57:06.6049583Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T00:57:06.6051444Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6053405Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T00:57:06.6055014Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T00:57:06.6056932Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6058400Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T00:57:06.6060717Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T00:57:06.6062023Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T00:57:06.6063672Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6065004Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T00:57:06.6066783Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T00:57:06.6068738Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T00:57:06.6070569Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6072155Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T00:57:06.6073754Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T00:57:06.6075762Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T00:57:06.6077492Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6080002Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T00:57:06.6081679Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T00:57:06.6084172Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T00:57:06.6086625Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T00:57:06.6088579Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6090598Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T00:57:06.6092891Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T00:57:06.6095174Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6097111Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T00:57:06.6099439Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T00:57:06.6101560Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T00:57:06.6104044Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6105684Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T00:57:06.6108253Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T00:57:06.6110361Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T00:57:06.6112607Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T00:57:06.6114862Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6116720Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T00:57:06.6119147Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T00:57:06.6121325Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6123336Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T00:57:06.6125831Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T00:57:06.6127865Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T00:57:06.6130284Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6132001Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T00:57:06.6134518Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T00:57:06.6136445Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T00:57:06.6138880Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6140584Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T00:57:06.6142953Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T00:57:06.6144972Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T00:57:06.6147204Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T00:57:06.6149558Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6151540Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T00:57:06.6153976Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T00:57:06.6156114Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6158026Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T00:57:06.6160413Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T00:57:06.6162488Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T00:57:06.6164931Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6167014Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T00:57:06.6169373Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T00:57:06.6171494Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T00:57:06.6173708Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T00:57:06.6176107Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6177786Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T00:57:06.6180231Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T00:57:06.6182462Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6184488Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T00:57:06.6186772Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T00:57:06.6189007Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T00:57:06.6191375Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6193144Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T00:57:06.6195573Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T00:57:06.6197633Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T00:57:06.6199890Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T00:57:06.6202153Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6204251Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T00:57:06.6206640Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T00:57:06.6208879Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6210758Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T00:57:06.6213153Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T00:57:06.6215387Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T00:57:06.6217737Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6219602Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T00:57:06.6221968Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T00:57:06.6223998Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T00:57:06.6226508Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6228439Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T00:57:06.6231082Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T00:57:06.6233238Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T00:57:06.6235720Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6237677Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T00:57:06.6239969Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T00:57:06.6241890Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T00:57:06.6244481Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6246233Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T00:57:06.6248612Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T00:57:06.6250683Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T00:57:06.6252783Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T00:57:06.6255137Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T00:57:06.6257220Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T00:57:06.6259567Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6261276Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T00:57:06.6263744Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T00:57:06.6265785Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T00:57:06.6268324Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6270320Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T00:57:06.6272653Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6274394Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T00:57:06.6276697Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T00:57:06.6278582Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T00:57:06.6281071Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T00:57:06.6283165Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T00:57:06.6285640Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6287620Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T00:57:06.6289850Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T00:57:06.6291697Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T00:57:06.6294175Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T00:57:06.6296006Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T00:57:06.6298418Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6300025Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T00:57:06.6302415Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T00:57:06.6304081Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T00:57:06.6306646Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6308070Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T00:57:06.6309740Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T00:57:06.6311602Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T00:57:06.6313494Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6315120Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T00:57:06.6317703Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T00:57:06.6319066Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T00:57:06.6321001Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6322580Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T00:57:06.6324203Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T00:57:06.6325823Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T00:57:06.6327481Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6328980Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T00:57:06.6330531Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T00:57:06.6332313Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T00:57:06.6333777Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T00:57:06.6335468Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T00:57:06.6336967Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T00:57:06.6338484Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T00:57:06.6340047Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T00:57:06.6341739Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T00:57:06.6343378Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T00:57:06.6345079Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6346609Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T00:57:06.6348298Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T00:57:06.6350046Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T00:57:06.6351920Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T00:57:06.6353701Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T00:57:06.6355457Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T00:57:06.6357140Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T00:57:06.6359000Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6360697Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T00:57:06.6362676Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T00:57:06.6364402Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T00:57:06.6366353Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T00:57:06.6368084Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T00:57:06.6369986Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T00:57:06.6371966Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T00:57:06.6373966Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6375951Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6377788Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T00:57:06.6379675Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T00:57:06.6381521Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T00:57:06.6383451Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T00:57:06.6385281Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T00:57:06.6387426Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T00:57:06.6389524Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T00:57:06.6391556Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6393408Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T00:57:06.6395334Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T00:57:06.6397158Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T00:57:06.6399064Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T00:57:06.6400927Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T00:57:06.6402948Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T00:57:06.6405174Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T00:57:06.6407147Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T00:57:06.6409243Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6410906Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6412765Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6414623Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T00:57:06.6416136Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T00:57:06.6417765Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T00:57:06.6419512Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T00:57:06.6421388Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6423226Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T00:57:06.6424865Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T00:57:06.6426461Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T00:57:06.6428271Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T00:57:06.6429986Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T00:57:06.6431846Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T00:57:06.6433721Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T00:57:06.6435715Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T00:57:06.6437415Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6439180Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6440866Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T00:57:06.6442694Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T00:57:06.6444700Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6446430Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T00:57:06.6448943Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T00:57:06.6451511Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T00:57:06.6453523Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T00:57:06.6455293Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T00:57:06.6457333Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T00:57:06.6459365Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T00:57:06.6460862Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6462592Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T00:57:06.6464215Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T00:57:06.6465863Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T00:57:06.6467714Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T00:57:06.6469555Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T00:57:06.6471422Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6473010Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T00:57:06.6474903Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T00:57:06.6477070Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T00:57:06.6479030Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T00:57:06.6480931Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6482642Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T00:57:06.6484436Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T00:57:06.6486471Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T00:57:06.6488702Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T00:57:06.6490843Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6492709Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T00:57:06.6494833Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6496379Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T00:57:06.6498374Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T00:57:06.6500065Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T00:57:06.6502056Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T00:57:06.6503917Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T00:57:06.6505818Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6507468Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T00:57:06.6509458Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T00:57:06.6511257Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T00:57:06.6513010Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T00:57:06.6514834Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6516440Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T00:57:06.6518136Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T00:57:06.6520085Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6521653Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6523361Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T00:57:06.6525246Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T00:57:06.6526906Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T00:57:06.6528601Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T00:57:06.6530289Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T00:57:06.6532161Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T00:57:06.6533999Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T00:57:06.6536032Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6537560Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T00:57:06.6539232Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T00:57:06.6540934Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T00:57:06.6542661Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T00:57:06.6544362Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T00:57:06.6546241Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T00:57:06.6548267Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T00:57:06.6550330Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6552195Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T00:57:06.6553881Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T00:57:06.6555615Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T00:57:06.6557535Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T00:57:06.6559418Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T00:57:06.6561199Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T00:57:06.6563063Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T00:57:06.6565420Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T00:57:06.6567327Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6568737Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6570484Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6572025Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T00:57:06.6573771Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T00:57:06.6575491Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T00:57:06.6577361Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T00:57:06.6579240Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6580697Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T00:57:06.6582442Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T00:57:06.6583977Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T00:57:06.6585571Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T00:57:06.6587353Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T00:57:06.6589252Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T00:57:06.6590927Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T00:57:06.6592644Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6594327Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T00:57:06.6595799Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T00:57:06.6597311Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T00:57:06.6598866Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T00:57:06.6600582Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T00:57:06.6602124Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T00:57:06.6603915Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T00:57:06.6605572Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T00:57:06.6607365Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T00:57:06.6608837Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T00:57:06.6610380Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T00:57:06.6612013Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6613344Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T00:57:06.6615034Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T00:57:06.6616690Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T00:57:06.6618432Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T00:57:06.6620237Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6621944Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6623701Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T00:57:06.6625543Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6627156Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T00:57:06.6628856Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T00:57:06.6630721Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T00:57:06.6632374Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T00:57:06.6634002Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T00:57:06.6635663Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T00:57:06.6637426Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6638928Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T00:57:06.6640633Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T00:57:06.6642221Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T00:57:06.6644139Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6645856Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T00:57:06.6647446Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T00:57:06.6648901Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T00:57:06.6650567Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T00:57:06.6652127Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T00:57:06.6653789Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T00:57:06.6655344Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T00:57:06.6657128Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T00:57:06.6658916Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T00:57:06.6660860Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6662503Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T00:57:06.6664527Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T00:57:06.6666377Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T00:57:06.6668353Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6669990Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T00:57:06.6671871Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6673386Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T00:57:06.6675476Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T00:57:06.6677169Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T00:57:06.6679079Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T00:57:06.6680801Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T00:57:06.6682537Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T00:57:06.6684388Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T00:57:06.6686445Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6688169Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6689910Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6691466Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T00:57:06.6693340Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T00:57:06.6695161Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6696970Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T00:57:06.6698610Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T00:57:06.6700287Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T00:57:06.6702124Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T00:57:06.6703928Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T00:57:06.6705779Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T00:57:06.6707773Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6709441Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6711170Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6712885Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T00:57:06.6714784Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T00:57:06.6716661Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6718319Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T00:57:06.6720047Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T00:57:06.6721706Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T00:57:06.6723538Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T00:57:06.6725566Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6727025Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T00:57:06.6728741Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T00:57:06.6730427Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T00:57:06.6733084Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6733679Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T00:57:06.6735762Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T00:57:06.6737148Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T00:57:06.6738944Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T00:57:06.6740704Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6742140Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T00:57:06.6743803Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T00:57:06.6745555Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6747154Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T00:57:06.6749077Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T00:57:06.6750870Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T00:57:06.6752708Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6754349Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T00:57:06.6756001Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T00:57:06.6757577Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T00:57:06.6759312Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T00:57:06.6761002Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T00:57:06.6762831Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T00:57:06.6765322Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T00:57:06.6767396Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6769136Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T00:57:06.6771235Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T00:57:06.6773462Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T00:57:06.6775197Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6776922Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T00:57:06.6778821Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T00:57:06.6780532Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T00:57:06.6782186Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T00:57:06.6784044Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6785756Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6787417Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6789111Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T00:57:06.6790792Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T00:57:06.6792312Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T00:57:06.6794079Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T00:57:06.6795829Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6797804Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T00:57:06.6799407Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T00:57:06.6801023Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T00:57:06.6802708Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T00:57:06.6804462Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T00:57:06.6806350Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T00:57:06.6808066Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T00:57:06.6809678Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T00:57:06.6811437Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6813001Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6814617Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6816117Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T00:57:06.6817750Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T00:57:06.6819295Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T00:57:06.6820958Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T00:57:06.6822631Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6824249Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T00:57:06.6825795Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T00:57:06.6827392Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T00:57:06.6829212Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T00:57:06.6830978Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T00:57:06.6832789Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T00:57:06.6834439Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T00:57:06.6836299Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T00:57:06.6838248Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6839914Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6841680Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6843264Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T00:57:06.6845501Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T00:57:06.6847604Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T00:57:06.6849524Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T00:57:06.6851071Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T00:57:06.6852655Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T00:57:06.6855262Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T00:57:06.6857173Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T00:57:06.6858948Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T00:57:06.6860824Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6862573Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6864243Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T00:57:06.6866016Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T00:57:06.6867881Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T00:57:06.6869656Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T00:57:06.6871393Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T00:57:06.6873006Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T00:57:06.6874861Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T00:57:06.6876610Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T00:57:06.6878488Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6880086Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T00:57:06.6881807Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T00:57:06.6883408Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T00:57:06.6885291Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T00:57:06.6886906Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T00:57:06.6888802Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T00:57:06.6890522Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T00:57:06.6892393Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6893990Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T00:57:06.6895752Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T00:57:06.6897470Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T00:57:06.6899253Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T00:57:06.6900953Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T00:57:06.6902648Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T00:57:06.6904452Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T00:57:06.6906441Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T00:57:06.6908340Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T00:57:06.6910223Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T00:57:06.6912191Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T00:57:06.6914133Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T00:57:06.6916188Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6917788Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T00:57:06.6919647Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T00:57:06.6921460Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T00:57:06.6923229Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6924877Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T00:57:06.6926753Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T00:57:06.6928453Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T00:57:06.6930106Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T00:57:06.6931886Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T00:57:06.6933551Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T00:57:06.6935341Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.6936840Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T00:57:06.6938697Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T00:57:06.6940344Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T00:57:06.6942079Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T00:57:06.6943881Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.6945673Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T00:57:06.6947309Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T00:57:06.6949121Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T00:57:06.6950916Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T00:57:06.6952928Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T00:57:06.6954988Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T00:57:06.6956477Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T00:57:06.6958331Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T00:57:06.6960089Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T00:57:06.6961958Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6963676Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T00:57:06.6965632Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T00:57:06.6967276Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T00:57:06.6969063Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T00:57:06.6970752Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T00:57:06.6972676Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T00:57:06.6974544Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T00:57:06.6976396Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6978057Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T00:57:06.6979781Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T00:57:06.6981429Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T00:57:06.6983110Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T00:57:06.6984833Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T00:57:06.6986673Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T00:57:06.6988456Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T00:57:06.6990421Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.6992071Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T00:57:06.6993839Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T00:57:06.6995550Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T00:57:06.6997357Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T00:57:06.6999096Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T00:57:06.7000904Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T00:57:06.7002733Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T00:57:06.7004768Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7006454Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T00:57:06.7008189Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T00:57:06.7009962Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T00:57:06.7011669Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T00:57:06.7013326Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T00:57:06.7015204Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T00:57:06.7017093Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T00:57:06.7018927Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T00:57:06.7020694Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T00:57:06.7022448Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T00:57:06.7024322Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T00:57:06.7026154Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T00:57:06.7028004Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7029652Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T00:57:06.7031427Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T00:57:06.7033259Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T00:57:06.7035113Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T00:57:06.7037138Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7038807Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7040550Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T00:57:06.7042342Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T00:57:06.7044391Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T00:57:06.7046274Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T00:57:06.7048101Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T00:57:06.7050143Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T00:57:06.7051977Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7053709Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T00:57:06.7055651Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7057429Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7059093Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T00:57:06.7060935Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T00:57:06.7062930Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T00:57:06.7064566Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T00:57:06.7066311Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T00:57:06.7068430Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T00:57:06.7070321Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T00:57:06.7072139Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T00:57:06.7074073Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T00:57:06.7076111Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7078014Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7079796Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T00:57:06.7081586Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T00:57:06.7083317Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T00:57:06.7085476Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T00:57:06.7087835Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T00:57:06.7089982Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T00:57:06.7091617Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T00:57:06.7093331Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T00:57:06.7095163Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T00:57:06.7096902Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T00:57:06.7098592Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7099933Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T00:57:06.7101714Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T00:57:06.7103539Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T00:57:06.7105254Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7106936Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T00:57:06.7108529Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T00:57:06.7110147Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T00:57:06.7111976Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T00:57:06.7113479Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T00:57:06.7115247Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T00:57:06.7116943Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T00:57:06.7118722Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T00:57:06.7120392Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7121859Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T00:57:06.7123495Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T00:57:06.7125356Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7126837Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T00:57:06.7128338Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T00:57:06.7129862Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T00:57:06.7131604Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T00:57:06.7133199Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T00:57:06.7134788Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T00:57:06.7136375Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7138020Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7139491Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T00:57:06.7141252Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T00:57:06.7142766Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T00:57:06.7144325Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T00:57:06.7145970Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T00:57:06.7147650Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7149159Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T00:57:06.7150729Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T00:57:06.7152283Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T00:57:06.7153906Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7155446Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T00:57:06.7157054Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T00:57:06.7158671Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T00:57:06.7160414Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7161946Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T00:57:06.7163567Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T00:57:06.7165463Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T00:57:06.7167279Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7168627Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T00:57:06.7170142Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T00:57:06.7171964Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T00:57:06.7173691Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7175124Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T00:57:06.7176602Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T00:57:06.7178125Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T00:57:06.7179439Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T00:57:06.7181041Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T00:57:06.7182549Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T00:57:06.7184100Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7185520Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T00:57:06.7186948Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T00:57:06.7188592Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T00:57:06.7190350Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7191987Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T00:57:06.7193734Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T00:57:06.7195264Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T00:57:06.7197121Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7198539Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T00:57:06.7200158Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T00:57:06.7201702Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T00:57:06.7203847Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7205025Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T00:57:06.7206654Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T00:57:06.7208257Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T00:57:06.7210029Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7211426Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T00:57:06.7212974Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T00:57:06.7214454Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T00:57:06.7216119Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7217546Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T00:57:06.7219165Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T00:57:06.7220687Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T00:57:06.7222352Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7223779Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T00:57:06.7225433Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T00:57:06.7226957Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T00:57:06.7228701Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7230153Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T00:57:06.7231789Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T00:57:06.7233267Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T00:57:06.7234961Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7236465Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T00:57:06.7238018Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T00:57:06.7239663Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T00:57:06.7241260Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T00:57:06.7242919Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7244475Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T00:57:06.7246144Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T00:57:06.7247729Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T00:57:06.7249306Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T00:57:06.7251604Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T00:57:06.7253171Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T00:57:06.7254879Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T00:57:06.7256436Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T00:57:06.7258140Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7259572Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T00:57:06.7261173Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T00:57:06.7263128Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T00:57:06.7264590Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7265985Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T00:57:06.7267651Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T00:57:06.7269301Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T00:57:06.7271033Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7272528Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T00:57:06.7274191Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T00:57:06.7275843Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T00:57:06.7277746Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7279214Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T00:57:06.7280855Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T00:57:06.7282654Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T00:57:06.7284674Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7286495Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T00:57:06.7288291Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T00:57:06.7290210Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T00:57:06.7291756Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T00:57:06.7293371Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T00:57:06.7295519Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T00:57:06.7297572Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T00:57:06.7299562Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7301240Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T00:57:06.7302972Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T00:57:06.7304844Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T00:57:06.7306749Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7308511Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T00:57:06.7310241Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T00:57:06.7311917Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T00:57:06.7313871Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T00:57:06.7315622Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T00:57:06.7317525Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7319166Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T00:57:06.7320964Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T00:57:06.7322585Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T00:57:06.7324459Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T00:57:06.7326208Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T00:57:06.7328088Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T00:57:06.7329856Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T00:57:06.7331815Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7333432Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T00:57:06.7335195Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T00:57:06.7336855Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T00:57:06.7338675Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T00:57:06.7340290Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T00:57:06.7342101Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T00:57:06.7343698Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T00:57:06.7345567Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7347415Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T00:57:06.7349298Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T00:57:06.7350834Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T00:57:06.7352747Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7354424Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T00:57:06.7356254Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T00:57:06.7357958Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T00:57:06.7359780Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7361464Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T00:57:06.7363193Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T00:57:06.7365528Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T00:57:06.7367608Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7369263Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T00:57:06.7371449Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T00:57:06.7373287Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T00:57:06.7375198Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7376805Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T00:57:06.7378631Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T00:57:06.7380375Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T00:57:06.7382268Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7383874Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T00:57:06.7385727Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T00:57:06.7387794Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T00:57:06.7389857Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7391619Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7393408Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T00:57:06.7395222Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T00:57:06.7396931Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T00:57:06.7398907Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T00:57:06.7400802Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T00:57:06.7402668Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7404311Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T00:57:06.7406257Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T00:57:06.7408108Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T00:57:06.7409961Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7411619Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T00:57:06.7413475Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T00:57:06.7415306Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T00:57:06.7417178Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7418851Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T00:57:06.7420588Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T00:57:06.7422293Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T00:57:06.7424041Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T00:57:06.7425717Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T00:57:06.7427575Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T00:57:06.7429479Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T00:57:06.7431414Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7433050Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T00:57:06.7435395Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T00:57:06.7437133Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T00:57:06.7438978Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7440689Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T00:57:06.7442557Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T00:57:06.7444260Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T00:57:06.7446115Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T00:57:06.7447871Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T00:57:06.7449873Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T00:57:06.7451732Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T00:57:06.7453634Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T00:57:06.7455572Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7457375Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T00:57:06.7459128Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T00:57:06.7460859Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T00:57:06.7462643Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T00:57:06.7464403Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T00:57:06.7466257Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T00:57:06.7468275Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7469998Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T00:57:06.7471969Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T00:57:06.7473690Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T00:57:06.7475266Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T00:57:06.7476971Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T00:57:06.7478706Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T00:57:06.7480427Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T00:57:06.7482275Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7483989Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T00:57:06.7485710Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T00:57:06.7487337Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T00:57:06.7489129Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T00:57:06.7490710Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T00:57:06.7492658Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T00:57:06.7494478Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T00:57:06.7496321Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7497971Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T00:57:06.7499853Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7501406Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T00:57:06.7503383Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T00:57:06.7505080Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T00:57:06.7506955Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T00:57:06.7508910Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T00:57:06.7510642Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7512205Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T00:57:06.7513866Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T00:57:06.7515504Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T00:57:06.7517087Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T00:57:06.7518689Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T00:57:06.7520437Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T00:57:06.7522063Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T00:57:06.7524007Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7525698Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T00:57:06.7527328Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7528885Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T00:57:06.7530580Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7532292Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7533993Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T00:57:06.7535531Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T00:57:06.7537080Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T00:57:06.7538743Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T00:57:06.7540264Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T00:57:06.7542008Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T00:57:06.7543667Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T00:57:06.7545759Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7547290Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T00:57:06.7549017Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7550553Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T00:57:06.7552205Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T00:57:06.7553782Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T00:57:06.7555398Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T00:57:06.7557040Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T00:57:06.7558807Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T00:57:06.7560408Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T00:57:06.7562051Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T00:57:06.7563938Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T00:57:06.7565913Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7567543Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T00:57:06.7569425Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T00:57:06.7571082Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T00:57:06.7573034Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7574385Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T00:57:06.7575969Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T00:57:06.7577643Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T00:57:06.7579325Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T00:57:06.7580810Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T00:57:06.7582703Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T00:57:06.7584458Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T00:57:06.7586524Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7587979Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T00:57:06.7589688Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T00:57:06.7591314Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T00:57:06.7593302Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7594893Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T00:57:06.7596734Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T00:57:06.7598600Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T00:57:06.7600514Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T00:57:06.7602315Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T00:57:06.7604373Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T00:57:06.7606205Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T00:57:06.7608021Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T00:57:06.7610062Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7611715Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T00:57:06.7613690Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T00:57:06.7615512Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T00:57:06.7617496Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7619150Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T00:57:06.7620982Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T00:57:06.7622812Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T00:57:06.7624862Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7626513Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T00:57:06.7628521Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T00:57:06.7630507Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T00:57:06.7632437Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T00:57:06.7634270Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T00:57:06.7636014Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T00:57:06.7637932Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T00:57:06.7639685Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T00:57:06.7641675Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7643459Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T00:57:06.7645715Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7647313Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T00:57:06.7649008Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T00:57:06.7650680Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T00:57:06.7652455Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T00:57:06.7654088Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T00:57:06.7655999Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T00:57:06.7657732Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T00:57:06.7660262Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T00:57:06.7662154Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T00:57:06.7664047Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7665868Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T00:57:06.7667845Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7669500Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T00:57:06.7671369Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T00:57:06.7673064Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T00:57:06.7674862Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T00:57:06.7676671Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T00:57:06.7678876Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T00:57:06.7680705Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T00:57:06.7682807Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T00:57:06.7684615Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T00:57:06.7686703Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7688259Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T00:57:06.7690000Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T00:57:06.7691766Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T00:57:06.7693531Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T00:57:06.7695185Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T00:57:06.7697042Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T00:57:06.7698964Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T00:57:06.7700866Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7702590Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T00:57:06.7704405Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T00:57:06.7706096Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T00:57:06.7708121Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T00:57:06.7710063Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T00:57:06.7712003Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7713737Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T00:57:06.7715533Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T00:57:06.7717241Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T00:57:06.7719163Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7720944Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T00:57:06.7722876Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7724691Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T00:57:06.7726793Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T00:57:06.7728598Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T00:57:06.7730319Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T00:57:06.7731995Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T00:57:06.7733869Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T00:57:06.7735599Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T00:57:06.7737495Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T00:57:06.7739355Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T00:57:06.7741088Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T00:57:06.7742715Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T00:57:06.7744695Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T00:57:06.7746450Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T00:57:06.7748469Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7750183Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T00:57:06.7752001Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T00:57:06.7753698Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T00:57:06.7755538Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T00:57:06.7757208Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T00:57:06.7759098Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T00:57:06.7760955Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T00:57:06.7762757Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7764505Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T00:57:06.7766368Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T00:57:06.7768231Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T00:57:06.7770144Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7771908Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T00:57:06.7773694Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T00:57:06.7775254Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T00:57:06.7776980Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T00:57:06.7778842Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T00:57:06.7780877Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7782454Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T00:57:06.7784362Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T00:57:06.7786181Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T00:57:06.7788070Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7789617Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T00:57:06.7791544Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T00:57:06.7793433Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T00:57:06.7795660Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7797130Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T00:57:06.7799317Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T00:57:06.7801076Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T00:57:06.7802934Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7804836Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T00:57:06.7806721Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T00:57:06.7808689Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T00:57:06.7810772Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7812499Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T00:57:06.7814624Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T00:57:06.7816868Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T00:57:06.7818860Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7820720Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7822650Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7824518Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T00:57:06.7826665Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T00:57:06.7828838Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T00:57:06.7830800Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7832617Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T00:57:06.7834523Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T00:57:06.7836180Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T00:57:06.7838052Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T00:57:06.7839796Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T00:57:06.7841788Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T00:57:06.7843616Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T00:57:06.7845649Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7847297Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T00:57:06.7849258Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T00:57:06.7851120Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T00:57:06.7853128Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7854898Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T00:57:06.7856824Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7858501Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T00:57:06.7860442Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T00:57:06.7862247Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T00:57:06.7864154Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T00:57:06.7866040Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T00:57:06.7868023Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T00:57:06.7869907Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T00:57:06.7871708Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T00:57:06.7873582Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T00:57:06.7875524Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T00:57:06.7877497Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7879201Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T00:57:06.7881137Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T00:57:06.7883017Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T00:57:06.7885127Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7886921Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T00:57:06.7888876Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T00:57:06.7890794Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T00:57:06.7892693Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7894309Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T00:57:06.7896264Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T00:57:06.7898173Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T00:57:06.7900375Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7901886Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T00:57:06.7903833Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T00:57:06.7905593Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T00:57:06.7907538Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7909289Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T00:57:06.7911111Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T00:57:06.7912918Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T00:57:06.7914838Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7916511Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T00:57:06.7918418Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T00:57:06.7920300Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T00:57:06.7922382Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7924301Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T00:57:06.7926176Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T00:57:06.7927983Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T00:57:06.7929851Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T00:57:06.7931581Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T00:57:06.7933613Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T00:57:06.7935404Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T00:57:06.7937379Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T00:57:06.7939468Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7941177Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T00:57:06.7943063Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T00:57:06.7945006Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7946802Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.7948526Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T00:57:06.7950466Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T00:57:06.7952416Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T00:57:06.7954387Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.7956219Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T00:57:06.7958025Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T00:57:06.7959833Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T00:57:06.7961579Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T00:57:06.7963615Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T00:57:06.7965575Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T00:57:06.7967398Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T00:57:06.7969291Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7970995Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T00:57:06.7972809Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T00:57:06.7974471Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T00:57:06.7976315Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T00:57:06.7978009Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T00:57:06.7979950Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T00:57:06.7981791Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T00:57:06.7983723Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.7985467Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T00:57:06.7987301Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T00:57:06.7989237Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T00:57:06.7990933Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T00:57:06.7992729Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T00:57:06.7994732Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T00:57:06.7996526Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T00:57:06.7998458Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8000213Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T00:57:06.8002034Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T00:57:06.8003847Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T00:57:06.8005723Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T00:57:06.8007392Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T00:57:06.8009268Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T00:57:06.8011248Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8012987Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T00:57:06.8014774Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T00:57:06.8016486Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T00:57:06.8018272Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T00:57:06.8019966Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T00:57:06.8021823Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T00:57:06.8023721Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8025428Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T00:57:06.8027384Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T00:57:06.8029170Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T00:57:06.8030963Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T00:57:06.8032896Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T00:57:06.8034929Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T00:57:06.8036775Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T00:57:06.8038589Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T00:57:06.8040691Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T00:57:06.8042565Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T00:57:06.8044339Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T00:57:06.8046407Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T00:57:06.8048184Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8050014Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T00:57:06.8051838Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T00:57:06.8053609Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T00:57:06.8055385Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T00:57:06.8057200Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T00:57:06.8059185Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T00:57:06.8061660Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T00:57:06.8063516Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T00:57:06.8065672Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8067295Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8068834Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T00:57:06.8070602Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T00:57:06.8072340Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T00:57:06.8074377Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T00:57:06.8076099Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8077408Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T00:57:06.8079343Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T00:57:06.8080628Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T00:57:06.8082203Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T00:57:06.8083931Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T00:57:06.8092555Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T00:57:06.8094372Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8095943Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T00:57:06.8097569Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T00:57:06.8099071Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T00:57:06.8100714Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T00:57:06.8102266Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T00:57:06.8103924Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T00:57:06.8105644Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T00:57:06.8107446Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8109265Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8111053Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T00:57:06.8112730Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T00:57:06.8114157Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T00:57:06.8116138Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8117716Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T00:57:06.8119258Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T00:57:06.8120923Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T00:57:06.8122768Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8124427Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T00:57:06.8126048Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T00:57:06.8127704Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T00:57:06.8129693Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T00:57:06.8131212Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T00:57:06.8133043Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8134841Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T00:57:06.8136440Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T00:57:06.8137963Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T00:57:06.8139844Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T00:57:06.8141451Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T00:57:06.8143258Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8144814Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T00:57:06.8146463Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T00:57:06.8148108Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T00:57:06.8149965Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T00:57:06.8151695Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T00:57:06.8153525Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8155061Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T00:57:06.8156790Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T00:57:06.8158337Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T00:57:06.8160196Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T00:57:06.8161934Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T00:57:06.8163716Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T00:57:06.8165784Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8167405Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T00:57:06.8169093Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T00:57:06.8170758Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T00:57:06.8172397Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T00:57:06.8174039Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T00:57:06.8175800Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T00:57:06.8177553Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T00:57:06.8179243Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T00:57:06.8180943Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T00:57:06.8182513Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T00:57:06.8184345Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T00:57:06.8186223Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T00:57:06.8188217Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8189995Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T00:57:06.8191669Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T00:57:06.8193177Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T00:57:06.8194838Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T00:57:06.8196733Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T00:57:06.8198490Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T00:57:06.8200394Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8202045Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8203600Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8205377Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T00:57:06.8207171Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T00:57:06.8208974Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T00:57:06.8210726Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8212777Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T00:57:06.8214336Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T00:57:06.8215878Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T00:57:06.8217364Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T00:57:06.8219286Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T00:57:06.8221033Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T00:57:06.8222745Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T00:57:06.8224431Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8225974Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T00:57:06.8227678Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T00:57:06.8229482Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8231249Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T00:57:06.8233227Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8234851Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T00:57:06.8236761Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T00:57:06.8238579Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T00:57:06.8240311Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T00:57:06.8242456Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T00:57:06.8244433Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8246106Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T00:57:06.8247827Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T00:57:06.8249439Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T00:57:06.8251161Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T00:57:06.8252843Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T00:57:06.8254796Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T00:57:06.8256577Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T00:57:06.8258384Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8259910Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T00:57:06.8261639Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T00:57:06.8263379Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T00:57:06.8265227Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8266867Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T00:57:06.8268689Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T00:57:06.8270638Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T00:57:06.8272195Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T00:57:06.8273784Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T00:57:06.8275572Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T00:57:06.8277187Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T00:57:06.8278905Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8280375Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T00:57:06.8282038Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T00:57:06.8283598Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T00:57:06.8285507Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8286944Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T00:57:06.8288707Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T00:57:06.8290375Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T00:57:06.8292114Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8293535Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T00:57:06.8295288Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T00:57:06.8297096Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T00:57:06.8299038Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8300542Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T00:57:06.8302165Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T00:57:06.8303762Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T00:57:06.8305431Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T00:57:06.8307388Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T00:57:06.8309240Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T00:57:06.8310995Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8312791Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T00:57:06.8314382Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T00:57:06.8315992Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T00:57:06.8317670Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T00:57:06.8319814Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T00:57:06.8321624Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T00:57:06.8323612Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T00:57:06.8325570Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8327616Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T00:57:06.8329429Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T00:57:06.8331243Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T00:57:06.8333086Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T00:57:06.8334837Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T00:57:06.8336700Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T00:57:06.8338314Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T00:57:06.8339965Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T00:57:06.8341693Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8343378Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T00:57:06.8344991Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T00:57:06.8346777Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8348425Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T00:57:06.8350301Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T00:57:06.8351885Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T00:57:06.8353701Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8355177Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T00:57:06.8356807Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T00:57:06.8358370Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T00:57:06.8360068Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T00:57:06.8361754Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8363226Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T00:57:06.8365199Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T00:57:06.8367151Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8368713Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T00:57:06.8370430Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T00:57:06.8372150Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T00:57:06.8373930Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8375596Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T00:57:06.8377345Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T00:57:06.8379419Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T00:57:06.8381406Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8383142Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8384804Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T00:57:06.8386571Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T00:57:06.8388297Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T00:57:06.8390091Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T00:57:06.8391819Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T00:57:06.8394005Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T00:57:06.8396024Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T00:57:06.8397770Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8399242Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T00:57:06.8401008Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T00:57:06.8402757Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T00:57:06.8404671Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8406309Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T00:57:06.8408319Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T00:57:06.8409967Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T00:57:06.8411843Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8413515Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T00:57:06.8415210Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T00:57:06.8417102Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T00:57:06.8419190Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T00:57:06.8421343Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8422946Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T00:57:06.8424552Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T00:57:06.8426167Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T00:57:06.8427779Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T00:57:06.8429402Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T00:57:06.8431159Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T00:57:06.8433061Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8434631Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T00:57:06.8436278Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T00:57:06.8437907Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T00:57:06.8439637Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T00:57:06.8441133Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T00:57:06.8442960Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T00:57:06.8444720Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T00:57:06.8446399Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8447730Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T00:57:06.8449371Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T00:57:06.8451084Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T00:57:06.8452783Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T00:57:06.8454500Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T00:57:06.8456147Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T00:57:06.8458507Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T00:57:06.8465015Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T00:57:06.8466784Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T00:57:06.8468699Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T00:57:06.8470285Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T00:57:06.8472051Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T00:57:06.8473719Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T00:57:06.8475402Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T00:57:06.8477045Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T00:57:06.8478780Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T00:57:06.8480470Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T00:57:06.8482026Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T00:57:06.8484011Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T00:57:06.8485944Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T00:57:06.8487718Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T00:57:06.8489608Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T00:57:06.8491504Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T00:57:06.8493395Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8495085Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T00:57:06.8703185Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T00:57:06.8704410Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T00:57:06.8705968Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T00:57:06.8707872Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T00:57:06.8709803Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T00:57:06.8711994Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T00:57:06.8713475Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8715047Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8716793Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8718570Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T00:57:06.8720434Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T00:57:06.8722207Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T00:57:06.8723981Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T00:57:06.8725819Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T00:57:06.8727779Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T00:57:06.8729808Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T00:57:06.8731811Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8733652Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8735516Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T00:57:06.8737248Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T00:57:06.8738806Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T00:57:06.8740867Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T00:57:06.8742745Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T00:57:06.8754700Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8755270Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T00:57:06.8755576Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T00:57:06.8755820Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T00:57:06.8756312Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8756562Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8756779Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T00:57:06.8757914Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T00:57:06.8759550Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T00:57:06.8761225Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T00:57:06.8763216Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T00:57:06.8765178Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T00:57:06.8767198Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T00:57:06.8768743Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8770227Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T00:57:06.8771929Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T00:57:06.8773574Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T00:57:06.8775246Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T00:57:06.8776849Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T00:57:06.8778787Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T00:57:06.8780532Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T00:57:06.8782618Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T00:57:06.8784555Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8786345Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:57:06.8788228Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T00:57:06.8790354Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T00:57:06.8792278Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8794067Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T00:57:06.8795813Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T00:57:06.8797774Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T00:57:06.8799900Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T00:57:06.8801848Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T00:57:06.8803618Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T00:57:06.8805559Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T00:57:06.8807273Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T00:57:06.8809162Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8810874Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T00:57:06.8812681Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T00:57:06.8814607Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T00:57:06.8816485Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T00:57:06.8818333Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T00:57:06.8820267Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T00:57:06.8822022Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T00:57:06.8824254Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T00:57:06.8826518Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8828444Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T00:57:06.8830244Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T00:57:06.8832289Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T00:57:06.8834470Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T00:57:06.8836667Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8838510Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T00:57:06.8840242Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T00:57:06.8842123Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T00:57:06.8844317Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T00:57:06.8846770Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T00:57:06.8848705Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8850596Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T00:57:06.8852529Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T00:57:06.8854664Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T00:57:06.8856885Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8858755Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T00:57:06.8860533Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T00:57:06.8862683Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T00:57:06.8864602Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T00:57:06.8866426Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T00:57:06.8868422Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.8870301Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T00:57:06.8871951Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T00:57:06.8873718Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T00:57:06.8875642Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T00:57:06.8877536Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8879202Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T00:57:06.8880968Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T00:57:06.8882675Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T00:57:06.8884540Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T00:57:06.8886307Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T00:57:06.8888168Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T00:57:06.8890143Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T00:57:06.8891973Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T00:57:06.8893950Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8895603Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T00:57:06.8897464Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T00:57:06.8899211Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T00:57:06.8901102Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T00:57:06.8903177Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T00:57:06.8905488Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8907141Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T00:57:06.8909184Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T00:57:06.8911009Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T00:57:06.8912968Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T00:57:06.8914958Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8916744Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T00:57:06.8918749Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8920400Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T00:57:06.8922191Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T00:57:06.8924128Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T00:57:06.8926519Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T00:57:06.8928467Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T00:57:06.8930330Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8931903Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T00:57:06.8933834Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T00:57:06.8935778Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8937361Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T00:57:06.8939239Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T00:57:06.8941117Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T00:57:06.8943043Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T00:57:06.8945031Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8946899Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T00:57:06.8949048Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T00:57:06.8950931Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8952626Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T00:57:06.8954620Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T00:57:06.8956423Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T00:57:06.8958399Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T00:57:06.8960359Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8962116Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T00:57:06.8964233Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T00:57:06.8966865Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8968749Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T00:57:06.8971214Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T00:57:06.8973502Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T00:57:06.8975636Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8977508Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T00:57:06.8979628Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T00:57:06.8981234Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T00:57:06.8983117Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.8984930Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T00:57:06.8986444Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T00:57:06.8988087Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T00:57:06.8989867Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.8991333Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T00:57:06.8992952Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T00:57:06.8994417Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T00:57:06.8996063Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T00:57:06.8997637Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T00:57:06.8999382Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T00:57:06.9001105Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T00:57:06.9002970Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9004743Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9006371Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T00:57:06.9008128Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T00:57:06.9009632Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T00:57:06.9011400Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T00:57:06.9013254Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T00:57:06.9015002Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9016585Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T00:57:06.9018562Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T00:57:06.9020108Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T00:57:06.9021865Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9023421Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T00:57:06.9025197Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T00:57:06.9027153Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T00:57:06.9029088Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9030819Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T00:57:06.9032677Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T00:57:06.9034640Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T00:57:06.9036477Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9038145Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T00:57:06.9040065Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T00:57:06.9042038Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T00:57:06.9044344Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9045938Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T00:57:06.9047767Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T00:57:06.9049601Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T00:57:06.9051411Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T00:57:06.9053132Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9054873Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9056468Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T00:57:06.9058271Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T00:57:06.9060122Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9061787Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T00:57:06.9063359Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T00:57:06.9065077Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T00:57:06.9066681Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T00:57:06.9068405Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T00:57:06.9070120Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T00:57:06.9071862Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T00:57:06.9073958Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9075710Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T00:57:06.9077341Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T00:57:06.9079107Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T00:57:06.9081139Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9082946Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9084581Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T00:57:06.9086469Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T00:57:06.9088117Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T00:57:06.9089913Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T00:57:06.9091587Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T00:57:06.9093732Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T00:57:06.9095549Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T00:57:06.9097437Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T00:57:06.9099260Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9101143Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9102736Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T00:57:06.9104626Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T00:57:06.9106443Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T00:57:06.9108348Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T00:57:06.9110001Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T00:57:06.9111934Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T00:57:06.9113726Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T00:57:06.9115523Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T00:57:06.9117291Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9119031Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9120655Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T00:57:06.9123288Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T00:57:06.9125408Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9127254Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T00:57:06.9128965Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T00:57:06.9130659Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T00:57:06.9132272Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T00:57:06.9134156Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T00:57:06.9135901Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T00:57:06.9137666Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T00:57:06.9139461Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T00:57:06.9141286Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T00:57:06.9143005Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T00:57:06.9144665Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T00:57:06.9146451Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T00:57:06.9148412Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T00:57:06.9150190Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9151754Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T00:57:06.9153592Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T00:57:06.9155346Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T00:57:06.9157135Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9158660Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T00:57:06.9160422Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T00:57:06.9162294Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T00:57:06.9164333Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9165838Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T00:57:06.9167452Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T00:57:06.9169044Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T00:57:06.9170744Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T00:57:06.9172417Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T00:57:06.9174214Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9175889Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T00:57:06.9177607Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T00:57:06.9179251Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T00:57:06.9181006Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T00:57:06.9182885Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T00:57:06.9184626Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9186210Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T00:57:06.9188058Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T00:57:06.9189941Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T00:57:06.9191721Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9193447Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9195213Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T00:57:06.9197002Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T00:57:06.9198735Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T00:57:06.9200773Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T00:57:06.9202798Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T00:57:06.9204813Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9206529Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T00:57:06.9208400Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T00:57:06.9210274Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T00:57:06.9212147Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T00:57:06.9213829Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T00:57:06.9215411Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T00:57:06.9217236Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T00:57:06.9218954Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T00:57:06.9220757Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9222543Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T00:57:06.9224473Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9226121Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T00:57:06.9227789Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T00:57:06.9229645Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T00:57:06.9231269Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T00:57:06.9233126Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T00:57:06.9234874Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T00:57:06.9236928Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T00:57:06.9238887Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9240571Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9242347Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9244323Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T00:57:06.9246358Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T00:57:06.9248313Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T00:57:06.9250174Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T00:57:06.9252031Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T00:57:06.9253934Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T00:57:06.9255693Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T00:57:06.9257452Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9259137Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T00:57:06.9260620Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T00:57:06.9262380Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T00:57:06.9264036Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T00:57:06.9265902Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T00:57:06.9267672Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9269436Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9271130Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9272739Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T00:57:06.9274564Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T00:57:06.9276418Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9278042Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T00:57:06.9279734Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T00:57:06.9281268Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T00:57:06.9283028Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T00:57:06.9285198Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T00:57:06.9287621Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T00:57:06.9289755Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9291560Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9293202Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9294881Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T00:57:06.9296745Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T00:57:06.9298681Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9300437Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T00:57:06.9302104Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T00:57:06.9303756Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T00:57:06.9305678Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T00:57:06.9307887Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T00:57:06.9310285Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T00:57:06.9312587Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9314303Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9315985Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9317708Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T00:57:06.9319542Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T00:57:06.9321494Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9323134Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T00:57:06.9325572Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T00:57:06.9326717Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T00:57:06.9328696Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T00:57:06.9330584Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T00:57:06.9332432Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9333945Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T00:57:06.9335773Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T00:57:06.9337616Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T00:57:06.9339375Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9340967Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T00:57:06.9342583Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T00:57:06.9344233Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T00:57:06.9345893Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T00:57:06.9347748Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T00:57:06.9349727Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T00:57:06.9351352Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T00:57:06.9353100Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9354551Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T00:57:06.9356089Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T00:57:06.9357590Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T00:57:06.9359156Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T00:57:06.9360897Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T00:57:06.9362575Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T00:57:06.9364419Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T00:57:06.9366188Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9367675Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T00:57:06.9369333Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T00:57:06.9371081Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T00:57:06.9372916Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9374830Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T00:57:06.9376690Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T00:57:06.9378819Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T00:57:06.9380843Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9382499Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T00:57:06.9384497Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T00:57:06.9386606Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T00:57:06.9388773Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9390800Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9392454Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T00:57:06.9394931Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T00:57:06.9396691Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T00:57:06.9398908Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9400395Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T00:57:06.9402248Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T00:57:06.9404751Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T00:57:06.9406581Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9408526Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T00:57:06.9411145Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T00:57:06.9413677Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T00:57:06.9416424Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9418739Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T00:57:06.9421126Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T00:57:06.9423177Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T00:57:06.9425519Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9427693Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T00:57:06.9429892Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T00:57:06.9431915Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T00:57:06.9434103Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T00:57:06.9436169Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T00:57:06.9438622Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T00:57:06.9441012Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T00:57:06.9443531Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T00:57:06.9446430Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T00:57:06.9448894Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9451238Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9453365Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T00:57:06.9455793Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T00:57:06.9458224Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9460653Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T00:57:06.9463078Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T00:57:06.9465244Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T00:57:06.9467558Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T00:57:06.9470317Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T00:57:06.9472883Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T00:57:06.9475991Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T00:57:06.9478936Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T00:57:06.9481295Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9483951Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9486484Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9488488Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T00:57:06.9491011Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T00:57:06.9493023Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T00:57:06.9495534Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T00:57:06.9498004Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9500424Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T00:57:06.9503280Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9505180Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T00:57:06.9507976Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T00:57:06.9509956Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T00:57:06.9512673Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T00:57:06.9514663Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T00:57:06.9517393Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T00:57:06.9519436Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T00:57:06.9521880Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T00:57:06.9524254Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9526299Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T00:57:06.9528874Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T00:57:06.9531206Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T00:57:06.9533326Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T00:57:06.9535644Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T00:57:06.9537876Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T00:57:06.9540144Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T00:57:06.9542091Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T00:57:06.9543624Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9545100Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T00:57:06.9546651Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T00:57:06.9548381Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T00:57:06.9550404Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T00:57:06.9552377Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9554050Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9555632Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9557223Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T00:57:06.9558861Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T00:57:06.9560383Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T00:57:06.9562089Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9563503Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T00:57:06.9565304Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T00:57:06.9566713Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T00:57:06.9569095Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T00:57:06.9570897Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T00:57:06.9573157Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T00:57:06.9575935Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T00:57:06.9578615Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9580540Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T00:57:06.9582549Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T00:57:06.9584654Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T00:57:06.9586801Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T00:57:06.9589894Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T00:57:06.9592395Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T00:57:06.9594709Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9596556Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T00:57:06.9598776Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T00:57:06.9600906Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T00:57:06.9603118Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9605110Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T00:57:06.9607463Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T00:57:06.9609185Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T00:57:06.9611219Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9612982Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T00:57:06.9614960Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T00:57:06.9616835Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T00:57:06.9618874Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9620657Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T00:57:06.9622663Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T00:57:06.9625025Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T00:57:06.9627365Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9629557Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T00:57:06.9631817Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9633614Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T00:57:06.9635781Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T00:57:06.9637802Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T00:57:06.9640097Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T00:57:06.9642073Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T00:57:06.9644313Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9646272Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T00:57:06.9648565Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T00:57:06.9650474Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T00:57:06.9652320Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9653940Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T00:57:06.9655542Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T00:57:06.9657274Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T00:57:06.9658990Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T00:57:06.9660674Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T00:57:06.9662214Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T00:57:06.9663990Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T00:57:06.9665731Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T00:57:06.9667540Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9669138Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T00:57:06.9670853Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T00:57:06.9672431Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T00:57:06.9674111Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9675565Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T00:57:06.9677206Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T00:57:06.9678843Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T00:57:06.9680636Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9682169Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T00:57:06.9684022Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T00:57:06.9685666Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T00:57:06.9687428Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9689108Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T00:57:06.9690842Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T00:57:06.9692412Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T00:57:06.9694346Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9695928Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T00:57:06.9697738Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T00:57:06.9699336Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T00:57:06.9701122Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9702633Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T00:57:06.9704599Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T00:57:06.9706448Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T00:57:06.9708200Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9709908Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T00:57:06.9711816Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9713718Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9715200Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T00:57:06.9716924Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T00:57:06.9718640Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T00:57:06.9720365Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T00:57:06.9722181Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T00:57:06.9724167Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9725743Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T00:57:06.9727676Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T00:57:06.9729235Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T00:57:06.9731632Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9733523Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T00:57:06.9735271Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T00:57:06.9736965Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T00:57:06.9738899Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9740681Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9742279Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T00:57:06.9743916Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T00:57:06.9745755Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T00:57:06.9747498Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T00:57:06.9749455Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9751291Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9752931Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T00:57:06.9754639Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T00:57:06.9756495Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T00:57:06.9758257Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T00:57:06.9760101Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9761760Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T00:57:06.9763490Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T00:57:06.9765362Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T00:57:06.9767151Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T00:57:06.9768966Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9770616Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T00:57:06.9772444Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T00:57:06.9774240Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T00:57:06.9776007Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T00:57:06.9777914Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9779552Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T00:57:06.9781386Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T00:57:06.9783196Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T00:57:06.9785090Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T00:57:06.9786932Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T00:57:06.9788916Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9790796Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9792684Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T00:57:06.9794431Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T00:57:06.9796213Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T00:57:06.9798100Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T00:57:06.9799989Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T00:57:06.9802158Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T00:57:06.9804064Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T00:57:06.9806440Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9807759Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T00:57:06.9809513Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T00:57:06.9811354Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T00:57:06.9813259Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9815013Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T00:57:06.9816827Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T00:57:06.9818526Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T00:57:06.9820335Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T00:57:06.9822094Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T00:57:06.9824198Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T00:57:06.9826080Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T00:57:06.9828004Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T00:57:06.9830002Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9831734Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T00:57:06.9833469Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T00:57:06.9835195Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T00:57:06.9837105Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T00:57:06.9839254Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9840807Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T00:57:06.9842523Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T00:57:06.9844138Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T00:57:06.9846163Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T00:57:06.9848398Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T00:57:06.9850578Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9852722Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:06.9854541Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9856507Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T00:57:06.9858556Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T00:57:06.9860511Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T00:57:06.9862502Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T00:57:06.9864511Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T00:57:06.9866801Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T00:57:06.9869059Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T00:57:06.9871258Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9873046Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T00:57:06.9875211Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T00:57:06.9877119Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T00:57:06.9879267Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9881211Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T00:57:06.9883246Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T00:57:06.9885298Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T00:57:06.9887294Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T00:57:06.9889487Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T00:57:06.9891751Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T00:57:06.9893703Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T00:57:06.9895652Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T00:57:06.9897642Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T00:57:06.9899819Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9901699Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T00:57:06.9903766Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T00:57:06.9905763Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T00:57:06.9907926Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9909821Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T00:57:06.9911946Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T00:57:06.9913862Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T00:57:06.9915719Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T00:57:06.9917714Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T00:57:06.9919691Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T00:57:06.9921484Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T00:57:06.9923377Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T00:57:06.9925489Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T00:57:06.9927507Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9929334Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T00:57:06.9931357Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T00:57:06.9933210Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T00:57:06.9935021Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T00:57:06.9936911Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T00:57:06.9939024Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T00:57:06.9941157Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9943003Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T00:57:06.9945219Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T00:57:06.9947280Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T00:57:06.9949410Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9951401Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T00:57:06.9953250Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T00:57:06.9955161Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T00:57:06.9957253Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T00:57:06.9959464Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T00:57:06.9961709Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9963616Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T00:57:06.9966412Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T00:57:06.9968079Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T00:57:06.9969919Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9971452Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T00:57:06.9973202Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T00:57:06.9975037Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T00:57:06.9976468Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T00:57:06.9977972Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T00:57:06.9980050Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T00:57:06.9981605Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T00:57:06.9983381Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:06.9985009Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T00:57:06.9986893Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T00:57:06.9988505Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T00:57:06.9990419Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9992007Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T00:57:06.9993791Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T00:57:06.9995539Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T00:57:06.9997349Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:06.9998947Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T00:57:07.0000775Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T00:57:07.0002464Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T00:57:07.0004366Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0006658Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T00:57:07.0008472Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T00:57:07.0010241Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T00:57:07.0012047Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0013553Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T00:57:07.0015303Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T00:57:07.0017062Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T00:57:07.0018829Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0020345Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T00:57:07.0022136Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T00:57:07.0023864Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T00:57:07.0025604Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0027155Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T00:57:07.0029024Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T00:57:07.0030645Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T00:57:07.0032399Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0033881Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T00:57:07.0035644Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T00:57:07.0038686Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T00:57:07.0041291Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0043291Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0044945Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T00:57:07.0046925Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0048491Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T00:57:07.0050323Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T00:57:07.0052090Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T00:57:07.0054239Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T00:57:07.0057564Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T00:57:07.0060233Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0062226Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T00:57:07.0064172Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0065808Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T00:57:07.0067759Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T00:57:07.0069635Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T00:57:07.0071795Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T00:57:07.0074914Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T00:57:07.0077505Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0079376Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0081176Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T00:57:07.0082987Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0084721Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T00:57:07.0086817Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T00:57:07.0088498Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T00:57:07.0090500Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T00:57:07.0092577Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T00:57:07.0094514Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0096139Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T00:57:07.0097760Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T00:57:07.0099394Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T00:57:07.0101060Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T00:57:07.0103085Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T00:57:07.0105116Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T00:57:07.0106989Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0108640Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T00:57:07.0110305Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T00:57:07.0111903Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T00:57:07.0113810Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T00:57:07.0115876Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T00:57:07.0117787Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0119406Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T00:57:07.0121016Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T00:57:07.0122928Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T00:57:07.0124581Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T00:57:07.0126480Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T00:57:07.0128040Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T00:57:07.0129603Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0131192Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T00:57:07.0133035Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T00:57:07.0134440Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T00:57:07.0136133Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0137383Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T00:57:07.0138968Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T00:57:07.0140527Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T00:57:07.0142248Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0143991Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T00:57:07.0145644Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T00:57:07.0147171Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T00:57:07.0148785Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T00:57:07.0150314Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T00:57:07.0151925Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T00:57:07.0153461Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T00:57:07.0155034Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T00:57:07.0156493Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T00:57:07.0158132Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T00:57:07.0159588Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T00:57:07.0161213Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0162658Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T00:57:07.0164399Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T00:57:07.0166130Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T00:57:07.0168125Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T00:57:07.0169993Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0171614Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0173232Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0174815Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T00:57:07.0176414Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T00:57:07.0177945Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T00:57:07.0179574Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T00:57:07.0181276Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0182782Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T00:57:07.0184404Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T00:57:07.0185949Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T00:57:07.0187708Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T00:57:07.0189486Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T00:57:07.0191296Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T00:57:07.0193053Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T00:57:07.0195601Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T00:57:07.0197601Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0199253Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0200840Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T00:57:07.0202895Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T00:57:07.0204810Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T00:57:07.0206427Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T00:57:07.0208000Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T00:57:07.0209753Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T00:57:07.0211823Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T00:57:07.0213912Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T00:57:07.0216020Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0217692Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0219391Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0221020Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T00:57:07.0222879Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T00:57:07.0224798Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T00:57:07.0226807Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T00:57:07.0229059Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0230846Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T00:57:07.0232660Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T00:57:07.0234375Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T00:57:07.0236541Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T00:57:07.0238427Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T00:57:07.0240189Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T00:57:07.0241851Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T00:57:07.0243682Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T00:57:07.0245818Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0247560Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T00:57:07.0249548Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T00:57:07.0251617Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0253466Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T00:57:07.0255356Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T00:57:07.0257223Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T00:57:07.0259106Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T00:57:07.0261143Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T00:57:07.0263206Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T00:57:07.0265252Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0267206Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0269151Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T00:57:07.0271010Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T00:57:07.0272821Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T00:57:07.0274724Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T00:57:07.0276616Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T00:57:07.0278864Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T00:57:07.0280869Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T00:57:07.0283029Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0284860Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T00:57:07.0287102Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T00:57:07.0289122Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T00:57:07.0291245Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0293165Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T00:57:07.0295100Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T00:57:07.0297005Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T00:57:07.0299003Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T00:57:07.0300858Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T00:57:07.0303083Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T00:57:07.0305052Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T00:57:07.0307273Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0309432Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T00:57:07.0311575Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0313503Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0315433Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T00:57:07.0317363Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T00:57:07.0319309Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T00:57:07.0321486Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T00:57:07.0323406Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T00:57:07.0325837Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T00:57:07.0328077Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T00:57:07.0330137Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T00:57:07.0332226Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0334046Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0335710Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0337448Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T00:57:07.0339240Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T00:57:07.0340983Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T00:57:07.0342814Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T00:57:07.0344798Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0346459Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T00:57:07.0348495Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T00:57:07.0350067Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T00:57:07.0351918Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T00:57:07.0353547Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T00:57:07.0355399Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T00:57:07.0357398Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T00:57:07.0359472Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T00:57:07.0361453Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0363332Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0365291Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T00:57:07.0367026Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T00:57:07.0368932Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0370614Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T00:57:07.0372953Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T00:57:07.0375161Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T00:57:07.0376977Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T00:57:07.0378539Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T00:57:07.0380365Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T00:57:07.0382288Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T00:57:07.0384278Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T00:57:07.0386429Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0388262Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0390005Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T00:57:07.0391891Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T00:57:07.0393775Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0395478Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T00:57:07.0397321Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T00:57:07.0399042Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T00:57:07.0400786Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T00:57:07.0402387Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T00:57:07.0404226Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T00:57:07.0405908Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T00:57:07.0407788Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0409238Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T00:57:07.0410835Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T00:57:07.0412551Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T00:57:07.0414269Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T00:57:07.0415998Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0417958Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:57:07.0419387Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T00:57:07.0420958Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T00:57:07.0422629Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0424226Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:57:07.0425731Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T00:57:07.0427267Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T00:57:07.0429151Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T00:57:07.0431616Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T00:57:07.0433512Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0435072Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T00:57:07.0437182Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T00:57:07.0438918Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T00:57:07.0440935Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0442602Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T00:57:07.0444264Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T00:57:07.0446277Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T00:57:07.0448235Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0450048Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T00:57:07.0451709Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T00:57:07.0453302Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T00:57:07.0455641Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T00:57:07.0457926Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T00:57:07.0459903Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T00:57:07.0462307Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0463922Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T00:57:07.0466251Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T00:57:07.0468263Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T00:57:07.0470872Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0472505Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T00:57:07.0475035Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T00:57:07.0477114Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T00:57:07.0479532Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0481297Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T00:57:07.0484051Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T00:57:07.0485913Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T00:57:07.0487667Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0489233Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T00:57:07.0490729Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T00:57:07.0492262Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T00:57:07.0493956Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0495465Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T00:57:07.0497132Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T00:57:07.0498848Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T00:57:07.0500471Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T00:57:07.0502190Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0503701Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T00:57:07.0505471Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T00:57:07.0507211Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0508845Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T00:57:07.0510642Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T00:57:07.0512383Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T00:57:07.0514088Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T00:57:07.0515831Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0517377Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T00:57:07.0519137Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T00:57:07.0520898Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0522471Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T00:57:07.0524459Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T00:57:07.0526050Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T00:57:07.0527772Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0529353Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T00:57:07.0530996Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T00:57:07.0532903Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T00:57:07.0534627Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T00:57:07.0536321Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T00:57:07.0537960Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0539322Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T00:57:07.0541104Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T00:57:07.0542893Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T00:57:07.0544981Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0546549Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T00:57:07.0548180Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T00:57:07.0549921Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T00:57:07.0551636Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T00:57:07.0553254Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T00:57:07.0555271Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T00:57:07.0556839Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T00:57:07.0558496Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T00:57:07.0560281Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0561988Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0563482Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T00:57:07.0565181Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T00:57:07.0566831Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T00:57:07.0568516Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T00:57:07.0570256Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T00:57:07.0572100Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0573715Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T00:57:07.0575530Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T00:57:07.0577434Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T00:57:07.0579313Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0580946Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T00:57:07.0582841Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T00:57:07.0584852Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T00:57:07.0586847Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T00:57:07.0588936Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0590669Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T00:57:07.0592643Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T00:57:07.0594529Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T00:57:07.0596514Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T00:57:07.0598056Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T00:57:07.0599632Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T00:57:07.0601570Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T00:57:07.0603359Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T00:57:07.0605446Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0607058Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T00:57:07.0608703Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T00:57:07.0610383Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T00:57:07.0612017Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T00:57:07.0614204Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T00:57:07.0616159Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T00:57:07.0617752Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0619138Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T00:57:07.0620769Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T00:57:07.0622228Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T00:57:07.0623802Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T00:57:07.0625464Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T00:57:07.0627188Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T00:57:07.0629174Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T00:57:07.0631054Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0632775Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T00:57:07.0634536Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T00:57:07.0636268Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T00:57:07.0638042Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T00:57:07.0640050Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T00:57:07.0641827Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0643448Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T00:57:07.0645512Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T00:57:07.0647566Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T00:57:07.0649493Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T00:57:07.0651372Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0653052Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0654732Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T00:57:07.0656507Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T00:57:07.0658161Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T00:57:07.0659875Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T00:57:07.0661564Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T00:57:07.0663454Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T00:57:07.0665470Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0667158Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0669076Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T00:57:07.0670957Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T00:57:07.0672717Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T00:57:07.0674577Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T00:57:07.0676352Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T00:57:07.0678822Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T00:57:07.0680978Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T00:57:07.0682932Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0684598Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T00:57:07.0686743Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T00:57:07.0688435Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T00:57:07.0690315Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T00:57:07.0691829Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T00:57:07.0694019Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T00:57:07.0696028Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T00:57:07.0697867Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0699655Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T00:57:07.0701565Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T00:57:07.0703193Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T00:57:07.0705404Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T00:57:07.0707274Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T00:57:07.0709314Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0711388Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T00:57:07.0713089Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T00:57:07.0714791Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T00:57:07.0716820Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T00:57:07.0718721Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T00:57:07.0720801Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T00:57:07.0722903Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0725105Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0726600Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T00:57:07.0728579Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T00:57:07.0730384Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0732177Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0734007Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T00:57:07.0735934Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0737809Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0739484Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T00:57:07.0741502Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T00:57:07.0743179Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T00:57:07.0745124Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T00:57:07.0747016Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T00:57:07.0749134Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0750949Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T00:57:07.0752946Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T00:57:07.0754935Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T00:57:07.0756755Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0758483Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T00:57:07.0760369Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T00:57:07.0762775Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T00:57:07.0765438Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0767343Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0769177Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T00:57:07.0771045Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T00:57:07.0772759Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T00:57:07.0774661Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0776354Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T00:57:07.0778313Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T00:57:07.0780243Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T00:57:07.0782238Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T00:57:07.0784662Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T00:57:07.0786826Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T00:57:07.0788978Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0790898Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T00:57:07.0792869Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T00:57:07.0794579Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T00:57:07.0796483Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T00:57:07.0798370Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T00:57:07.0800229Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T00:57:07.0802143Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T00:57:07.0804300Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T00:57:07.0806321Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0808596Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0810086Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0811926Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T00:57:07.0813918Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T00:57:07.0815740Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T00:57:07.0817915Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T00:57:07.0819871Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0821594Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T00:57:07.0823470Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T00:57:07.0825269Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T00:57:07.0827226Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T00:57:07.0829312Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T00:57:07.0831251Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T00:57:07.0833237Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T00:57:07.0835313Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0837032Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T00:57:07.0838899Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T00:57:07.0840706Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T00:57:07.0842592Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T00:57:07.0844641Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T00:57:07.0846847Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T00:57:07.0848618Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T00:57:07.0850718Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0852399Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T00:57:07.0854319Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T00:57:07.0855968Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T00:57:07.0858515Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T00:57:07.0860282Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T00:57:07.0862184Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T00:57:07.0864027Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T00:57:07.0865840Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T00:57:07.0867793Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0869537Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0871250Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T00:57:07.0873027Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T00:57:07.0874757Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T00:57:07.0876579Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T00:57:07.0878279Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T00:57:07.0880134Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T00:57:07.0882014Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0883661Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T00:57:07.0885649Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T00:57:07.0887322Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T00:57:07.0889053Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T00:57:07.0890671Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T00:57:07.0892548Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T00:57:07.0894316Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T00:57:07.0896205Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0897994Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T00:57:07.0899779Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T00:57:07.0901491Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T00:57:07.0903300Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T00:57:07.0905103Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T00:57:07.0907057Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T00:57:07.0908883Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T00:57:07.0910831Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0912466Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T00:57:07.0914226Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T00:57:07.0915914Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T00:57:07.0917681Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T00:57:07.0919375Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T00:57:07.0921301Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T00:57:07.0923115Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T00:57:07.0925365Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0927083Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T00:57:07.0928911Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T00:57:07.0930694Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T00:57:07.0932469Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T00:57:07.0934225Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T00:57:07.0936133Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T00:57:07.0937909Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T00:57:07.0939865Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0941536Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T00:57:07.0943292Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T00:57:07.0945301Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T00:57:07.0947754Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T00:57:07.0949787Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0951412Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T00:57:07.0953281Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T00:57:07.0955143Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0957162Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T00:57:07.0959296Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0961055Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.0962499Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T00:57:07.0964549Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T00:57:07.0966067Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T00:57:07.0967812Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T00:57:07.0970620Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T00:57:07.0972258Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.0973762Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T00:57:07.0975380Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T00:57:07.0977164Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T00:57:07.0978962Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0980435Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T00:57:07.0982105Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T00:57:07.0984120Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T00:57:07.0986168Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.0988296Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T00:57:07.0990696Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T00:57:07.0992926Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T00:57:07.0994531Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T00:57:07.0996200Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T00:57:07.0998376Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T00:57:07.1000585Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T00:57:07.1002928Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1004870Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T00:57:07.1006769Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T00:57:07.1008714Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T00:57:07.1010719Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T00:57:07.1012943Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T00:57:07.1014952Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1016666Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T00:57:07.1018420Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T00:57:07.1020121Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T00:57:07.1022180Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T00:57:07.1024275Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T00:57:07.1026308Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1028378Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T00:57:07.1030276Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T00:57:07.1032033Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T00:57:07.1033769Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T00:57:07.1035487Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T00:57:07.1037317Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T00:57:07.1039363Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T00:57:07.1041401Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T00:57:07.1043205Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T00:57:07.1045171Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T00:57:07.1046954Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T00:57:07.1048695Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T00:57:07.1050376Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1051883Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T00:57:07.1053485Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T00:57:07.1055187Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T00:57:07.1056901Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T00:57:07.1058646Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1060254Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T00:57:07.1061846Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T00:57:07.1063405Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T00:57:07.1065147Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T00:57:07.1066934Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1068651Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T00:57:07.1070214Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T00:57:07.1071745Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T00:57:07.1073348Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T00:57:07.1074916Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T00:57:07.1076699Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T00:57:07.1078561Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T00:57:07.1080222Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T00:57:07.1081975Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1083484Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T00:57:07.1085518Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T00:57:07.1087301Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1088821Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T00:57:07.1090583Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T00:57:07.1092341Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T00:57:07.1094104Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1095984Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1097455Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T00:57:07.1099438Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T00:57:07.1101070Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T00:57:07.1102801Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T00:57:07.1104645Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1106329Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T00:57:07.1107941Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T00:57:07.1109470Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T00:57:07.1111271Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T00:57:07.1112899Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T00:57:07.1114493Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T00:57:07.1116266Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1117868Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T00:57:07.1119473Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T00:57:07.1121052Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T00:57:07.1122656Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T00:57:07.1124419Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T00:57:07.1126120Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T00:57:07.1127769Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T00:57:07.1129504Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T00:57:07.1131348Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1132892Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T00:57:07.1134528Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T00:57:07.1136090Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T00:57:07.1137775Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T00:57:07.1139323Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T00:57:07.1141076Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T00:57:07.1142805Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1144386Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T00:57:07.1145983Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T00:57:07.1147562Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T00:57:07.1149277Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T00:57:07.1150816Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T00:57:07.1152636Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T00:57:07.1154444Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T00:57:07.1156455Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1158101Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1159771Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1161375Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T00:57:07.1163022Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T00:57:07.1164706Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T00:57:07.1166383Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T00:57:07.1168117Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T00:57:07.1170261Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T00:57:07.1172317Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T00:57:07.1174540Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1175803Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T00:57:07.1177561Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T00:57:07.1179437Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T00:57:07.1181234Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1182804Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T00:57:07.1185221Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T00:57:07.1187031Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T00:57:07.1188744Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1190386Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T00:57:07.1192324Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T00:57:07.1194478Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T00:57:07.1196324Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1198132Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1199651Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T00:57:07.1201507Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T00:57:07.1203583Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T00:57:07.1205427Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1207143Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T00:57:07.1209248Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T00:57:07.1210933Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T00:57:07.1212614Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1214202Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T00:57:07.1216086Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T00:57:07.1217672Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T00:57:07.1219327Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T00:57:07.1221014Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T00:57:07.1222608Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T00:57:07.1224314Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T00:57:07.1225906Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T00:57:07.1227726Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1229251Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T00:57:07.1230956Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T00:57:07.1232754Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T00:57:07.1234629Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T00:57:07.1236341Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1237948Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T00:57:07.1239523Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T00:57:07.1241394Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T00:57:07.1243195Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1244973Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T00:57:07.1246774Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T00:57:07.1248583Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T00:57:07.1250344Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T00:57:07.1251992Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T00:57:07.1253734Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T00:57:07.1255405Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T00:57:07.1257178Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1258845Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T00:57:07.1260445Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T00:57:07.1262047Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T00:57:07.1263700Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T00:57:07.1265264Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T00:57:07.1266990Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T00:57:07.1269456Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T00:57:07.1271352Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1272927Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T00:57:07.1274594Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T00:57:07.1276224Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T00:57:07.1277954Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T00:57:07.1279423Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T00:57:07.1281153Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T00:57:07.1282853Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T00:57:07.1284729Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1286376Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T00:57:07.1288040Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T00:57:07.1289631Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T00:57:07.1291261Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T00:57:07.1292804Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T00:57:07.1294552Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T00:57:07.1296238Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T00:57:07.1298015Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1299551Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T00:57:07.1301225Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T00:57:07.1302818Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T00:57:07.1304468Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T00:57:07.1306036Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T00:57:07.1307798Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T00:57:07.1309604Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T00:57:07.1311306Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1312875Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T00:57:07.1314477Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T00:57:07.1316132Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T00:57:07.1317776Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T00:57:07.1319343Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T00:57:07.1321116Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T00:57:07.1322956Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T00:57:07.1325479Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1326812Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1328507Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1330291Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T00:57:07.1332102Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T00:57:07.1333869Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T00:57:07.1335763Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T00:57:07.1337553Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T00:57:07.1339608Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T00:57:07.1341627Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T00:57:07.1343623Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1345493Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1347432Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1349285Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T00:57:07.1351116Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T00:57:07.1352847Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T00:57:07.1354657Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T00:57:07.1356430Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T00:57:07.1358573Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T00:57:07.1360630Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T00:57:07.1362605Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1364633Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1366458Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1368267Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T00:57:07.1370298Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T00:57:07.1372077Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T00:57:07.1373757Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T00:57:07.1375455Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T00:57:07.1377475Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T00:57:07.1379679Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T00:57:07.1381594Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1383455Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1385267Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1387046Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T00:57:07.1388923Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T00:57:07.1390746Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T00:57:07.1392498Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T00:57:07.1394245Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T00:57:07.1396134Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T00:57:07.1397957Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T00:57:07.1399809Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1401360Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T00:57:07.1402955Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T00:57:07.1404595Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T00:57:07.1406391Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1407889Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T00:57:07.1409328Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T00:57:07.1410796Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T00:57:07.1412535Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T00:57:07.1414029Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T00:57:07.1415538Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T00:57:07.1417166Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T00:57:07.1418769Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1419973Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T00:57:07.1421686Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T00:57:07.1423346Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T00:57:07.1425164Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1426781Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T00:57:07.1428546Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T00:57:07.1430319Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T00:57:07.1432183Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1433988Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T00:57:07.1435682Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T00:57:07.1437311Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T00:57:07.1438974Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T00:57:07.1440585Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T00:57:07.1442343Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T00:57:07.1444268Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T00:57:07.1446110Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1447806Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T00:57:07.1449572Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T00:57:07.1451292Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T00:57:07.1453178Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1454837Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T00:57:07.1456647Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T00:57:07.1458250Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T00:57:07.1459972Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1461503Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T00:57:07.1463227Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T00:57:07.1464878Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T00:57:07.1466602Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1468136Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T00:57:07.1470009Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T00:57:07.1472248Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T00:57:07.1474219Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1475183Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T00:57:07.1477007Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T00:57:07.1478770Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T00:57:07.1480359Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1481911Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T00:57:07.1483912Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T00:57:07.1485646Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T00:57:07.1487600Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1489958Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T00:57:07.1491957Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T00:57:07.1494492Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T00:57:07.1496531Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1498757Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1501137Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1503058Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T00:57:07.1505270Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T00:57:07.1507223Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T00:57:07.1509713Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T00:57:07.1511443Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T00:57:07.1514173Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T00:57:07.1516536Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T00:57:07.1518748Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1520884Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1523111Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1525864Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T00:57:07.1528034Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T00:57:07.1530088Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T00:57:07.1532268Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T00:57:07.1534578Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T00:57:07.1536999Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T00:57:07.1539023Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T00:57:07.1541356Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1543120Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T00:57:07.1545559Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T00:57:07.1547521Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T00:57:07.1550154Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1551973Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T00:57:07.1554291Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T00:57:07.1556122Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T00:57:07.1558416Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T00:57:07.1560229Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T00:57:07.1562640Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T00:57:07.1564893Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T00:57:07.1567299Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1569176Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T00:57:07.1571451Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T00:57:07.1573244Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T00:57:07.1575594Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T00:57:07.1577352Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T00:57:07.1579799Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T00:57:07.1581614Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T00:57:07.1584132Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1585897Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T00:57:07.1588276Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T00:57:07.1590279Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T00:57:07.1592488Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T00:57:07.1594441Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T00:57:07.1596693Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T00:57:07.1599044Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T00:57:07.1601317Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1603414Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1605565Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1607101Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T00:57:07.1608607Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T00:57:07.1610314Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T00:57:07.1611660Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T00:57:07.1613311Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T00:57:07.1615019Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T00:57:07.1616855Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T00:57:07.1618635Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1620264Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1621964Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1623402Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T00:57:07.1625086Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T00:57:07.1626711Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T00:57:07.1628401Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T00:57:07.1630111Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T00:57:07.1632045Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T00:57:07.1633611Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T00:57:07.1635253Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1636703Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T00:57:07.1638260Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T00:57:07.1639838Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T00:57:07.1641528Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1643037Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T00:57:07.1644959Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T00:57:07.1646451Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T00:57:07.1648258Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T00:57:07.1649690Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T00:57:07.1651363Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T00:57:07.1652945Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T00:57:07.1654811Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1656505Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T00:57:07.1658106Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T00:57:07.1659814Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T00:57:07.1661562Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1663252Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T00:57:07.1664962Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T00:57:07.1666759Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T00:57:07.1668604Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1670287Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T00:57:07.1672028Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T00:57:07.1673832Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T00:57:07.1675727Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1677389Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T00:57:07.1679019Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T00:57:07.1680693Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T00:57:07.1682384Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T00:57:07.1684185Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T00:57:07.1686925Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T00:57:07.1687862Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T00:57:07.1689916Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1692090Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T00:57:07.1693837Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T00:57:07.1695336Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T00:57:07.1697113Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T00:57:07.1698841Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T00:57:07.1700473Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T00:57:07.1702212Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T00:57:07.1704242Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1705929Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T00:57:07.1707384Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T00:57:07.1709312Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T00:57:07.1711455Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T00:57:07.1712445Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T00:57:07.1714282Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T00:57:07.1715987Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T00:57:07.1717800Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1719528Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T00:57:07.1721063Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T00:57:07.1722619Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T00:57:07.1724635Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T00:57:07.1726202Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T00:57:07.1727920Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T00:57:07.1729601Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T00:57:07.1731482Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1732995Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T00:57:07.1734694Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T00:57:07.1736339Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T00:57:07.1738116Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1739615Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T00:57:07.1741360Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T00:57:07.1743038Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T00:57:07.1744890Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1746398Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T00:57:07.1748070Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T00:57:07.1749691Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T00:57:07.1751300Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T00:57:07.1752919Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T00:57:07.1754713Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T00:57:07.1756421Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T00:57:07.1758196Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1759708Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T00:57:07.1761434Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T00:57:07.1763144Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T00:57:07.1765077Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1766748Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T00:57:07.1768435Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T00:57:07.1770144Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T00:57:07.1771968Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1773640Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T00:57:07.1775461Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T00:57:07.1777341Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T00:57:07.1779441Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1781042Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T00:57:07.1782937Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T00:57:07.1784802Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T00:57:07.1786603Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T00:57:07.1788370Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T00:57:07.1790214Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T00:57:07.1791958Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T00:57:07.1793793Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1795387Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T00:57:07.1797134Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T00:57:07.1798774Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T00:57:07.1800483Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T00:57:07.1802149Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T00:57:07.1804075Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T00:57:07.1806021Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T00:57:07.1807863Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1811059Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1811813Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1814388Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T00:57:07.1816269Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T00:57:07.1818409Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T00:57:07.1820434Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T00:57:07.1822559Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T00:57:07.1825148Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T00:57:07.1827478Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T00:57:07.1830209Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1831868Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1834337Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1836400Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T00:57:07.1838489Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T00:57:07.1840521Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T00:57:07.1842684Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T00:57:07.1845120Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T00:57:07.1847549Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T00:57:07.1849830Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T00:57:07.1852213Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1854206Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1856524Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1858560Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T00:57:07.1860847Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T00:57:07.1862730Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T00:57:07.1865076Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T00:57:07.1867007Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T00:57:07.1869726Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T00:57:07.1872102Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T00:57:07.1874434Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1876538Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1878698Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1880789Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T00:57:07.1883187Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T00:57:07.1885179Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T00:57:07.1887793Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T00:57:07.1890049Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T00:57:07.1892514Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T00:57:07.1894483Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T00:57:07.1896782Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1898549Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T00:57:07.1900905Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T00:57:07.1902916Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T00:57:07.1905113Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1906872Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T00:57:07.1909435Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T00:57:07.1911418Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T00:57:07.1913938Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1915717Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T00:57:07.1918203Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T00:57:07.1920002Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T00:57:07.1922357Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T00:57:07.1924456Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T00:57:07.1926900Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T00:57:07.1929106Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T00:57:07.1931521Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1933570Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1935603Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T00:57:07.1937989Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T00:57:07.1940031Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T00:57:07.1942287Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T00:57:07.1944504Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T00:57:07.1947098Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T00:57:07.1949565Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T00:57:07.1952154Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1954279Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T00:57:07.1956801Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T00:57:07.1959076Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T00:57:07.1961521Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1963469Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1965741Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T00:57:07.1967955Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T00:57:07.1969765Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T00:57:07.1971981Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T00:57:07.1973826Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T00:57:07.1976383Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T00:57:07.1978762Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T00:57:07.1981316Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1983015Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.1984616Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T00:57:07.1986521Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1988315Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.1998527Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T00:57:07.1998699Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T00:57:07.1998947Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T00:57:07.1999185Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T00:57:07.1999410Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T00:57:07.1999701Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.1999924Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T00:57:07.2001883Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2003884Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2005529Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T00:57:07.2007446Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T00:57:07.2009340Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T00:57:07.2011157Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T00:57:07.2012956Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T00:57:07.2015016Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2016748Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T00:57:07.2018602Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T00:57:07.2020298Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T00:57:07.2022118Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T00:57:07.2023874Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T00:57:07.2025823Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T00:57:07.2027742Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T00:57:07.2029717Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2031426Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T00:57:07.2033386Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T00:57:07.2035189Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T00:57:07.2037090Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2038844Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2040700Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T00:57:07.2042558Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2044595Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2046377Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T00:57:07.2048411Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T00:57:07.2050215Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T00:57:07.2052270Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T00:57:07.2054168Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T00:57:07.2056082Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2057797Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T00:57:07.2059593Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T00:57:07.2061372Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T00:57:07.2063374Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T00:57:07.2065194Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T00:57:07.2067144Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2068849Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T00:57:07.2070806Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T00:57:07.2072877Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T00:57:07.2075011Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2076811Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T00:57:07.2078766Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T00:57:07.2080664Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T00:57:07.2082682Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2084651Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2086517Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T00:57:07.2088262Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T00:57:07.2090091Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T00:57:07.2092359Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T00:57:07.2094352Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T00:57:07.2096660Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T00:57:07.2098758Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T00:57:07.2100797Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2102687Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T00:57:07.2104692Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T00:57:07.2106603Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T00:57:07.2108580Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2110305Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T00:57:07.2112167Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T00:57:07.2114121Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T00:57:07.2116080Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2117980Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2119725Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T00:57:07.2121563Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T00:57:07.2123287Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T00:57:07.2125263Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T00:57:07.2127017Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T00:57:07.2129141Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T00:57:07.2131051Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T00:57:07.2133052Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2135080Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T00:57:07.2137269Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T00:57:07.2139368Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T00:57:07.2142035Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2143933Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2145798Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2147687Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T00:57:07.2149606Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T00:57:07.2151324Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T00:57:07.2153165Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T00:57:07.2154990Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T00:57:07.2157111Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T00:57:07.2158907Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T00:57:07.2160845Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2162427Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T00:57:07.2164455Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T00:57:07.2166338Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T00:57:07.2168433Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2170025Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T00:57:07.2171999Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T00:57:07.2173788Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T00:57:07.2175829Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2177382Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T00:57:07.2179332Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T00:57:07.2181184Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T00:57:07.2183185Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2184867Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T00:57:07.2186502Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T00:57:07.2188221Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T00:57:07.2189951Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2191583Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T00:57:07.2193336Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T00:57:07.2195104Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T00:57:07.2196854Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2198403Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T00:57:07.2200258Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2201888Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2203311Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T00:57:07.2205782Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T00:57:07.2207562Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T00:57:07.2209510Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T00:57:07.2211472Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T00:57:07.2213540Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T00:57:07.2215466Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2217198Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T00:57:07.2219139Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T00:57:07.2220996Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T00:57:07.2222895Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T00:57:07.2224690Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T00:57:07.2226629Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T00:57:07.2228636Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T00:57:07.2230610Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2232372Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T00:57:07.2234202Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T00:57:07.2236016Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T00:57:07.2237828Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T00:57:07.2239777Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T00:57:07.2241774Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T00:57:07.2243844Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T00:57:07.2245794Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T00:57:07.2247828Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2249528Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2251305Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2253111Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T00:57:07.2254963Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T00:57:07.2256819Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T00:57:07.2258769Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T00:57:07.2260771Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2262510Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T00:57:07.2264397Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T00:57:07.2266128Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T00:57:07.2268094Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T00:57:07.2270017Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T00:57:07.2272087Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T00:57:07.2274102Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T00:57:07.2276236Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T00:57:07.2278392Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2280127Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T00:57:07.2282170Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T00:57:07.2284380Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T00:57:07.2286417Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2288309Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T00:57:07.2290034Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T00:57:07.2291835Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T00:57:07.2293886Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T00:57:07.2295818Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T00:57:07.2297930Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2299622Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T00:57:07.2301661Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T00:57:07.2303543Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T00:57:07.2305425Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T00:57:07.2307432Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2309261Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2311114Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2312898Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T00:57:07.2314807Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T00:57:07.2316709Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T00:57:07.2318708Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T00:57:07.2320667Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2322464Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T00:57:07.2324551Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T00:57:07.2326326Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T00:57:07.2328209Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T00:57:07.2329993Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T00:57:07.2332003Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T00:57:07.2333874Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T00:57:07.2335763Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2337450Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T00:57:07.2339274Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T00:57:07.2341067Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T00:57:07.2343067Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2344773Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T00:57:07.2346580Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T00:57:07.2348601Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2350337Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T00:57:07.2352213Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T00:57:07.2354104Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2355861Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T00:57:07.2357722Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T00:57:07.2359590Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T00:57:07.2361397Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T00:57:07.2363315Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2365873Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T00:57:07.2367425Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T00:57:07.2369350Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2371145Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T00:57:07.2372814Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T00:57:07.2374682Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T00:57:07.2376643Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T00:57:07.2378719Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T00:57:07.2380828Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T00:57:07.2382851Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2384597Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T00:57:07.2386602Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T00:57:07.2388488Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T00:57:07.2390457Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T00:57:07.2392293Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2394084Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T00:57:07.2395823Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T00:57:07.2397571Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T00:57:07.2399430Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T00:57:07.2401176Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T00:57:07.2402933Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2404963Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T00:57:07.2406514Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T00:57:07.2408376Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T00:57:07.2410155Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T00:57:07.2411963Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2413784Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T00:57:07.2415364Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T00:57:07.2417046Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2418795Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T00:57:07.2431664Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T00:57:07.2432099Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T00:57:07.2432327Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T00:57:07.2432549Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T00:57:07.2432919Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2433206Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T00:57:07.2433391Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T00:57:07.2433795Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T00:57:07.2435650Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T00:57:07.2437495Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T00:57:07.2439286Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T00:57:07.2441548Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T00:57:07.2443350Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T00:57:07.2445597Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2447288Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T00:57:07.2449240Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T00:57:07.2450935Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T00:57:07.2453183Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T00:57:07.2454883Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T00:57:07.2456831Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T00:57:07.2458621Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T00:57:07.2460594Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T00:57:07.2462350Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2464093Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T00:57:07.2465773Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T00:57:07.2467745Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2469418Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T00:57:07.2471186Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T00:57:07.2472841Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T00:57:07.2474722Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T00:57:07.2476511Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T00:57:07.2478352Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2480098Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2481822Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T00:57:07.2483882Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2485848Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2487450Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T00:57:07.2489291Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T00:57:07.2491121Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T00:57:07.2493155Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T00:57:07.2494860Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T00:57:07.2496590Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2498141Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T00:57:07.2499906Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T00:57:07.2501624Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T00:57:07.2503471Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2505095Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T00:57:07.2506893Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T00:57:07.2508893Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T00:57:07.2510811Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2512616Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T00:57:07.2514405Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T00:57:07.2516139Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T00:57:07.2517908Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T00:57:07.2519662Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T00:57:07.2521561Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T00:57:07.2523378Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T00:57:07.2525537Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2527197Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T00:57:07.2528996Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T00:57:07.2530889Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T00:57:07.2532783Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2534535Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T00:57:07.2536315Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T00:57:07.2538120Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T00:57:07.2540045Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T00:57:07.2541806Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T00:57:07.2543585Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T00:57:07.2545360Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T00:57:07.2547240Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T00:57:07.2549381Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T00:57:07.2551180Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2552894Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T00:57:07.2554760Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T00:57:07.2556650Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T00:57:07.2558558Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2560368Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T00:57:07.2562060Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T00:57:07.2564093Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T00:57:07.2566405Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2568235Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T00:57:07.2570677Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T00:57:07.2572571Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T00:57:07.2574579Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T00:57:07.2576396Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T00:57:07.2578221Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T00:57:07.2579981Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T00:57:07.2581964Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T00:57:07.2583952Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T00:57:07.2585895Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2587762Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T00:57:07.2589877Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T00:57:07.2591798Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T00:57:07.2593761Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2595538Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T00:57:07.2597351Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T00:57:07.2599194Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T00:57:07.2601018Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T00:57:07.2602824Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T00:57:07.2604799Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T00:57:07.2606622Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T00:57:07.2608454Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2610116Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T00:57:07.2611935Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T00:57:07.2613737Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T00:57:07.2615613Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2617395Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2619261Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:57:07.2620967Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T00:57:07.2622806Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2624654Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2626341Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T00:57:07.2628241Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T00:57:07.2630037Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T00:57:07.2631973Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T00:57:07.2633805Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T00:57:07.2635732Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2637473Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T00:57:07.2639308Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2640959Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T00:57:07.2642784Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T00:57:07.2644750Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T00:57:07.2646704Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T00:57:07.2648437Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T00:57:07.2650517Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T00:57:07.2652558Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2654390Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2656196Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2658047Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T00:57:07.2659949Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T00:57:07.2661825Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T00:57:07.2663726Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2665624Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2667333Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T00:57:07.2669386Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T00:57:07.2671258Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T00:57:07.2673097Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T00:57:07.2674923Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T00:57:07.2676670Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T00:57:07.2678566Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T00:57:07.2680562Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T00:57:07.2682496Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2684407Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T00:57:07.2686307Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T00:57:07.2688062Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T00:57:07.2689869Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T00:57:07.2691857Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T00:57:07.2693720Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T00:57:07.2695678Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2697419Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T00:57:07.2699237Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T00:57:07.2701024Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T00:57:07.2703408Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T00:57:07.2705407Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T00:57:07.2707387Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2709368Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T00:57:07.2711340Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2713175Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T00:57:07.2714906Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T00:57:07.2717076Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T00:57:07.2719031Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T00:57:07.2720726Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T00:57:07.2722456Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T00:57:07.2724523Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T00:57:07.2726498Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T00:57:07.2728438Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T00:57:07.2730374Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2732350Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T00:57:07.2733964Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T00:57:07.2735830Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T00:57:07.2738086Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2739881Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T00:57:07.2741729Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T00:57:07.2743785Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T00:57:07.2745891Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2747787Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T00:57:07.2749773Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T00:57:07.2751467Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T00:57:07.2753375Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2755044Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T00:57:07.2756927Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.2758726Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2760408Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T00:57:07.2762290Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T00:57:07.2764254Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T00:57:07.2766066Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T00:57:07.2768308Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T00:57:07.2770632Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T00:57:07.2772935Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2774742Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2776667Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2778419Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T00:57:07.2780585Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T00:57:07.2782397Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T00:57:07.2784342Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T00:57:07.2786366Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2788322Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2790110Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T00:57:07.2792026Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T00:57:07.2793786Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T00:57:07.2795690Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T00:57:07.2797495Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T00:57:07.2799618Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T00:57:07.2801880Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T00:57:07.2804446Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T00:57:07.2806820Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2808793Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2810701Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2812491Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T00:57:07.2814396Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T00:57:07.2816261Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T00:57:07.2818166Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T00:57:07.2820231Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2821974Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2823876Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T00:57:07.2825745Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T00:57:07.2827748Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T00:57:07.2829604Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T00:57:07.2831505Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T00:57:07.2833663Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T00:57:07.2836033Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T00:57:07.2838254Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T00:57:07.2840383Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2841964Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2843921Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2845807Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T00:57:07.2847613Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T00:57:07.2849287Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T00:57:07.2851156Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T00:57:07.2853108Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2854784Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2856452Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T00:57:07.2858205Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T00:57:07.2859801Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T00:57:07.2861589Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T00:57:07.2863259Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T00:57:07.2865122Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T00:57:07.2867175Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T00:57:07.2869450Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T00:57:07.2871378Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2873159Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2874893Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2876594Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T00:57:07.2878295Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T00:57:07.2880007Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T00:57:07.2881793Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T00:57:07.2883935Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2885531Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2887260Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T00:57:07.2888971Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T00:57:07.2890590Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T00:57:07.2892304Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T00:57:07.2893985Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T00:57:07.2895803Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T00:57:07.2897974Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T00:57:07.2900206Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T00:57:07.2902442Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2903941Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2905743Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2907373Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T00:57:07.2909343Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T00:57:07.2911131Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T00:57:07.2913131Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T00:57:07.2914842Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2916500Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2918287Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T00:57:07.2920236Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T00:57:07.2922050Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T00:57:07.2924048Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T00:57:07.2926019Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T00:57:07.2928007Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T00:57:07.2930467Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T00:57:07.2932738Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T00:57:07.2935027Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2936804Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2938780Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2940680Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T00:57:07.2942757Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T00:57:07.2944584Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T00:57:07.2946563Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T00:57:07.2948657Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2950494Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2952414Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T00:57:07.2954331Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T00:57:07.2956131Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T00:57:07.2958049Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T00:57:07.2959994Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T00:57:07.2962124Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T00:57:07.2964510Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T00:57:07.2966971Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T00:57:07.2969105Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2970889Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T00:57:07.2972751Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T00:57:07.2975228Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T00:57:07.2977160Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T00:57:07.2979520Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T00:57:07.2981660Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T00:57:07.2984262Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.2986191Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.2988744Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T00:57:07.2990798Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T00:57:07.2993066Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T00:57:07.2995195Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T00:57:07.2997476Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T00:57:07.2999887Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T00:57:07.3002265Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T00:57:07.3004590Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3006872Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T00:57:07.3009048Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T00:57:07.3011002Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T00:57:07.3013009Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T00:57:07.3016162Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3018118Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.3020091Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T00:57:07.3022457Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T00:57:07.3024480Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T00:57:07.3026694Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T00:57:07.3028894Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T00:57:07.3031209Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3033144Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T00:57:07.3035436Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T00:57:07.3037879Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T00:57:07.3040416Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3042565Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T00:57:07.3044990Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T00:57:07.3047273Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T00:57:07.3049612Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3051942Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3054061Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T00:57:07.3056328Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T00:57:07.3058403Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T00:57:07.3061172Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T00:57:07.3063381Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T00:57:07.3066113Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T00:57:07.3068469Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T00:57:07.3070872Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3072935Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T00:57:07.3075040Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T00:57:07.3077226Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T00:57:07.3079501Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T00:57:07.3081658Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T00:57:07.3083616Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T00:57:07.3086073Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T00:57:07.3088196Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T00:57:07.3090653Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3092837Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.3094796Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T00:57:07.3097281Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T00:57:07.3099312Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T00:57:07.3101567Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T00:57:07.3103569Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T00:57:07.3105765Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T00:57:07.3107873Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T00:57:07.3110420Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3112128Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T00:57:07.3114566Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T00:57:07.3116435Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T00:57:07.3118709Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T00:57:07.3120745Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3123060Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.3124897Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T00:57:07.3127597Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T00:57:07.3129580Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T00:57:07.3131603Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T00:57:07.3133676Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T00:57:07.3135543Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T00:57:07.3137744Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T00:57:07.3139847Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3142348Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T00:57:07.3144669Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3146782Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.3148759Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T00:57:07.3151387Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T00:57:07.3153362Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T00:57:07.3155457Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T00:57:07.3157458Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T00:57:07.3159465Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T00:57:07.3161793Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T00:57:07.3164072Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T00:57:07.3166176Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3168099Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T00:57:07.3170386Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T00:57:07.3173100Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T00:57:07.3174611Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3176640Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T00:57:07.3179066Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T00:57:07.3181101Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T00:57:07.3183522Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3185471Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T00:57:07.3187469Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T00:57:07.3189719Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T00:57:07.3192273Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T00:57:07.3194591Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T00:57:07.3196901Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3199129Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:57:07.3201291Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T00:57:07.3203361Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T00:57:07.3205293Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T00:57:07.3207735Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T00:57:07.3209594Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T00:57:07.3212258Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T00:57:07.3214324Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T00:57:07.3216564Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:57:07.3218492Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T00:57:07.3220905Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T00:57:07.3223060Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T00:57:07.3225301Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3227122Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T00:57:07.3229401Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T00:57:07.3231372Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T00:57:07.3233425Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T00:57:07.3235732Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T00:57:07.3238243Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T00:57:07.3240763Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3242823Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T00:57:07.3245526Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:57:07.3247287Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T00:57:07.3249813Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T00:57:07.3251841Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T00:57:07.3254434Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T00:57:07.3259854Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T00:57:07.3263342Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T00:57:07.3268735Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T00:57:07.3271128Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T00:57:07.3274421Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T00:57:07.3277066Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T00:57:07.3279574Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T00:57:07.3281819Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T00:57:07.3284002Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T00:57:07.3286556Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T00:57:07.3290017Z adding 'torch/include/c10/core/Device.h' 2022-11-23T00:57:07.3292354Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T00:57:07.3295849Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T00:57:07.3298992Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T00:57:07.3309582Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T00:57:07.3323383Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T00:57:07.3327436Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T00:57:07.3330428Z adding 'torch/include/c10/core/Event.h' 2022-11-23T00:57:07.3333419Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T00:57:07.3335772Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T00:57:07.3338495Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T00:57:07.3340860Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T00:57:07.3344777Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T00:57:07.3347131Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T00:57:07.3349998Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T00:57:07.3352335Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T00:57:07.3354571Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T00:57:07.3357097Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T00:57:07.3360972Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T00:57:07.3366685Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T00:57:07.3369404Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T00:57:07.3372206Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T00:57:07.3375765Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T00:57:07.3379670Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T00:57:07.3383042Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T00:57:07.3385632Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T00:57:07.3389812Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T00:57:07.3392500Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T00:57:07.3394934Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T00:57:07.3434704Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T00:57:07.3445484Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T00:57:07.3448358Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T00:57:07.3450521Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T00:57:07.3452591Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T00:57:07.3455561Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T00:57:07.3461173Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T00:57:07.3463653Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T00:57:07.3465961Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T00:57:07.3468704Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T00:57:07.3474042Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T00:57:07.3477005Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T00:57:07.3481050Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T00:57:07.3484720Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T00:57:07.3489075Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T00:57:07.3491467Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T00:57:07.3494823Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T00:57:07.3497126Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T00:57:07.3499622Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T00:57:07.3501479Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T00:57:07.3504383Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T00:57:07.3508456Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T00:57:07.3511554Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T00:57:07.3514316Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T00:57:07.3516956Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T00:57:07.3520855Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T00:57:07.3523460Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T00:57:07.3526157Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T00:57:07.3528227Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T00:57:07.3532544Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T00:57:07.3536441Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T00:57:07.3538357Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T00:57:07.3541969Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T00:57:07.3548161Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T00:57:07.3550829Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T00:57:07.3554745Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T00:57:07.3558739Z adding 'torch/include/c10/util/Array.h' 2022-11-23T00:57:07.3562908Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T00:57:07.3566398Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T00:57:07.3569605Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T00:57:07.3572110Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T00:57:07.3574142Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T00:57:07.3576679Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T00:57:07.3581300Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T00:57:07.3584047Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T00:57:07.3587758Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T00:57:07.3590438Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T00:57:07.3593035Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T00:57:07.3594976Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T00:57:07.3602830Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T00:57:07.3606634Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T00:57:07.3609002Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T00:57:07.3612805Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T00:57:07.3615434Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T00:57:07.3618693Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T00:57:07.3625302Z adding 'torch/include/c10/util/Half.h' 2022-11-23T00:57:07.3628461Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T00:57:07.3631772Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T00:57:07.3634126Z adding 'torch/include/c10/util/Load.h' 2022-11-23T00:57:07.3638073Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T00:57:07.3640810Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T00:57:07.3644107Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T00:57:07.3649245Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T00:57:07.3657650Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T00:57:07.3661544Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T00:57:07.3665596Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T00:57:07.3668214Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T00:57:07.3670379Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T00:57:07.3684826Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T00:57:07.3689204Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T00:57:07.3691401Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T00:57:07.3694284Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T00:57:07.3696853Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T00:57:07.3698862Z adding 'torch/include/c10/util/Type.h' 2022-11-23T00:57:07.3701631Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T00:57:07.3704662Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T00:57:07.3709761Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T00:57:07.3712917Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T00:57:07.3715774Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T00:57:07.3717443Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T00:57:07.3719809Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T00:57:07.3722368Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T00:57:07.3724680Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T00:57:07.3729677Z adding 'torch/include/c10/util/complex.h' 2022-11-23T00:57:07.3732491Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T00:57:07.3734442Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T00:57:07.3736132Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T00:57:07.3738667Z adding 'torch/include/c10/util/either.h' 2022-11-23T00:57:07.3740514Z adding 'torch/include/c10/util/env.h' 2022-11-23T00:57:07.3752729Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T00:57:07.3757889Z adding 'torch/include/c10/util/hash.h' 2022-11-23T00:57:07.3759759Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T00:57:07.3763655Z adding 'torch/include/c10/util/int128.h' 2022-11-23T00:57:07.3773699Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T00:57:07.3776633Z adding 'torch/include/c10/util/irange.h' 2022-11-23T00:57:07.3784314Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T00:57:07.3787214Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T00:57:07.3790571Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T00:57:07.3793122Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T00:57:07.3795014Z adding 'torch/include/c10/util/numa.h' 2022-11-23T00:57:07.3809451Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T00:57:07.3812554Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T00:57:07.3813914Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T00:57:07.3815580Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T00:57:07.3817099Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T00:57:07.3818733Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T00:57:07.3820236Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T00:57:07.3821882Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T00:57:07.3824671Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T00:57:07.3826933Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T00:57:07.3829302Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T00:57:07.3836184Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T00:57:07.3838709Z adding 'torch/include/c10/util/strides.h' 2022-11-23T00:57:07.3840935Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T00:57:07.3846460Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T00:57:07.3853977Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T00:57:07.3857651Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T00:57:07.3859412Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T00:57:07.3866143Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T00:57:07.3886903Z adding 'torch/include/c10/util/variant.h' 2022-11-23T00:57:07.3890866Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T00:57:07.3923664Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T00:57:07.3927500Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T00:57:07.3929190Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T00:57:07.3932201Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T00:57:07.3934163Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T00:57:07.3935799Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T00:57:07.3938814Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T00:57:07.3945879Z adding 'torch/include/pybind11/attr.h' 2022-11-23T00:57:07.3949446Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T00:57:07.3968220Z adding 'torch/include/pybind11/cast.h' 2022-11-23T00:57:07.3972970Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T00:57:07.3974652Z adding 'torch/include/pybind11/common.h' 2022-11-23T00:57:07.3976665Z adding 'torch/include/pybind11/complex.h' 2022-11-23T00:57:07.3985559Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T00:57:07.3990556Z adding 'torch/include/pybind11/embed.h' 2022-11-23T00:57:07.3993239Z adding 'torch/include/pybind11/eval.h' 2022-11-23T00:57:07.3995949Z adding 'torch/include/pybind11/functional.h' 2022-11-23T00:57:07.3999064Z adding 'torch/include/pybind11/gil.h' 2022-11-23T00:57:07.4002738Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T00:57:07.4024831Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T00:57:07.4029745Z adding 'torch/include/pybind11/operators.h' 2022-11-23T00:57:07.4031954Z adding 'torch/include/pybind11/options.h' 2022-11-23T00:57:07.4067160Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T00:57:07.4094203Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T00:57:07.4100584Z adding 'torch/include/pybind11/stl.h' 2022-11-23T00:57:07.4107727Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T00:57:07.4116966Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T00:57:07.4132000Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T00:57:07.4135779Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T00:57:07.4140961Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T00:57:07.4148450Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T00:57:07.4161594Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T00:57:07.4164721Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T00:57:07.4171020Z adding 'torch/include/torch/custom_class.h' 2022-11-23T00:57:07.4174694Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T00:57:07.4176339Z adding 'torch/include/torch/extension.h' 2022-11-23T00:57:07.4187847Z adding 'torch/include/torch/library.h' 2022-11-23T00:57:07.4190478Z adding 'torch/include/torch/script.h' 2022-11-23T00:57:07.4193381Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T00:57:07.4195027Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T00:57:07.4196895Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T00:57:07.4198248Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T00:57:07.4200047Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T00:57:07.4204764Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T00:57:07.4206536Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T00:57:07.4208168Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T00:57:07.4209840Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T00:57:07.4211495Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T00:57:07.4213042Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T00:57:07.4214627Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T00:57:07.4216344Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T00:57:07.4217947Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T00:57:07.4219700Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T00:57:07.4221334Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T00:57:07.4222957Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T00:57:07.4224406Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T00:57:07.4226126Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T00:57:07.4227951Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T00:57:07.4229907Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T00:57:07.4231212Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T00:57:07.4232907Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T00:57:07.4234400Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T00:57:07.4235992Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T00:57:07.4237426Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T00:57:07.4239012Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T00:57:07.4241704Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T00:57:07.4244355Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T00:57:07.4246066Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T00:57:07.4247659Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T00:57:07.4249244Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T00:57:07.4250647Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T00:57:07.4253127Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T00:57:07.4255827Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T00:57:07.4258577Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T00:57:07.4260733Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T00:57:07.4262332Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T00:57:07.4267055Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T00:57:07.4269841Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T00:57:07.4271393Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T00:57:07.4272917Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T00:57:07.4277177Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T00:57:07.4280720Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T00:57:07.4283330Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T00:57:07.4284910Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T00:57:07.4289770Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T00:57:07.4292215Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T00:57:07.4294280Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T00:57:07.4296307Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T00:57:07.4297962Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T00:57:07.4300098Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T00:57:07.4302015Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T00:57:07.4303520Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T00:57:07.4305133Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T00:57:07.4307491Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T00:57:07.4309172Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T00:57:07.4310817Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T00:57:07.4312322Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T00:57:07.4316030Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T00:57:07.4318341Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T00:57:07.4320535Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T00:57:07.4322986Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T00:57:07.4329543Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T00:57:07.4332282Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T00:57:07.4334148Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T00:57:07.4336329Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T00:57:07.4338281Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T00:57:07.4340143Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T00:57:07.4342632Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T00:57:07.4344632Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T00:57:07.4347071Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T00:57:07.4349189Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T00:57:07.4350774Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T00:57:07.4352918Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T00:57:07.4354830Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T00:57:07.4356481Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T00:57:07.4358190Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T00:57:07.4360027Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T00:57:07.4362124Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T00:57:07.4364054Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T00:57:07.4365852Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T00:57:07.4367589Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T00:57:07.4369492Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T00:57:07.4374129Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T00:57:07.4376383Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T00:57:07.4379087Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T00:57:07.4380665Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T00:57:07.4382855Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T00:57:07.4389707Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T00:57:07.4392019Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T00:57:07.4393486Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T00:57:07.4395509Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T00:57:07.4398437Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T00:57:07.4400150Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T00:57:07.4406004Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T00:57:07.4408687Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T00:57:07.4410887Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T00:57:07.4413115Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T00:57:07.4415302Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T00:57:07.4418192Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T00:57:07.4420202Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T00:57:07.4422211Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T00:57:07.4423801Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T00:57:07.4429009Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T00:57:07.4432155Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T00:57:07.4434239Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T00:57:07.4436065Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T00:57:07.4440834Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T00:57:07.4444747Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T00:57:07.4447406Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T00:57:07.4449522Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T00:57:07.4454002Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T00:57:07.4457126Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T00:57:07.4459805Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T00:57:07.4462116Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T00:57:07.4465899Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T00:57:07.4468287Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T00:57:07.4470777Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T00:57:07.4473450Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T00:57:07.4475646Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T00:57:07.4478398Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T00:57:07.4480959Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T00:57:07.4486874Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T00:57:07.4490433Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T00:57:07.4493145Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T00:57:07.4495587Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T00:57:07.4500018Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T00:57:07.4503913Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T00:57:07.4506866Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T00:57:07.4509466Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T00:57:07.4512156Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T00:57:07.4514199Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T00:57:07.4516026Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T00:57:07.4520714Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T00:57:07.4523587Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T00:57:07.4526122Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T00:57:07.4528687Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T00:57:07.4531784Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T00:57:07.4535201Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T00:57:07.4545206Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T00:57:07.4547886Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T00:57:07.4550548Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T00:57:07.4555119Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T00:57:07.4559709Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T00:57:07.4562050Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T00:57:07.4564028Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T00:57:07.4566928Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T00:57:07.4569337Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T00:57:07.4571241Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T00:57:07.4573860Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T00:57:07.4576205Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T00:57:07.4578064Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T00:57:07.4580028Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T00:57:07.4584578Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T00:57:07.4587551Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T00:57:07.4590086Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T00:57:07.4592040Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T00:57:07.4595396Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T00:57:07.4598285Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T00:57:07.4600379Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T00:57:07.4602308Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T00:57:07.4604325Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T00:57:07.4606587Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T00:57:07.4608495Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T00:57:07.4612707Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T00:57:07.4615581Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T00:57:07.4617758Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T00:57:07.4621872Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T00:57:07.4624649Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T00:57:07.4626841Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T00:57:07.4629097Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T00:57:07.4631521Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T00:57:07.4634283Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T00:57:07.4636494Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T00:57:07.4640067Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T00:57:07.4642349Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T00:57:07.4644643Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T00:57:07.4646449Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T00:57:07.4648139Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T00:57:07.4650348Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T00:57:07.4652421Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T00:57:07.4654022Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T00:57:07.4660827Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T00:57:07.4663045Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T00:57:07.4668011Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T00:57:07.4670318Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T00:57:07.4672939Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T00:57:07.4674667Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T00:57:07.4676298Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T00:57:07.4680914Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T00:57:07.4683174Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T00:57:07.4687065Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T00:57:07.4690956Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T00:57:07.4700037Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T00:57:07.4702969Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T00:57:07.4703713Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T00:57:07.4707161Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T00:57:07.4709617Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T00:57:07.4711986Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T00:57:07.4714357Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T00:57:07.4715881Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T00:57:07.4718609Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T00:57:07.4723146Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T00:57:07.4725465Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T00:57:07.4726915Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T00:57:07.4728437Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T00:57:07.4730684Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T00:57:07.4732700Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T00:57:07.4734306Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T00:57:07.4735904Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T00:57:07.4738164Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T00:57:07.4740077Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T00:57:07.4741648Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T00:57:07.4743432Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T00:57:07.4744749Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T00:57:07.4746266Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T00:57:07.4747732Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T00:57:07.4749532Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T00:57:07.4751161Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T00:57:07.4752775Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T00:57:07.4754264Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T00:57:07.4756520Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T00:57:07.4758335Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T00:57:07.4759940Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T00:57:07.4762260Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T00:57:07.4764165Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T00:57:07.4765623Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T00:57:07.4775881Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T00:57:07.4781210Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T00:57:07.4783507Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T00:57:07.4785241Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T00:57:07.4786759Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T00:57:07.4789175Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T00:57:07.4791645Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T00:57:07.4815082Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T00:57:07.4822297Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T00:57:07.4823955Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T00:57:07.4829038Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T00:57:07.4832114Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T00:57:07.4834172Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T00:57:07.4835993Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T00:57:07.4837722Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T00:57:07.4839335Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T00:57:07.4841396Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T00:57:07.4843439Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T00:57:07.4845293Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T00:57:07.4846871Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T00:57:07.4848297Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T00:57:07.4849961Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T00:57:07.4851538Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T00:57:07.4853164Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T00:57:07.4855335Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T00:57:07.4857021Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T00:57:07.4858541Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T00:57:07.4862167Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T00:57:07.4864221Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T00:57:07.4865943Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T00:57:07.4867636Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T00:57:07.4870735Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T00:57:07.4872882Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T00:57:07.4875299Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T00:57:07.4877174Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T00:57:07.4880401Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T00:57:07.4885097Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T00:57:07.4888486Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T00:57:07.4896720Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T00:57:07.4899502Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T00:57:07.4902983Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T00:57:07.4905577Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T00:57:07.4907850Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T00:57:07.4910022Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T00:57:07.4912245Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T00:57:07.4915187Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T00:57:07.4917760Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T00:57:07.4919561Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T00:57:07.4921487Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T00:57:07.4924207Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T00:57:07.4926085Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T00:57:07.4931428Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T00:57:07.4933740Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T00:57:07.4936258Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T00:57:07.4937876Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T00:57:07.4940123Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T00:57:07.4941850Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T00:57:07.4943673Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T00:57:07.4945284Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T00:57:07.4946929Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T00:57:07.4949813Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T00:57:07.4951715Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T00:57:07.4953546Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T00:57:07.4961521Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T00:57:07.4964637Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T00:57:07.4967043Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T00:57:07.4969377Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T00:57:07.4972260Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T00:57:07.4975392Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T00:57:07.4977894Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T00:57:07.4980120Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T00:57:07.4982036Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T00:57:07.4984033Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T00:57:07.4986058Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T00:57:07.4988877Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T00:57:07.4991015Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T00:57:07.4993069Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T00:57:07.4995373Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T00:57:07.4997146Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T00:57:07.5002032Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T00:57:07.5004600Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T00:57:07.5010182Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T00:57:07.5016305Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T00:57:07.5019037Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T00:57:07.5021113Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T00:57:07.5023051Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T00:57:07.5024665Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T00:57:07.5030362Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T00:57:07.5033300Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T00:57:07.5035314Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T00:57:07.5037133Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T00:57:07.5038998Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T00:57:07.5040766Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T00:57:07.5043104Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T00:57:07.5046171Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T00:57:07.5048007Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T00:57:07.5049646Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T00:57:07.5053972Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T00:57:07.5057098Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T00:57:07.5059229Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T00:57:07.5066009Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T00:57:07.5069365Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T00:57:07.5071996Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T00:57:07.5075113Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T00:57:07.5077306Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T00:57:07.5079068Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T00:57:07.5081031Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T00:57:07.5082589Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T00:57:07.5084376Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T00:57:07.5085863Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T00:57:07.5087330Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T00:57:07.5094467Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T00:57:07.5096852Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T00:57:07.5098572Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T00:57:07.5102378Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T00:57:07.5106811Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T00:57:07.5110452Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T00:57:07.5113926Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T00:57:07.5117228Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T00:57:07.5121234Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T00:57:07.5125656Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T00:57:07.5129524Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T00:57:07.5131963Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T00:57:07.5135515Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T00:57:07.5137669Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T00:57:07.5141474Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T00:57:07.5148526Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T00:57:07.5150879Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T00:57:07.5155799Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T00:57:07.5158258Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T00:57:07.5160421Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T00:57:07.5162433Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T00:57:07.5164313Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T00:57:07.5169230Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T00:57:07.5171899Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T00:57:07.5174084Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T00:57:07.5176720Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T00:57:07.5179001Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T00:57:07.5185442Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T00:57:07.5200983Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T00:57:07.5204688Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T00:57:07.5206324Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T00:57:07.5209921Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T00:57:07.5214317Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T00:57:07.5218968Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T00:57:07.5224778Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T00:57:07.5227223Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T00:57:07.5233166Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T00:57:07.5236102Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T00:57:07.5239194Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T00:57:07.5241326Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T00:57:07.5242957Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T00:57:07.5244949Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T00:57:07.5246800Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T00:57:07.5250388Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T00:57:07.5252179Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T00:57:07.5253797Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T00:57:07.5255106Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T00:57:07.5257640Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T00:57:07.5260971Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T00:57:07.5263672Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T00:57:07.5265541Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T00:57:07.5267222Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T00:57:07.5269307Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T00:57:07.5271197Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T00:57:07.5273186Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T00:57:07.5274785Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T00:57:07.5276580Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T00:57:07.5278201Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T00:57:07.5281466Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T00:57:07.5283464Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T00:57:07.5286367Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T00:57:07.5288446Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T00:57:07.5290263Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T00:57:07.5292359Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T00:57:07.5296272Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T00:57:07.5298657Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T00:57:07.5300335Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T00:57:07.5302003Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T00:57:07.5305574Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T00:57:07.5308852Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T00:57:07.5310676Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T00:57:07.5312750Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T00:57:07.5314763Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T00:57:07.5317534Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T00:57:07.5319546Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T00:57:07.5321188Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T00:57:07.5322747Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T00:57:07.5325515Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T00:57:07.5330638Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T00:57:07.5335257Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T00:57:07.5338346Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T00:57:07.5340195Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T00:57:07.5342496Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T00:57:07.5346634Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T00:57:07.5348624Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T00:57:07.5350485Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T00:57:07.5353246Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T00:57:07.5355041Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T00:57:07.5357156Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T00:57:07.5358672Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T00:57:07.5360405Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T00:57:07.5362363Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T00:57:07.5364607Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T00:57:07.5368348Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T00:57:07.5370385Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T00:57:07.5371955Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T00:57:07.5373636Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T00:57:07.5376690Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T00:57:07.5378665Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T00:57:07.5382177Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T00:57:07.5384620Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T00:57:07.5386578Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T00:57:07.5388263Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T00:57:07.5391368Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T00:57:07.5393534Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T00:57:07.5396613Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T00:57:07.5399568Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T00:57:07.5402187Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T00:57:07.5409775Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T00:57:07.5412315Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T00:57:07.5414392Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T00:57:07.5415890Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T00:57:07.5419476Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T00:57:07.5421668Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T00:57:07.5423160Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T00:57:07.5424833Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T00:57:07.5426240Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T00:57:07.5427846Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T00:57:07.5429259Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T00:57:07.5430828Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T00:57:07.5436745Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T00:57:07.5439057Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T00:57:07.5440743Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T00:57:07.5442733Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T00:57:07.5444472Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T00:57:07.5445835Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T00:57:07.5447726Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T00:57:07.5449857Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T00:57:07.5451548Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T00:57:07.5453451Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T00:57:07.5457417Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T00:57:07.5459510Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T00:57:07.5461108Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T00:57:07.5468395Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T00:57:07.5472910Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T00:57:07.5476395Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T00:57:07.5484698Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T00:57:07.5487413Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T00:57:07.5492130Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T00:57:07.5494734Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T00:57:07.5496728Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T00:57:07.5499500Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T00:57:07.5516684Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T00:57:07.5520576Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T00:57:07.5522581Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T00:57:07.5524675Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T00:57:07.5526446Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T00:57:07.5529319Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T00:57:07.5531875Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T00:57:07.5533568Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T00:57:07.5535867Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T00:57:07.5537826Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T00:57:07.5540776Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T00:57:07.5543414Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T00:57:07.5545275Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T00:57:07.5547479Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T00:57:07.5549943Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T00:57:07.5551788Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T00:57:07.5553540Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T00:57:07.5555233Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T00:57:07.5556929Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T00:57:07.5559731Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T00:57:07.5562249Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T00:57:07.5564390Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T00:57:07.5566127Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T00:57:07.5568001Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T00:57:07.5570467Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T00:57:07.5572369Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T00:57:07.5574282Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T00:57:07.5576286Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T00:57:07.5578220Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T00:57:07.5580113Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T00:57:07.5582875Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T00:57:07.5584467Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T00:57:07.5586109Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T00:57:07.5588042Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T00:57:07.5589699Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T00:57:07.5591426Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T00:57:07.5593014Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T00:57:07.5594598Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T00:57:07.5596210Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T00:57:07.5598108Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T00:57:07.5599748Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T00:57:07.5601427Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T00:57:07.5603087Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T00:57:07.5605135Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T00:57:07.5606835Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T00:57:07.5608472Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T00:57:07.5610265Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T00:57:07.5612172Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T00:57:07.5613795Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T00:57:07.5615494Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T00:57:07.5617190Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T00:57:07.5618841Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T00:57:07.5620659Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T00:57:07.5622646Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T00:57:07.5624474Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T00:57:07.5626337Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T00:57:07.5628123Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T00:57:07.5629959Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T00:57:07.5631635Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T00:57:07.5633321Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T00:57:07.5635036Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T00:57:07.5636710Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T00:57:07.5638432Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T00:57:07.5640049Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T00:57:07.5641902Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T00:57:07.5644012Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T00:57:07.5645941Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T00:57:07.5647525Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T00:57:07.5649163Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T00:57:07.5650899Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T00:57:07.5652474Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T00:57:07.5654060Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T00:57:07.5655599Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T00:57:07.5657257Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T00:57:07.5658868Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T00:57:07.5660422Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T00:57:07.5662135Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T00:57:07.5663988Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T00:57:07.5665611Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T00:57:07.5667430Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T00:57:07.5669257Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T00:57:07.5671009Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T00:57:07.5672719Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T00:57:07.5674365Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T00:57:07.5675993Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T00:57:07.5677915Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T00:57:07.5679652Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T00:57:07.5682406Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T00:57:07.5684379Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T00:57:07.5686147Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T00:57:07.5687947Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T00:57:07.5689964Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T00:57:07.5691676Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T00:57:07.5693260Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T00:57:07.5694964Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T00:57:07.5696530Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T00:57:07.5698458Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T00:57:07.5700041Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T00:57:07.5701929Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T00:57:07.5703893Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T00:57:07.5705628Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T00:57:07.5707762Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T00:57:07.5709112Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T00:57:07.5710887Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T00:57:07.5712678Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T00:57:07.5714501Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T00:57:07.5716846Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T00:57:07.5718934Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T00:57:07.5720872Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T00:57:07.5722989Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T00:57:07.5725353Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T00:57:07.5727246Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T00:57:07.5729213Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T00:57:07.5730970Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T00:57:07.5732649Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T00:57:07.5734305Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T00:57:07.5736485Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T00:57:07.5738625Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T00:57:07.5740342Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T00:57:07.5743114Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T00:57:07.5745330Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T00:57:07.5748190Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T00:57:07.5756453Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T00:57:07.5759398Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T00:57:07.5761146Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T00:57:07.5763174Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T00:57:07.5766325Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T00:57:07.5768221Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T00:57:07.5769910Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T00:57:07.5771846Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T00:57:07.5773889Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T00:57:07.5775683Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T00:57:07.5778582Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T00:57:07.5789687Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T00:57:07.5792994Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T00:57:07.5794830Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T00:57:07.5797031Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T00:57:07.5799097Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T00:57:07.5801460Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T00:57:07.5804406Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T00:57:07.5808002Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T00:57:07.5810142Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T00:57:07.5811803Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T00:57:07.5813424Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T00:57:07.5814923Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T00:57:07.5820597Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T00:57:07.5823583Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T00:57:07.5825765Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T00:57:07.5827701Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T00:57:07.5829567Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T00:57:07.5831233Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T00:57:07.5832885Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T00:57:07.5835402Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T00:57:07.5837903Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T00:57:07.5840702Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T00:57:07.5843552Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T00:57:07.5846533Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T00:57:07.5848503Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T00:57:07.5850151Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T00:57:07.5852246Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T00:57:07.5856045Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T00:57:07.5857990Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T00:57:07.5859639Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T00:57:07.5861767Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T00:57:07.5865236Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T00:57:07.5872851Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T00:57:07.5876069Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T00:57:07.5877864Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T00:57:07.5879545Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T00:57:07.5881245Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T00:57:07.5882990Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T00:57:07.5884776Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T00:57:07.5886967Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T00:57:07.5888702Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T00:57:07.5890503Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T00:57:07.5892242Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T00:57:07.5894789Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T00:57:07.5898572Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T00:57:07.5900774Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T00:57:07.5903070Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T00:57:07.5904886Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T00:57:07.5907048Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T00:57:07.5908986Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T00:57:07.5910623Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T00:57:07.5912256Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T00:57:07.5913937Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T00:57:07.5915574Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T00:57:07.5917685Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T00:57:07.5933964Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T00:57:07.5937806Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T00:57:07.5940034Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T00:57:07.5944110Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T00:57:07.5946429Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T00:57:07.5948618Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T00:57:07.5950367Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T00:57:07.5952262Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T00:57:07.5954057Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T00:57:07.5957238Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T00:57:07.5961059Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T00:57:07.5963683Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T00:57:07.5965946Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T00:57:07.5968517Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T00:57:07.5971600Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T00:57:07.5973882Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T00:57:07.5975661Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T00:57:07.5978838Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T00:57:07.5981173Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T00:57:07.5984684Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T00:57:07.5987001Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T00:57:07.5991273Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T00:57:07.5993831Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T00:57:07.5995642Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T00:57:07.5997802Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T00:57:07.5999989Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T00:57:07.6002617Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T00:57:07.6005453Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T00:57:07.6008555Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T00:57:07.6010501Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T00:57:07.6016166Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T00:57:07.6018646Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T00:57:07.6020583Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T00:57:07.6022865Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T00:57:07.6027305Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T00:57:07.6029759Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T00:57:07.6031695Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T00:57:07.6036249Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T00:57:07.6038912Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T00:57:07.6040990Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T00:57:07.6048121Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T00:57:07.6050510Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T00:57:07.6052329Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T00:57:07.6056694Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T00:57:07.6060098Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T00:57:07.6064762Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T00:57:07.6071239Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T00:57:07.6074835Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T00:57:07.6076824Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T00:57:07.6079269Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T00:57:07.6081217Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T00:57:07.6083216Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T00:57:07.6085801Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T00:57:07.6087547Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T00:57:07.6089557Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T00:57:07.6091230Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T00:57:07.6092858Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T00:57:07.6094611Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T00:57:07.6096640Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T00:57:07.6098388Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T00:57:07.6100029Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T00:57:07.6102332Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T00:57:07.6104035Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T00:57:07.6106323Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T00:57:07.6108547Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T00:57:07.6111201Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T00:57:07.6113562Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T00:57:07.6116356Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T00:57:07.6118210Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T00:57:07.6120112Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T00:57:07.6122037Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T00:57:07.6125038Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T00:57:07.6127321Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T00:57:07.6130695Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T00:57:07.6133285Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T00:57:07.6135137Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T00:57:07.6136972Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T00:57:07.6138879Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T00:57:07.6142193Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T00:57:07.6145554Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T00:57:07.6147857Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T00:57:07.6149862Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T00:57:07.6151939Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T00:57:07.6155244Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T00:57:07.6159137Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T00:57:07.6161319Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T00:57:07.6163542Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T00:57:07.6165392Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T00:57:07.6167438Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T00:57:07.6169322Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T00:57:07.6171555Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T00:57:07.6173655Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T00:57:07.6175540Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T00:57:07.6177245Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T00:57:07.6179198Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T00:57:07.6181220Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T00:57:07.6183237Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T00:57:07.6184960Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T00:57:07.6186632Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T00:57:07.6188512Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T00:57:07.6190314Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T00:57:07.6192850Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T00:57:07.6195237Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T00:57:07.6197075Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T00:57:07.6198854Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T00:57:07.6200541Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T00:57:07.6202509Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T00:57:07.6207791Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T00:57:07.6211096Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T00:57:07.6213664Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T00:57:07.6215579Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T00:57:07.6217900Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T00:57:07.6219815Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T00:57:07.6221967Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T00:57:07.6225054Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T00:57:07.6227903Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T00:57:07.6230126Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T00:57:07.6232199Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T00:57:07.6234263Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T00:57:07.6236719Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T00:57:07.6238566Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T00:57:07.6240216Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T00:57:07.6241712Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T00:57:07.6243397Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T00:57:07.6245541Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T00:57:07.6247108Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T00:57:07.6248712Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T00:57:07.6250464Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T00:57:07.6252173Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T00:57:07.6253827Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T00:57:07.6255681Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T00:57:07.6257403Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T00:57:07.6260715Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T00:57:07.6262770Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T00:57:07.6272563Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T00:57:07.6275807Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T00:57:07.6277613Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T00:57:07.6280033Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T00:57:07.6282409Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T00:57:07.6285121Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T00:57:07.6286813Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T00:57:07.6289088Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T00:57:07.6290981Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T00:57:07.6292724Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T00:57:07.6294982Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T00:57:07.6296961Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T00:57:07.6298582Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T00:57:07.6300183Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T00:57:07.6301822Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T00:57:07.6304059Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T00:57:07.6305657Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T00:57:07.6307244Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T00:57:07.6308857Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T00:57:07.6310840Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T00:57:07.6312739Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T00:57:07.6314272Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T00:57:07.6315982Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T00:57:07.6318789Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T00:57:07.6322000Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T00:57:07.6324376Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T00:57:07.6326741Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T00:57:07.6330850Z adding 'torch/jit/__init__.py' 2022-11-23T00:57:07.6333641Z adding 'torch/jit/_async.py' 2022-11-23T00:57:07.6336538Z adding 'torch/jit/_builtins.py' 2022-11-23T00:57:07.6340131Z adding 'torch/jit/_check.py' 2022-11-23T00:57:07.6343360Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T00:57:07.6346261Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T00:57:07.6348853Z adding 'torch/jit/_decompositions.py' 2022-11-23T00:57:07.6352565Z adding 'torch/jit/_freeze.py' 2022-11-23T00:57:07.6355697Z adding 'torch/jit/_fuser.py' 2022-11-23T00:57:07.6357617Z adding 'torch/jit/_ir_utils.py' 2022-11-23T00:57:07.6359323Z adding 'torch/jit/_logging.py' 2022-11-23T00:57:07.6362466Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T00:57:07.6364628Z adding 'torch/jit/_pickle.py' 2022-11-23T00:57:07.6377334Z adding 'torch/jit/_recursive.py' 2022-11-23T00:57:07.6397514Z adding 'torch/jit/_script.py' 2022-11-23T00:57:07.6402491Z adding 'torch/jit/_serialization.py' 2022-11-23T00:57:07.6413831Z adding 'torch/jit/_shape_functions.py' 2022-11-23T00:57:07.6417213Z adding 'torch/jit/_state.py' 2022-11-23T00:57:07.6431980Z adding 'torch/jit/_trace.py' 2022-11-23T00:57:07.6438887Z adding 'torch/jit/annotations.py' 2022-11-23T00:57:07.6451721Z adding 'torch/jit/frontend.py' 2022-11-23T00:57:07.6454607Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T00:57:07.6459843Z adding 'torch/jit/quantized.py' 2022-11-23T00:57:07.6464497Z adding 'torch/jit/supported_ops.py' 2022-11-23T00:57:07.6466783Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T00:57:07.6468523Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T00:57:07.6470561Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T00:57:07.6473658Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T00:57:07.6688120Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T00:57:07.7153526Z adding 'torch/lib/libc10.so' 2022-11-23T00:57:07.7357086Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T00:57:07.7383883Z adding 'torch/lib/libshm.so' 2022-11-23T00:57:07.7389200Z adding 'torch/lib/libtorch.so' 2022-11-23T00:57:18.1800438Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T00:57:18.7762028Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T00:57:20.1190845Z adding 'torch/lib/libtorch_python.so' 2022-11-23T00:57:20.2270507Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T00:57:20.2322425Z adding 'torch/linalg/__init__.py' 2022-11-23T00:57:20.2328318Z adding 'torch/masked/__init__.py' 2022-11-23T00:57:20.2334036Z adding 'torch/masked/_docs.py' 2022-11-23T00:57:20.2351221Z adding 'torch/masked/_ops.py' 2022-11-23T00:57:20.2355253Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T00:57:20.2359664Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T00:57:20.2363179Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T00:57:20.2368317Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T00:57:20.2370969Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T00:57:20.2372915Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T00:57:20.2376135Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T00:57:20.2379094Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T00:57:20.2381820Z adding 'torch/monitor/__init__.py' 2022-11-23T00:57:20.2384668Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T00:57:20.2386611Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T00:57:20.2389524Z adding 'torch/multiprocessing/pool.py' 2022-11-23T00:57:20.2391519Z adding 'torch/multiprocessing/queue.py' 2022-11-23T00:57:20.2397543Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T00:57:20.2401939Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T00:57:20.2405730Z adding 'torch/nested/__init__.py' 2022-11-23T00:57:20.2408724Z adding 'torch/nn/__init__.py' 2022-11-23T00:57:20.2410926Z adding 'torch/nn/_reduction.py' 2022-11-23T00:57:20.2413380Z adding 'torch/nn/common_types.py' 2022-11-23T00:57:20.2416091Z adding 'torch/nn/cpp.py' 2022-11-23T00:57:20.2470005Z adding 'torch/nn/functional.py' 2022-11-23T00:57:20.2479271Z adding 'torch/nn/functional.pyi' 2022-11-23T00:57:20.2482394Z adding 'torch/nn/grad.py' 2022-11-23T00:57:20.2488702Z adding 'torch/nn/init.py' 2022-11-23T00:57:20.2492914Z adding 'torch/nn/parameter.py' 2022-11-23T00:57:20.2495130Z adding 'torch/nn/parameter.pyi' 2022-11-23T00:57:20.2497128Z adding 'torch/nn/backends/__init__.py' 2022-11-23T00:57:20.2498994Z adding 'torch/nn/backends/thnn.py' 2022-11-23T00:57:20.2501630Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T00:57:20.2503744Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T00:57:20.2505682Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T00:57:20.2508018Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T00:57:20.2510335Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T00:57:20.2512356Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T00:57:20.2514481Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T00:57:20.2516438Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T00:57:20.2518844Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T00:57:20.2520707Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T00:57:20.2523102Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T00:57:20.2524762Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T00:57:20.2527494Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T00:57:20.2528820Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T00:57:20.2531227Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T00:57:20.2532767Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T00:57:20.2536884Z adding 'torch/nn/modules/__init__.py' 2022-11-23T00:57:20.2541317Z adding 'torch/nn/modules/_functions.py' 2022-11-23T00:57:20.2554080Z adding 'torch/nn/modules/activation.py' 2022-11-23T00:57:20.2560153Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T00:57:20.2568319Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T00:57:20.2571746Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T00:57:20.2580285Z adding 'torch/nn/modules/container.py' 2022-11-23T00:57:20.2594530Z adding 'torch/nn/modules/conv.py' 2022-11-23T00:57:20.2599215Z adding 'torch/nn/modules/distance.py' 2022-11-23T00:57:20.2602891Z adding 'torch/nn/modules/dropout.py' 2022-11-23T00:57:20.2606479Z adding 'torch/nn/modules/flatten.py' 2022-11-23T00:57:20.2610806Z adding 'torch/nn/modules/fold.py' 2022-11-23T00:57:20.2615319Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T00:57:20.2620406Z adding 'torch/nn/modules/lazy.py' 2022-11-23T00:57:20.2624514Z adding 'torch/nn/modules/linear.py' 2022-11-23T00:57:20.2645729Z adding 'torch/nn/modules/loss.py' 2022-11-23T00:57:20.2676343Z adding 'torch/nn/modules/module.py' 2022-11-23T00:57:20.2682833Z adding 'torch/nn/modules/normalization.py' 2022-11-23T00:57:20.2687074Z adding 'torch/nn/modules/padding.py' 2022-11-23T00:57:20.2689586Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T00:57:20.2698114Z adding 'torch/nn/modules/pooling.py' 2022-11-23T00:57:20.2711139Z adding 'torch/nn/modules/rnn.py' 2022-11-23T00:57:20.2717982Z adding 'torch/nn/modules/sparse.py' 2022-11-23T00:57:20.2726001Z adding 'torch/nn/modules/transformer.py' 2022-11-23T00:57:20.2730149Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T00:57:20.2732479Z adding 'torch/nn/modules/utils.py' 2022-11-23T00:57:20.2734563Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T00:57:20.2736094Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T00:57:20.2738398Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T00:57:20.2740389Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T00:57:20.2742056Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T00:57:20.2745475Z adding 'torch/nn/parallel/comm.py' 2022-11-23T00:57:20.2747185Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T00:57:20.2750921Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T00:57:20.2752827Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T00:57:20.2779153Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T00:57:20.2783300Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T00:57:20.2784932Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T00:57:20.2787510Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T00:57:20.2789256Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T00:57:20.2791437Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T00:57:20.2793192Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T00:57:20.2794944Z adding 'torch/nn/qat/__init__.py' 2022-11-23T00:57:20.2796604Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T00:57:20.2798231Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T00:57:20.2799836Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T00:57:20.2801560Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T00:57:20.2803110Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T00:57:20.2804857Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T00:57:20.2806200Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T00:57:20.2807776Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T00:57:20.2809262Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T00:57:20.2810770Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T00:57:20.2812464Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T00:57:20.2814185Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T00:57:20.2815789Z adding 'torch/nn/quantized/functional.py' 2022-11-23T00:57:20.2817778Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T00:57:20.2819797Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T00:57:20.2821244Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T00:57:20.2823414Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T00:57:20.2824630Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T00:57:20.2826083Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T00:57:20.2828411Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T00:57:20.2829608Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T00:57:20.2831822Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T00:57:20.2833504Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T00:57:20.2835029Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T00:57:20.2836813Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T00:57:20.2839051Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T00:57:20.2840862Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T00:57:20.2842834Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T00:57:20.2844083Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T00:57:20.2845897Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T00:57:20.2847729Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T00:57:20.2849333Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T00:57:20.2850885Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T00:57:20.2852664Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T00:57:20.2854317Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T00:57:20.2855796Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T00:57:20.2857973Z adding 'torch/nn/utils/__init__.py' 2022-11-23T00:57:20.2859691Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T00:57:20.2862034Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T00:57:20.2863969Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T00:57:20.2866100Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T00:57:20.2868404Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T00:57:20.2870245Z adding 'torch/nn/utils/fusion.py' 2022-11-23T00:57:20.2872265Z adding 'torch/nn/utils/init.py' 2022-11-23T00:57:20.2874635Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T00:57:20.2881546Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T00:57:20.2892294Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T00:57:20.2906502Z adding 'torch/nn/utils/prune.py' 2022-11-23T00:57:20.2913910Z adding 'torch/nn/utils/rnn.py' 2022-11-23T00:57:20.2919055Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T00:57:20.2922153Z adding 'torch/nn/utils/stateless.py' 2022-11-23T00:57:20.2925088Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T00:57:20.2926909Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T00:57:20.2929046Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T00:57:20.2932371Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T00:57:20.2934757Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T00:57:20.2936660Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T00:57:20.2939505Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T00:57:20.2941689Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T00:57:20.2943991Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T00:57:20.2945969Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T00:57:20.2948015Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T00:57:20.2950533Z adding 'torch/onnx/__init__.py' 2022-11-23T00:57:20.2952306Z adding 'torch/onnx/_constants.py' 2022-11-23T00:57:20.2954120Z adding 'torch/onnx/_deprecation.py' 2022-11-23T00:57:20.2955871Z adding 'torch/onnx/_experimental.py' 2022-11-23T00:57:20.2957600Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T00:57:20.2959796Z adding 'torch/onnx/_globals.py' 2022-11-23T00:57:20.2961752Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T00:57:20.2965579Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T00:57:20.2969201Z adding 'torch/onnx/_type_utils.py' 2022-11-23T00:57:20.2971546Z adding 'torch/onnx/errors.py' 2022-11-23T00:57:20.2973250Z adding 'torch/onnx/operators.py' 2022-11-23T00:57:20.2976219Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T00:57:20.2992849Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T00:57:20.3001027Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T00:57:20.3016234Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T00:57:20.3021780Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T00:57:20.3030220Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T00:57:20.3033099Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T00:57:20.3035312Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T00:57:20.3037431Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T00:57:20.3039339Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T00:57:20.3041129Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T00:57:20.3045628Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T00:57:20.3105643Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T00:57:20.3137297Z adding 'torch/onnx/utils.py' 2022-11-23T00:57:20.3146319Z adding 'torch/onnx/verification.py' 2022-11-23T00:57:20.3148780Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T00:57:20.3151033Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T00:57:20.3155472Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T00:57:20.3158473Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T00:57:20.3162469Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T00:57:20.3164694Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T00:57:20.3167426Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T00:57:20.3170102Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T00:57:20.3172236Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T00:57:20.3176755Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T00:57:20.3179415Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T00:57:20.3181460Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T00:57:20.3183292Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T00:57:20.3186208Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T00:57:20.3188156Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T00:57:20.3190176Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T00:57:20.3191966Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T00:57:20.3194596Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T00:57:20.3196345Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T00:57:20.3198050Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T00:57:20.3199859Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T00:57:20.3201596Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T00:57:20.3203365Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T00:57:20.3205242Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T00:57:20.3206990Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T00:57:20.3208643Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T00:57:20.3219039Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T00:57:20.3219973Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T00:57:20.3220430Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T00:57:20.3220975Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T00:57:20.3221321Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T00:57:20.3221661Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T00:57:20.3222148Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T00:57:20.3244706Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T00:57:20.3245131Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T00:57:20.3245520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T00:57:20.3245876Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T00:57:20.3246240Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T00:57:20.3246603Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T00:57:20.3246958Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T00:57:20.3247431Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T00:57:20.3247796Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T00:57:20.3248150Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T00:57:20.3248493Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T00:57:20.3248826Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T00:57:20.3252451Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T00:57:20.3254427Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T00:57:20.3256449Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T00:57:20.3258395Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T00:57:20.3260677Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T00:57:20.3262721Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T00:57:20.3265004Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T00:57:20.3267084Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T00:57:20.3269009Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T00:57:20.3270956Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T00:57:20.3272705Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T00:57:20.3274597Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T00:57:20.3276462Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T00:57:20.3278351Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T00:57:20.3280509Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T00:57:20.3282302Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T00:57:20.3284857Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T00:57:20.3286739Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T00:57:20.3288583Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T00:57:20.3290572Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T00:57:20.3292372Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T00:57:20.3294308Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T00:57:20.3295967Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T00:57:20.3298282Z adding 'torch/optim/__init__.py' 2022-11-23T00:57:20.3300010Z adding 'torch/optim/__init__.pyi' 2022-11-23T00:57:20.3302400Z adding 'torch/optim/_functional.py' 2022-11-23T00:57:20.3305781Z adding 'torch/optim/adadelta.py' 2022-11-23T00:57:20.3307774Z adding 'torch/optim/adadelta.pyi' 2022-11-23T00:57:20.3311914Z adding 'torch/optim/adagrad.py' 2022-11-23T00:57:20.3313920Z adding 'torch/optim/adagrad.pyi' 2022-11-23T00:57:20.3320654Z adding 'torch/optim/adam.py' 2022-11-23T00:57:20.3323045Z adding 'torch/optim/adam.pyi' 2022-11-23T00:57:20.3326965Z adding 'torch/optim/adamax.py' 2022-11-23T00:57:20.3328953Z adding 'torch/optim/adamax.pyi' 2022-11-23T00:57:20.3333878Z adding 'torch/optim/adamw.py' 2022-11-23T00:57:20.3336156Z adding 'torch/optim/adamw.pyi' 2022-11-23T00:57:20.3339478Z adding 'torch/optim/asgd.py' 2022-11-23T00:57:20.3341380Z adding 'torch/optim/asgd.pyi' 2022-11-23T00:57:20.3346642Z adding 'torch/optim/lbfgs.py' 2022-11-23T00:57:20.3348877Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T00:57:20.3367148Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T00:57:20.3371110Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T00:57:20.3375139Z adding 'torch/optim/nadam.py' 2022-11-23T00:57:20.3377189Z adding 'torch/optim/nadam.pyi' 2022-11-23T00:57:20.3381996Z adding 'torch/optim/optimizer.py' 2022-11-23T00:57:20.3383982Z adding 'torch/optim/optimizer.pyi' 2022-11-23T00:57:20.3387919Z adding 'torch/optim/radam.py' 2022-11-23T00:57:20.3389802Z adding 'torch/optim/radam.pyi' 2022-11-23T00:57:20.3393741Z adding 'torch/optim/rmsprop.py' 2022-11-23T00:57:20.3395699Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T00:57:20.3399254Z adding 'torch/optim/rprop.py' 2022-11-23T00:57:20.3401036Z adding 'torch/optim/rprop.pyi' 2022-11-23T00:57:20.3404873Z adding 'torch/optim/sgd.py' 2022-11-23T00:57:20.3406768Z adding 'torch/optim/sgd.pyi' 2022-11-23T00:57:20.3409311Z adding 'torch/optim/sparse_adam.py' 2022-11-23T00:57:20.3410882Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T00:57:20.3415024Z adding 'torch/optim/swa_utils.py' 2022-11-23T00:57:20.3417116Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T00:57:20.3419193Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T00:57:20.3421241Z adding 'torch/package/__init__.py' 2022-11-23T00:57:20.3423871Z adding 'torch/package/_digraph.py' 2022-11-23T00:57:20.3426122Z adding 'torch/package/_directory_reader.py' 2022-11-23T00:57:20.3428527Z adding 'torch/package/_importlib.py' 2022-11-23T00:57:20.3430514Z adding 'torch/package/_mangling.py' 2022-11-23T00:57:20.3432519Z adding 'torch/package/_mock.py' 2022-11-23T00:57:20.3435045Z adding 'torch/package/_package_pickler.py' 2022-11-23T00:57:20.3436878Z adding 'torch/package/_package_unpickler.py' 2022-11-23T00:57:20.3439559Z adding 'torch/package/_stdlib.py' 2022-11-23T00:57:20.3442424Z adding 'torch/package/file_structure_representation.py' 2022-11-23T00:57:20.3444880Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T00:57:20.3447172Z adding 'torch/package/glob_group.py' 2022-11-23T00:57:20.3450724Z adding 'torch/package/importer.py' 2022-11-23T00:57:20.3464482Z adding 'torch/package/package_exporter.py' 2022-11-23T00:57:20.3475045Z adding 'torch/package/package_importer.py' 2022-11-23T00:57:20.3477576Z adding 'torch/package/analyze/__init__.py' 2022-11-23T00:57:20.3479329Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T00:57:20.3480834Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T00:57:20.3482799Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T00:57:20.3484961Z adding 'torch/profiler/__init__.py' 2022-11-23T00:57:20.3488490Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T00:57:20.3494923Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T00:57:20.3499598Z adding 'torch/profiler/_utils.py' 2022-11-23T00:57:20.3501753Z adding 'torch/profiler/itt.py' 2022-11-23T00:57:20.3508433Z adding 'torch/profiler/profiler.py' 2022-11-23T00:57:20.3510690Z adding 'torch/profiler/python_tracer.py' 2022-11-23T00:57:20.3513163Z adding 'torch/quantization/__init__.py' 2022-11-23T00:57:20.3514883Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T00:57:20.3516586Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T00:57:20.3518102Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T00:57:20.3519677Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T00:57:20.3521215Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T00:57:20.3522795Z adding 'torch/quantization/observer.py' 2022-11-23T00:57:20.3524540Z adding 'torch/quantization/qconfig.py' 2022-11-23T00:57:20.3526102Z adding 'torch/quantization/quant_type.py' 2022-11-23T00:57:20.3527892Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T00:57:20.3529409Z adding 'torch/quantization/quantize.py' 2022-11-23T00:57:20.3531051Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T00:57:20.3532555Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T00:57:20.3534145Z adding 'torch/quantization/stubs.py' 2022-11-23T00:57:20.3535676Z adding 'torch/quantization/utils.py' 2022-11-23T00:57:20.3537444Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T00:57:20.3539072Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T00:57:20.3540559Z adding 'torch/quantization/fx/convert.py' 2022-11-23T00:57:20.3542081Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T00:57:20.3543554Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T00:57:20.3545082Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T00:57:20.3546537Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T00:57:20.3548145Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T00:57:20.3549670Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T00:57:20.3551372Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T00:57:20.3552919Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T00:57:20.3554420Z adding 'torch/quantization/fx/utils.py' 2022-11-23T00:57:20.3556504Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T00:57:20.3559175Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T00:57:20.3560951Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T00:57:20.3562641Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T00:57:20.3565170Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T00:57:20.3567142Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T00:57:20.3569066Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T00:57:20.3571245Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T00:57:20.3598021Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T00:57:20.3604898Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T00:57:20.3607205Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T00:57:20.3609914Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T00:57:20.3612339Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T00:57:20.3616747Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T00:57:20.3620503Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T00:57:20.3624327Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T00:57:20.3630538Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T00:57:20.3633261Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T00:57:20.3635602Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T00:57:20.3637331Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T00:57:20.3639000Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T00:57:20.3641342Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T00:57:20.3643236Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T00:57:20.3649936Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T00:57:20.3652897Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T00:57:20.3655084Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T00:57:20.3658090Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T00:57:20.3660184Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T00:57:20.3661757Z adding 'torch/signal/__init__.py' 2022-11-23T00:57:20.3663558Z adding 'torch/signal/windows/__init__.py' 2022-11-23T00:57:20.3666985Z adding 'torch/signal/windows/windows.py' 2022-11-23T00:57:20.3671922Z adding 'torch/sparse/__init__.py' 2022-11-23T00:57:20.3679038Z adding 'torch/special/__init__.py' 2022-11-23T00:57:20.4561589Z adding 'torch/test/CppSignature_test' 2022-11-23T00:57:20.5622890Z adding 'torch/test/Dict_test' 2022-11-23T00:57:20.6564121Z adding 'torch/test/Dimname_test' 2022-11-23T00:57:20.7553333Z adding 'torch/test/IListRef_test' 2022-11-23T00:57:20.8571065Z adding 'torch/test/KernelFunction_test' 2022-11-23T00:57:20.9825842Z adding 'torch/test/List_test' 2022-11-23T00:57:21.0874817Z adding 'torch/test/MaybeOwned_test' 2022-11-23T00:57:21.1845548Z adding 'torch/test/NamedTensor_test' 2022-11-23T00:57:21.2838550Z adding 'torch/test/apply_utils_test' 2022-11-23T00:57:21.3824204Z adding 'torch/test/atest' 2022-11-23T00:57:21.4782089Z adding 'torch/test/backend_fallback_test' 2022-11-23T00:57:21.5795946Z adding 'torch/test/basic' 2022-11-23T00:57:21.6750688Z adding 'torch/test/broadcast_test' 2022-11-23T00:57:21.7666198Z adding 'torch/test/c10_Array_test' 2022-11-23T00:57:21.8596765Z adding 'torch/test/c10_Bitset_test' 2022-11-23T00:57:21.9519261Z adding 'torch/test/c10_C++17_test' 2022-11-23T00:57:22.0436721Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T00:57:22.1349898Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T00:57:22.2266675Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T00:57:22.3192611Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T00:57:22.4114961Z adding 'torch/test/c10_Device_test' 2022-11-23T00:57:22.5088931Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T00:57:22.6008344Z adding 'torch/test/c10_Half_test' 2022-11-23T00:57:22.6950637Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T00:57:22.7911177Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T00:57:22.8863934Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T00:57:22.9842938Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T00:57:23.0801367Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T00:57:23.2352480Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T00:57:23.3308110Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T00:57:23.4225218Z adding 'torch/test/c10_SymInt_test' 2022-11-23T00:57:23.5145547Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T00:57:23.6091273Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T00:57:23.7019010Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T00:57:23.7940172Z adding 'torch/test/c10_TypeList_test' 2022-11-23T00:57:23.8850745Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T00:57:23.9779532Z adding 'torch/test/c10_accumulate_test' 2022-11-23T00:57:24.0725521Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T00:57:24.1676412Z adding 'torch/test/c10_complex_math_test' 2022-11-23T00:57:24.2625300Z adding 'torch/test/c10_complex_test' 2022-11-23T00:57:24.3848451Z adding 'torch/test/c10_either_test' 2022-11-23T00:57:24.4801687Z adding 'torch/test/c10_exception_test' 2022-11-23T00:57:24.5729274Z adding 'torch/test/c10_flags_test' 2022-11-23T00:57:24.6608617Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T00:57:24.8130348Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T00:57:24.9099460Z adding 'torch/test/c10_irange_test' 2022-11-23T00:57:25.0051521Z adding 'torch/test/c10_logging_test' 2022-11-23T00:57:25.1148163Z adding 'torch/test/c10_optional_test' 2022-11-23T00:57:25.2177396Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T00:57:25.3128842Z adding 'torch/test/c10_registry_test' 2022-11-23T00:57:25.4097838Z adding 'torch/test/c10_string_view_test' 2022-11-23T00:57:25.5024884Z adding 'torch/test/c10_tempfile_test' 2022-11-23T00:57:25.5969728Z adding 'torch/test/c10_typeid_test' 2022-11-23T00:57:25.6933691Z adding 'torch/test/cpu_generator_test' 2022-11-23T00:57:25.7877096Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T00:57:25.9085164Z adding 'torch/test/cpu_rng_test' 2022-11-23T00:57:26.0022836Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T00:57:26.0945639Z adding 'torch/test/dlconvertor_test' 2022-11-23T00:57:26.1933643Z adding 'torch/test/extension_backend_test' 2022-11-23T00:57:26.2874794Z adding 'torch/test/half_test' 2022-11-23T00:57:26.3811698Z adding 'torch/test/inline_container_test' 2022-11-23T00:57:26.5110811Z adding 'torch/test/ivalue_test' 2022-11-23T00:57:26.6636297Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T00:57:26.7936845Z adding 'torch/test/kernel_function_test' 2022-11-23T00:57:26.9473632Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T00:57:27.0821089Z adding 'torch/test/kernel_lambda_test' 2022-11-23T00:57:27.1840911Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T00:57:27.2767404Z adding 'torch/test/lazy_tensor_test' 2022-11-23T00:57:27.4048978Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T00:57:27.5012852Z adding 'torch/test/math_kernel_test' 2022-11-23T00:57:27.5953815Z adding 'torch/test/memory_format_test' 2022-11-23T00:57:27.6898343Z adding 'torch/test/memory_overlapping_test' 2022-11-23T00:57:27.7845332Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T00:57:27.8817286Z adding 'torch/test/native_test' 2022-11-23T00:57:27.9734175Z adding 'torch/test/op_allowlist_test' 2022-11-23T00:57:28.2484046Z adding 'torch/test/op_registration_test' 2022-11-23T00:57:28.3527443Z adding 'torch/test/operator_name_test' 2022-11-23T00:57:28.4455774Z adding 'torch/test/operators_test' 2022-11-23T00:57:28.5389640Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T00:57:28.6471244Z adding 'torch/test/pow_test' 2022-11-23T00:57:28.7444165Z adding 'torch/test/quantized_test' 2022-11-23T00:57:28.8368734Z adding 'torch/test/reduce_ops_test' 2022-11-23T00:57:28.9298003Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T00:57:29.0267823Z adding 'torch/test/scalar_tensor_test' 2022-11-23T00:57:29.1238652Z adding 'torch/test/scalar_test' 2022-11-23T00:57:29.2177362Z adding 'torch/test/stride_properties_test' 2022-11-23T00:57:29.3308056Z adding 'torch/test/tensor_iterator_test' 2022-11-23T00:57:29.4269813Z adding 'torch/test/test_parallel' 2022-11-23T00:57:29.4823069Z adding 'torch/test/thread_init_test' 2022-11-23T00:57:29.5745994Z adding 'torch/test/type_ptr_test' 2022-11-23T00:57:29.6763268Z adding 'torch/test/type_test' 2022-11-23T00:57:29.7702422Z adding 'torch/test/undefined_tensor_test' 2022-11-23T00:57:29.8623336Z adding 'torch/test/variant_test' 2022-11-23T00:57:29.9166931Z adding 'torch/test/verify_api_visibility' 2022-11-23T00:57:30.0252436Z adding 'torch/test/vmap_test' 2022-11-23T00:57:30.1193050Z adding 'torch/test/weakref_test' 2022-11-23T00:57:30.2123905Z adding 'torch/test/wrapdim_test' 2022-11-23T00:57:30.3046028Z adding 'torch/test/xla_tensor_test' 2022-11-23T00:57:30.3089902Z adding 'torch/testing/__init__.py' 2022-11-23T00:57:30.3105126Z adding 'torch/testing/_comparison.py' 2022-11-23T00:57:30.3111214Z adding 'torch/testing/_creation.py' 2022-11-23T00:57:30.3114043Z adding 'torch/testing/_deprecated.py' 2022-11-23T00:57:30.3117216Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T00:57:30.3121633Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T00:57:30.3126117Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T00:57:30.3129805Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T00:57:30.3148031Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T00:57:30.3160093Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T00:57:30.3163678Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T00:57:30.3175367Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T00:57:30.3181322Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T00:57:30.3357193Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T00:57:30.3390086Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T00:57:30.3435028Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T00:57:30.3460282Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T00:57:30.3466211Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T00:57:30.3470178Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T00:57:30.3525027Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T00:57:30.3536159Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T00:57:30.3540284Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T00:57:30.3545529Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T00:57:30.3548262Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T00:57:30.3557169Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T00:57:30.3568118Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T00:57:30.3572296Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T00:57:30.3574518Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T00:57:30.3577919Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T00:57:30.3580111Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T00:57:30.3585383Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T00:57:30.3588138Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T00:57:30.3589905Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T00:57:30.3591888Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T00:57:30.3594306Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T00:57:30.3601227Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T00:57:30.3683991Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T00:57:30.3695482Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T00:57:30.3699535Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T00:57:30.3701906Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T00:57:30.3704905Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T00:57:30.3707084Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T00:57:30.3708738Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T00:57:30.3711212Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T00:57:30.3713626Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T00:57:30.3715665Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T00:57:30.3717849Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T00:57:30.3721476Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T00:57:30.3725967Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T00:57:30.3728590Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T00:57:30.3730652Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T00:57:30.3731792Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T00:57:30.3737114Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T00:57:30.3739586Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T00:57:30.3741563Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T00:57:30.3765483Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T00:57:30.3770991Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T00:57:30.3774587Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T00:57:30.3776977Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T00:57:30.3778847Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T00:57:30.3831056Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T00:57:30.3837993Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T00:57:30.3840025Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T00:57:30.3842296Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T00:57:30.3846819Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T00:57:30.3848643Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T00:57:30.3850959Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T00:57:30.3861744Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T00:57:30.3865705Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T00:57:30.3867656Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T00:57:30.3899106Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T00:57:30.3908692Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T00:57:30.3938534Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T00:57:30.3943682Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T00:57:30.3947537Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T00:57:30.3949826Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T00:57:30.3955993Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T00:57:30.3960785Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T00:57:30.3977230Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T00:57:30.3982217Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T00:57:30.3986729Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T00:57:30.3989031Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T00:57:30.3990487Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T00:57:30.3992067Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T00:57:30.3994016Z adding 'torch/utils/__init__.py' 2022-11-23T00:57:30.3995741Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T00:57:30.3997946Z adding 'torch/utils/_crash_handler.py' 2022-11-23T00:57:30.3999439Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T00:57:30.4003020Z adding 'torch/utils/_freeze.py' 2022-11-23T00:57:30.4005126Z adding 'torch/utils/_mode_utils.py' 2022-11-23T00:57:30.4007329Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T00:57:30.4011207Z adding 'torch/utils/_pytree.py' 2022-11-23T00:57:30.4013423Z adding 'torch/utils/_zip.py' 2022-11-23T00:57:30.4015396Z adding 'torch/utils/backend_registration.py' 2022-11-23T00:57:30.4021395Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T00:57:30.4028006Z adding 'torch/utils/checkpoint.py' 2022-11-23T00:57:30.4033555Z adding 'torch/utils/collect_env.py' 2022-11-23T00:57:30.4035537Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T00:57:30.4064260Z adding 'torch/utils/cpp_extension.py' 2022-11-23T00:57:30.4069121Z adding 'torch/utils/dlpack.py' 2022-11-23T00:57:30.4070997Z adding 'torch/utils/file_baton.py' 2022-11-23T00:57:30.4074044Z adding 'torch/utils/hooks.py' 2022-11-23T00:57:30.4076756Z adding 'torch/utils/mkldnn.py' 2022-11-23T00:57:30.4079529Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T00:57:30.4081122Z adding 'torch/utils/model_zoo.py' 2022-11-23T00:57:30.4083557Z adding 'torch/utils/show_pickle.py' 2022-11-23T00:57:30.4086682Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T00:57:30.4088821Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T00:57:30.4090381Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T00:57:30.4092025Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T00:57:30.4094889Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T00:57:30.4097920Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T00:57:30.4100251Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T00:57:30.4104975Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T00:57:30.4107504Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T00:57:30.4110018Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T00:57:30.4111816Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T00:57:30.4114199Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T00:57:30.4116009Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T00:57:30.4118018Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T00:57:30.4120229Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T00:57:30.4122416Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T00:57:30.4124860Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T00:57:30.4126858Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T00:57:30.4128868Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T00:57:30.4130457Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T00:57:30.4135158Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T00:57:30.4139340Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T00:57:30.4142637Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T00:57:30.4148283Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T00:57:30.4151469Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T00:57:30.4153332Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T00:57:30.4159503Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T00:57:30.4161774Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T00:57:30.4164596Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T00:57:30.4166462Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T00:57:30.4168257Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T00:57:30.4178699Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T00:57:30.4224219Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T00:57:30.4235286Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T00:57:30.4238339Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T00:57:30.4240690Z adding 'torch/utils/data/__init__.py' 2022-11-23T00:57:30.4242374Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T00:57:30.4267310Z adding 'torch/utils/data/dataloader.py' 2022-11-23T00:57:30.4273587Z adding 'torch/utils/data/dataset.py' 2022-11-23T00:57:30.4276672Z adding 'torch/utils/data/distributed.py' 2022-11-23T00:57:30.4279526Z adding 'torch/utils/data/graph.py' 2022-11-23T00:57:30.4282197Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T00:57:30.4286168Z adding 'torch/utils/data/sampler.py' 2022-11-23T00:57:30.4288779Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T00:57:30.4292752Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T00:57:30.4295024Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T00:57:30.4297210Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T00:57:30.4298986Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T00:57:30.4301311Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T00:57:30.4306013Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T00:57:30.4308448Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T00:57:30.4311327Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T00:57:30.4315342Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T00:57:30.4320701Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T00:57:30.4325839Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T00:57:30.4328921Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T00:57:30.4332655Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T00:57:30.4334800Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T00:57:30.4336872Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T00:57:30.4340940Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T00:57:30.4343442Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T00:57:30.4345131Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T00:57:30.4347242Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T00:57:30.4350815Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T00:57:30.4353915Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T00:57:30.4360179Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T00:57:30.4362893Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T00:57:30.4365412Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T00:57:30.4369749Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T00:57:30.4372406Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T00:57:30.4374934Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T00:57:30.4376886Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T00:57:30.4378847Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T00:57:30.4380857Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T00:57:30.4382811Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T00:57:30.4385354Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T00:57:30.4387716Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T00:57:30.4389941Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T00:57:30.4392112Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T00:57:30.4393965Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T00:57:30.4398239Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T00:57:30.4402270Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T00:57:30.4405190Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T00:57:30.4406913Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T00:57:30.4408731Z adding 'torch/utils/hipify/constants.py' 2022-11-23T00:57:30.4454528Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T00:57:30.4475391Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T00:57:30.4477754Z adding 'torch/utils/hipify/version.py' 2022-11-23T00:57:30.4479408Z adding 'torch/utils/jit/__init__.py' 2022-11-23T00:57:30.4481631Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T00:57:30.4487543Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T00:57:30.4489634Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T00:57:30.4495372Z adding 'torch/utils/model_dump/code.js' 2022-11-23T00:57:30.4497480Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T00:57:30.4502260Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T00:57:30.4503602Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T00:57:30.4505858Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T00:57:30.4513670Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T00:57:30.4516165Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T00:57:30.4518375Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T00:57:30.4520681Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T00:57:30.4522515Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T00:57:30.4527390Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T00:57:30.4530446Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T00:57:30.4539375Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T00:57:30.4551694Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T00:57:30.4556552Z adding 'torchgen/__init__.py' 2022-11-23T00:57:30.4558708Z adding 'torchgen/code_template.py' 2022-11-23T00:57:30.4561115Z adding 'torchgen/context.py' 2022-11-23T00:57:30.4590935Z adding 'torchgen/gen.py' 2022-11-23T00:57:30.4599694Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T00:57:30.4609641Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T00:57:30.4617149Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T00:57:30.4620976Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T00:57:30.4623248Z adding 'torchgen/local.py' 2022-11-23T00:57:30.4658367Z adding 'torchgen/model.py' 2022-11-23T00:57:30.4669951Z adding 'torchgen/native_function_generation.py' 2022-11-23T00:57:30.4676143Z adding 'torchgen/utils.py' 2022-11-23T00:57:30.4678486Z adding 'torchgen/api/__init__.py' 2022-11-23T00:57:30.4686605Z adding 'torchgen/api/autograd.py' 2022-11-23T00:57:30.4692233Z adding 'torchgen/api/cpp.py' 2022-11-23T00:57:30.4694961Z adding 'torchgen/api/dispatcher.py' 2022-11-23T00:57:30.4698179Z adding 'torchgen/api/functionalization.py' 2022-11-23T00:57:30.4704385Z adding 'torchgen/api/lazy.py' 2022-11-23T00:57:30.4706480Z adding 'torchgen/api/meta.py' 2022-11-23T00:57:30.4709235Z adding 'torchgen/api/native.py' 2022-11-23T00:57:30.4726102Z adding 'torchgen/api/python.py' 2022-11-23T00:57:30.4729900Z adding 'torchgen/api/structured.py' 2022-11-23T00:57:30.4735209Z adding 'torchgen/api/translate.py' 2022-11-23T00:57:30.4743408Z adding 'torchgen/api/types.py' 2022-11-23T00:57:30.4746618Z adding 'torchgen/api/ufunc.py' 2022-11-23T00:57:30.4750065Z adding 'torchgen/api/unboxing.py' 2022-11-23T00:57:30.4752356Z adding 'torchgen/dest/__init__.py' 2022-11-23T00:57:30.4760003Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T00:57:30.4762618Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T00:57:30.4764878Z adding 'torchgen/dest/native_functions.py' 2022-11-23T00:57:30.4776365Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T00:57:30.4782425Z adding 'torchgen/dest/ufunc.py' 2022-11-23T00:57:30.4784734Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T00:57:30.4788373Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T00:57:30.4790609Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T00:57:30.4884728Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T00:57:30.4898138Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T00:57:30.4900602Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T00:57:30.4902556Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T00:57:30.4904271Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T00:57:30.4906222Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T00:57:30.4908045Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T00:57:30.4909916Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T00:57:30.4911386Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T00:57:30.4912733Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T00:57:30.4914297Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T00:57:30.4916488Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T00:57:30.4919096Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T00:57:30.4921096Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T00:57:30.4922629Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T00:57:30.4924628Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T00:57:30.4926264Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T00:57:30.4928233Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T00:57:30.4930306Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T00:57:30.4931414Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T00:57:30.4932999Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T00:57:30.4934679Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T00:57:30.4936939Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T00:57:30.4938728Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T00:57:30.4940520Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T00:57:30.4942505Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T00:57:30.4944411Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T00:57:30.4946197Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T00:57:30.4948099Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T00:57:30.4950288Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T00:57:30.4952000Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T00:57:30.4953554Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T00:57:30.4962704Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T00:57:30.4965570Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T00:57:30.4967239Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T00:57:30.4969048Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T00:57:30.4970632Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T00:57:30.4972502Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T00:57:30.4974173Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T00:57:30.4976065Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T00:57:30.4977528Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T00:57:30.4979315Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T00:57:30.4982716Z adding 'torchgen/selective_build/operator.py' 2022-11-23T00:57:30.4985855Z adding 'torchgen/selective_build/selector.py' 2022-11-23T00:57:30.4987883Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T00:57:30.4991161Z adding 'torchgen/static_runtime/config.py' 2022-11-23T00:57:30.4994282Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T00:57:30.5001051Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T00:57:30.5040355Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T00:57:30.5054617Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T00:57:30.5061118Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T00:57:30.5063104Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T00:57:30.5063811Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T00:57:30.5064434Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T00:57:30.5549492Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T00:57:30.5789509Z removing build/bdist.linux-x86_64/wheel 2022-11-23T00:57:31.1980352Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:57:31.1980852Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:57:31.1981305Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:57:31.5730267Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:57:32.1052930Z Installing collected packages: torch 2022-11-23T00:57:38.7519602Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T00:57:38.8003089Z + print_sccache_stats 2022-11-23T00:57:38.8003637Z + echo 'PyTorch Build Statistics' 2022-11-23T00:57:38.8004195Z PyTorch Build Statistics 2022-11-23T00:57:38.8005121Z + sccache --show-stats 2022-11-23T00:57:38.8025231Z Compile requests 6238 2022-11-23T00:57:38.8025597Z Compile requests executed 5932 2022-11-23T00:57:38.8025947Z Cache hits 5911 2022-11-23T00:57:38.8026132Z Cache hits (C/C++) 5911 2022-11-23T00:57:38.8026330Z Cache misses 1 2022-11-23T00:57:38.8026589Z Cache misses (C/C++) 1 2022-11-23T00:57:38.8026885Z Cache timeouts 0 2022-11-23T00:57:38.8027198Z Cache read errors 0 2022-11-23T00:57:38.8027509Z Forced recaches 0 2022-11-23T00:57:38.8027869Z Cache write errors 0 2022-11-23T00:57:38.8028229Z Compilation failures 7 2022-11-23T00:57:38.8028585Z Cache errors 13 2022-11-23T00:57:38.8034049Z Cache errors (C/C++) 13 2022-11-23T00:57:38.8034666Z Non-cacheable compilations 0 2022-11-23T00:57:38.8035183Z Non-cacheable calls 17 2022-11-23T00:57:38.8035643Z Non-compilation calls 289 2022-11-23T00:57:38.8035985Z Unsupported compiler calls 0 2022-11-23T00:57:38.8036202Z Average cache write 0.116 s 2022-11-23T00:57:38.8036417Z Average cache read miss 7.989 s 2022-11-23T00:57:38.8036617Z Average cache read hit 0.036 s 2022-11-23T00:57:38.8036837Z Failed distributed compilations 0 2022-11-23T00:57:38.8036976Z 2022-11-23T00:57:38.8037089Z Non-cacheable reasons: 2022-11-23T00:57:38.8037280Z multiple input files 13 2022-11-23T00:57:38.8037569Z Can't handle UnknownFlag arguments with -Xclang 4 2022-11-23T00:57:38.8037723Z 2022-11-23T00:57:38.8038154Z 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:57:38.8038568Z + [[ -n 9654935109 ]] 2022-11-23T00:57:38.8038803Z + sccache --show-stats --stats-format json 2022-11-23T00:57:38.8039004Z + jq .stats 2022-11-23T00:57:38.8385803Z + assert_git_not_dirty 2022-11-23T00:57:38.8386393Z + [[ linux-focal-py3.7-clang7-tsan != *rocm* ]] 2022-11-23T00:57:38.8386773Z + [[ linux-focal-py3.7-clang7-tsan != *xla* ]] 2022-11-23T00:57:38.8388601Z ++ git status --porcelain 2022-11-23T00:57:42.1857571Z + git_status= 2022-11-23T00:57:42.1858145Z + [[ -n '' ]] 2022-11-23T00:57:42.1858387Z + sccache_epilogue 2022-11-23T00:57:42.1858711Z + echo '::group::Sccache Compilation Log' 2022-11-23T00:57:42.1859399Z ##[group]Sccache Compilation Log 2022-11-23T00:57:42.1859692Z + echo '=================== sccache compilation log ===================' 2022-11-23T00:57:42.1859948Z =================== sccache compilation log =================== 2022-11-23T00:57:42.1860269Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T00:57:42.2021965Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T00:57:42.2022368Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T00:57:42.2022671Z + sccache --show-stats 2022-11-23T00:57:42.2042633Z Compile requests 6238 2022-11-23T00:57:42.2043006Z Compile requests executed 5932 2022-11-23T00:57:42.2043532Z Cache hits 5911 2022-11-23T00:57:42.2043981Z Cache hits (C/C++) 5911 2022-11-23T00:57:42.2044256Z Cache misses 1 2022-11-23T00:57:42.2044574Z Cache misses (C/C++) 1 2022-11-23T00:57:42.2044912Z Cache timeouts 0 2022-11-23T00:57:42.2045210Z Cache read errors 0 2022-11-23T00:57:42.2045523Z Forced recaches 0 2022-11-23T00:57:42.2045854Z Cache write errors 0 2022-11-23T00:57:42.2046215Z Compilation failures 7 2022-11-23T00:57:42.2046478Z Cache errors 13 2022-11-23T00:57:42.2046882Z Cache errors (C/C++) 13 2022-11-23T00:57:42.2047292Z Non-cacheable compilations 0 2022-11-23T00:57:42.2047550Z Non-cacheable calls 17 2022-11-23T00:57:42.2047818Z Non-compilation calls 289 2022-11-23T00:57:42.2048069Z Unsupported compiler calls 0 2022-11-23T00:57:42.2048272Z Average cache write 0.116 s 2022-11-23T00:57:42.2048482Z Average cache read miss 7.989 s 2022-11-23T00:57:42.2048740Z Average cache read hit 0.036 s 2022-11-23T00:57:42.2048947Z Failed distributed compilations 0 2022-11-23T00:57:42.2049082Z 2022-11-23T00:57:42.2049192Z Non-cacheable reasons: 2022-11-23T00:57:42.2049443Z multiple input files 13 2022-11-23T00:57:42.2049734Z Can't handle UnknownFlag arguments with -Xclang 4 2022-11-23T00:57:42.2049875Z 2022-11-23T00:57:42.2050355Z 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:57:42.2064423Z + sccache --stop-server 2022-11-23T00:57:42.2064832Z Stopping sccache server... 2022-11-23T00:57:42.2067726Z Compile requests 6238 2022-11-23T00:57:42.2068090Z Compile requests executed 5932 2022-11-23T00:57:42.2068399Z Cache hits 5911 2022-11-23T00:57:42.2068707Z Cache hits (C/C++) 5911 2022-11-23T00:57:42.2069014Z Cache misses 1 2022-11-23T00:57:42.2069317Z Cache misses (C/C++) 1 2022-11-23T00:57:42.2069645Z Cache timeouts 0 2022-11-23T00:57:42.2069966Z Cache read errors 0 2022-11-23T00:57:42.2070277Z Forced recaches 0 2022-11-23T00:57:42.2070605Z Cache write errors 0 2022-11-23T00:57:42.2070939Z Compilation failures 7 2022-11-23T00:57:42.2077950Z Cache errors 13 2022-11-23T00:57:42.2078590Z Cache errors (C/C++) 13 2022-11-23T00:57:42.2079234Z Non-cacheable compilations 0 2022-11-23T00:57:42.2079665Z Non-cacheable calls 17 2022-11-23T00:57:42.2080011Z Non-compilation calls 289 2022-11-23T00:57:42.2080392Z Unsupported compiler calls 0 2022-11-23T00:57:42.2080767Z Average cache write 0.116 s 2022-11-23T00:57:42.2081159Z Average cache read miss 7.989 s 2022-11-23T00:57:42.2081510Z Average cache read hit 0.036 s 2022-11-23T00:57:42.2081847Z Failed distributed compilations 0 2022-11-23T00:57:42.2082083Z 2022-11-23T00:57:42.2082251Z Non-cacheable reasons: 2022-11-23T00:57:42.2082552Z multiple input files 13 2022-11-23T00:57:42.2082989Z Can't handle UnknownFlag arguments with -Xclang 4 2022-11-23T00:57:42.2083207Z 2022-11-23T00:57:42.2084007Z 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:57:42.2084532Z + echo ::endgroup:: 2022-11-23T00:57:42.2085138Z ##[endgroup] 2022-11-23T00:57:42.2126539Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T00:57:42.2126961Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T00:57:42.2146794Z shell: /usr/bin/bash -e {0} 2022-11-23T00:57:42.2146992Z ##[endgroup] 2022-11-23T00:57:42.2206223Z zip warning: name not matched: build/custom_test_artifacts 2022-11-23T00:57:42.2211037Z zip warning: name not matched: .pytorch-test-times.json 2022-11-23T00:57:42.2215364Z adding: dist/ (stored 0%) 2022-11-23T00:57:47.4161173Z adding: dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl (deflated 1%) 2022-11-23T00:57:47.4161707Z adding: build/lib/ (stored 0%) 2022-11-23T00:57:47.4162102Z adding: build/lib/libclog.a (deflated 74%) 2022-11-23T00:57:47.4292183Z adding: build/lib/libgtest.a (deflated 75%) 2022-11-23T00:57:47.4311900Z adding: build/lib/libpthreadpool.a (deflated 68%) 2022-11-23T00:57:47.4485732Z adding: build/lib/libbenchmark.a (deflated 73%) 2022-11-23T00:57:47.4680796Z adding: build/lib/libprotobuf-lite.a (deflated 77%) 2022-11-23T00:57:47.4696041Z adding: build/lib/libittnotify.a (deflated 78%) 2022-11-23T00:57:47.4788994Z adding: build/lib/libfmt.a (deflated 74%) 2022-11-23T00:57:47.4861888Z adding: build/lib/libtensorpipe_uv.a (deflated 73%) 2022-11-23T00:57:47.4863845Z adding: build/lib/libfoxi_loader.a (deflated 73%) 2022-11-23T00:57:47.5043913Z adding: build/lib/libasmjit.a (deflated 68%) 2022-11-23T00:57:47.5209984Z adding: build/lib/libgloo.a (deflated 74%) 2022-11-23T00:57:47.6178180Z adding: build/lib/libprotobuf.a (deflated 76%) 2022-11-23T00:57:47.6179523Z adding: build/lib/libtorch_global_deps.so (deflated 86%) 2022-11-23T00:57:47.6322777Z adding: build/lib/libc10.so (deflated 59%) 2022-11-23T00:57:47.6343647Z adding: build/lib/libcpuinfo.a (deflated 76%) 2022-11-23T00:57:47.6375902Z adding: build/lib/libcpuinfo_internals.a (deflated 76%) 2022-11-23T00:57:47.6418494Z adding: build/lib/libqnnpack.a (deflated 76%) 2022-11-23T00:57:47.6434766Z adding: build/lib/libnnpack_reference_layers.a (deflated 76%) 2022-11-23T00:57:47.6497886Z adding: build/lib/libpytorch_qnnpack.a (deflated 76%) 2022-11-23T00:57:47.7496104Z adding: build/lib/libprotoc.a (deflated 74%) 2022-11-23T00:57:47.7522981Z adding: build/lib/libgmock.a (deflated 72%) 2022-11-23T00:57:47.7524871Z adding: build/lib/libgtest_main.a (deflated 71%) 2022-11-23T00:57:47.7526642Z adding: build/lib/libbenchmark_main.a (deflated 71%) 2022-11-23T00:57:47.8576756Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-11-23T00:57:47.8612102Z adding: build/lib/libnnpack.a (deflated 74%) 2022-11-23T00:57:48.1060778Z adding: build/lib/libfbgemm.a (deflated 85%) 2022-11-23T00:57:48.1061679Z adding: build/lib/libgmock_main.a (deflated 71%) 2022-11-23T00:57:48.1684758Z adding: build/lib/libkineto.a (deflated 72%) 2022-11-23T00:57:48.1783186Z adding: build/lib/libcaffe2_protos.a (deflated 77%) 2022-11-23T00:57:48.2150864Z adding: build/lib/libXNNPACK.a (deflated 80%) 2022-11-23T00:57:48.2253783Z adding: build/lib/libonnx_proto.a (deflated 78%) 2022-11-23T00:57:48.3408040Z adding: build/lib/libonnx.a (deflated 77%) 2022-11-23T00:57:51.8023496Z adding: build/lib/libtorch_cpu.so (deflated 67%) 2022-11-23T00:57:51.8024440Z adding: build/lib/libtorch.so (deflated 85%) 2022-11-23T00:57:51.8033564Z adding: build/lib/libshm.so (deflated 67%) 2022-11-23T00:57:51.8162613Z adding: build/lib/libtorchbind_test.so (deflated 66%) 2022-11-23T00:57:51.8218947Z adding: build/lib/libjitbackend_test.so (deflated 59%) 2022-11-23T00:57:51.8284679Z adding: build/lib/libbackend_with_compiler.so (deflated 58%) 2022-11-23T00:57:52.2495087Z adding: build/lib/libtorch_python.so (deflated 64%) 2022-11-23T00:57:52.2591142Z adding: build/lib/libnnapi_backend.so (deflated 57%) 2022-11-23T00:57:52.2591590Z adding: build/bin/ (stored 0%) 2022-11-23T00:57:52.2872797Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2022-11-23T00:57:52.3155153Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2022-11-23T00:57:52.3437129Z adding: build/bin/c10_Device_test (deflated 61%) 2022-11-23T00:57:52.3733866Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-11-23T00:57:52.4011958Z adding: build/bin/c10_StreamGuard_test (deflated 61%) 2022-11-23T00:57:52.4291407Z adding: build/bin/c10_SymInt_test (deflated 61%) 2022-11-23T00:57:52.4585630Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T00:57:52.4874289Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T00:57:52.5166473Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-11-23T00:57:52.5451527Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-11-23T00:57:52.5729872Z adding: build/bin/c10_Array_test (deflated 61%) 2022-11-23T00:57:52.6011009Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-11-23T00:57:52.6291499Z adding: build/bin/c10_DeadlockDetection_test (deflated 61%) 2022-11-23T00:57:52.6569158Z adding: build/bin/c10_ConstexprCrc_test (deflated 61%) 2022-11-23T00:57:52.6869425Z adding: build/bin/c10_Metaprogramming_test (deflated 62%) 2022-11-23T00:57:52.7149459Z adding: build/bin/c10_Half_test (deflated 61%) 2022-11-23T00:57:52.7441184Z adding: build/bin/c10_LeftRight_test (deflated 61%) 2022-11-23T00:57:52.7943683Z adding: build/bin/c10_SmallVectorTest (deflated 66%) 2022-11-23T00:57:52.8224211Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2022-11-23T00:57:52.8514136Z adding: build/bin/c10_ThreadLocal_test (deflated 61%) 2022-11-23T00:57:52.8796181Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T00:57:52.9077717Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-11-23T00:57:52.9356533Z adding: build/bin/c10_TypeTraits_test (deflated 61%) 2022-11-23T00:57:52.9641624Z adding: build/bin/c10_accumulate_test (deflated 61%) 2022-11-23T00:57:52.9931281Z adding: build/bin/c10_bfloat16_test (deflated 61%) 2022-11-23T00:57:53.0222472Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T00:57:53.0512379Z adding: build/bin/c10_complex_test (deflated 61%) 2022-11-23T00:57:53.0890301Z adding: build/bin/c10_either_test (deflated 65%) 2022-11-23T00:57:53.1175965Z adding: build/bin/c10_exception_test (deflated 61%) 2022-11-23T00:57:53.1458491Z adding: build/bin/c10_flags_test (deflated 61%) 2022-11-23T00:57:53.1936850Z adding: build/bin/c10_intrusive_ptr_test (deflated 67%) 2022-11-23T00:57:53.2218338Z adding: build/bin/c10_irange_test (deflated 61%) 2022-11-23T00:57:53.2508869Z adding: build/bin/c10_logging_test (deflated 61%) 2022-11-23T00:57:53.2848983Z adding: build/bin/c10_optional_test (deflated 62%) 2022-11-23T00:57:53.3160844Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 61%) 2022-11-23T00:57:53.3450572Z adding: build/bin/c10_registry_test (deflated 61%) 2022-11-23T00:57:53.3745413Z adding: build/bin/c10_string_view_test (deflated 61%) 2022-11-23T00:57:53.4027373Z adding: build/bin/c10_tempfile_test (deflated 61%) 2022-11-23T00:57:53.4296876Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 61%) 2022-11-23T00:57:53.4586176Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-11-23T00:57:53.5772373Z adding: build/bin/protoc-3.13.0.0 (deflated 59%) 2022-11-23T00:57:53.6956535Z adding: build/bin/protoc (deflated 59%) 2022-11-23T00:57:53.7851853Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 66%) 2022-11-23T00:57:53.8807470Z adding: build/bin/vec_test_all_types_AVX2 (deflated 65%) 2022-11-23T00:57:53.9746962Z adding: build/bin/vec_test_all_types_AVX512 (deflated 66%) 2022-11-23T00:57:54.0034308Z adding: build/bin/FileStoreTest (deflated 61%) 2022-11-23T00:57:54.0335091Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-11-23T00:57:54.0622151Z adding: build/bin/HashStoreTest (deflated 61%) 2022-11-23T00:57:54.0940991Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T00:57:54.1112147Z adding: build/bin/example_allreduce (deflated 63%) 2022-11-23T00:57:54.1404094Z adding: build/bin/test_dist_autograd (deflated 61%) 2022-11-23T00:57:54.1572282Z adding: build/bin/parallel_benchmark (deflated 63%) 2022-11-23T00:57:54.1898765Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T00:57:54.2182915Z adding: build/bin/Dimname_test (deflated 61%) 2022-11-23T00:57:54.2511647Z adding: build/bin/Dict_test (deflated 62%) 2022-11-23T00:57:54.3483531Z adding: build/bin/test_lazy (deflated 68%) 2022-11-23T00:57:54.3802020Z adding: build/bin/MaybeOwned_test (deflated 62%) 2022-11-23T00:57:54.4096564Z adding: build/bin/NamedTensor_test (deflated 61%) 2022-11-23T00:57:54.4399347Z adding: build/bin/apply_utils_test (deflated 61%) 2022-11-23T00:57:54.4700046Z adding: build/bin/atest (deflated 61%) 2022-11-23T00:57:54.5011518Z adding: build/bin/basic (deflated 61%) 2022-11-23T00:57:54.5302523Z adding: build/bin/broadcast_test (deflated 61%) 2022-11-23T00:57:54.5597465Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-11-23T00:57:54.5885953Z adding: build/bin/cpu_profiling_allocator_test (deflated 61%) 2022-11-23T00:57:54.9414419Z adding: build/bin/test_api (deflated 65%) 2022-11-23T00:57:54.9697001Z adding: build/bin/dlconvertor_test (deflated 61%) 2022-11-23T00:57:54.9977406Z adding: build/bin/dispatch_key_set_test (deflated 61%) 2022-11-23T00:57:55.0358343Z adding: build/bin/cpu_rng_test (deflated 62%) 2022-11-23T00:57:55.0660408Z adding: build/bin/extension_backend_test (deflated 61%) 2022-11-23T00:57:55.0946551Z adding: build/bin/half_test (deflated 61%) 2022-11-23T00:57:55.1347437Z adding: build/bin/ivalue_test (deflated 60%) 2022-11-23T00:57:55.1627885Z adding: build/bin/lazy_tensor_test (deflated 61%) 2022-11-23T00:57:55.1916012Z adding: build/bin/math_kernel_test (deflated 61%) 2022-11-23T00:57:55.2203512Z adding: build/bin/memory_format_test (deflated 61%) 2022-11-23T00:57:55.2490384Z adding: build/bin/memory_overlapping_test (deflated 61%) 2022-11-23T00:57:55.2778335Z adding: build/bin/mobile_memory_cleanup (deflated 61%) 2022-11-23T00:57:55.3059794Z adding: build/bin/operator_name_test (deflated 61%) 2022-11-23T00:57:55.3357669Z adding: build/bin/native_test (deflated 61%) 2022-11-23T00:57:55.3641427Z adding: build/bin/operators_test (deflated 61%) 2022-11-23T00:57:55.3925958Z adding: build/bin/packedtensoraccessor_test (deflated 61%) 2022-11-23T00:57:55.4263164Z adding: build/bin/pow_test (deflated 61%) 2022-11-23T00:57:55.4558831Z adding: build/bin/quantized_test (deflated 61%) 2022-11-23T00:57:55.4839303Z adding: build/bin/reduce_ops_test (deflated 61%) 2022-11-23T00:57:55.5122037Z adding: build/bin/reportMemoryUsage_test (deflated 61%) 2022-11-23T00:57:55.5417977Z adding: build/bin/scalar_tensor_test (deflated 61%) 2022-11-23T00:57:55.5704431Z adding: build/bin/stride_properties_test (deflated 61%) 2022-11-23T00:57:55.6000912Z adding: build/bin/scalar_test (deflated 61%) 2022-11-23T00:57:55.6354105Z adding: build/bin/tensor_iterator_test (deflated 64%) 2022-11-23T00:57:55.6643241Z adding: build/bin/test_parallel (deflated 61%) 2022-11-23T00:57:55.6929410Z adding: build/bin/type_ptr_test (deflated 61%) 2022-11-23T00:57:55.7098107Z adding: build/bin/thread_init_test (deflated 63%) 2022-11-23T00:57:55.7408068Z adding: build/bin/type_test (deflated 61%) 2022-11-23T00:57:55.7687954Z adding: build/bin/variant_test (deflated 61%) 2022-11-23T00:57:55.7972673Z adding: build/bin/undefined_tensor_test (deflated 61%) 2022-11-23T00:57:55.8138957Z adding: build/bin/verify_api_visibility (deflated 63%) 2022-11-23T00:57:55.8480843Z adding: build/bin/vmap_test (deflated 61%) 2022-11-23T00:57:55.8764912Z adding: build/bin/weakref_test (deflated 61%) 2022-11-23T00:57:55.9048882Z adding: build/bin/wrapdim_test (deflated 61%) 2022-11-23T00:57:55.9329075Z adding: build/bin/xla_tensor_test (deflated 61%) 2022-11-23T00:57:55.9632763Z adding: build/bin/IListRef_test (deflated 61%) 2022-11-23T00:57:56.0021340Z adding: build/bin/List_test (deflated 64%) 2022-11-23T00:57:56.0496791Z adding: build/bin/kernel_function_legacy_test (deflated 63%) 2022-11-23T00:57:56.0809741Z adding: build/bin/KernelFunction_test (deflated 62%) 2022-11-23T00:57:56.1204094Z adding: build/bin/kernel_function_test (deflated 62%) 2022-11-23T00:57:56.1682046Z adding: build/bin/kernel_lambda_legacy_test (deflated 64%) 2022-11-23T00:57:56.2091680Z adding: build/bin/kernel_lambda_test (deflated 63%) 2022-11-23T00:57:56.2396843Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-11-23T00:57:56.2678855Z adding: build/bin/CppSignature_test (deflated 61%) 2022-11-23T00:57:56.3077117Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 62%) 2022-11-23T00:57:56.3368865Z adding: build/bin/backend_fallback_test (deflated 61%) 2022-11-23T00:57:56.3651492Z adding: build/bin/op_allowlist_test (deflated 61%) 2022-11-23T00:57:56.4554229Z adding: build/bin/op_registration_test (deflated 68%) 2022-11-23T00:57:56.4838781Z adding: build/bin/inline_container_test (deflated 61%) 2022-11-23T00:57:56.5043556Z adding: build/bin/tutorial_tensorexpr (deflated 64%) 2022-11-23T00:57:56.5218111Z adding: build/bin/torch_shm_manager (deflated 63%) 2022-11-23T00:57:56.8140371Z adding: build/bin/test_tensorexpr (deflated 66%) 2022-11-23T00:57:56.9729870Z adding: build/bin/test_jit (deflated 63%) 2022-11-23T00:57:56.9784689Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T00:57:56.9784898Z with: 2022-11-23T00:57:56.9785103Z name: linux-focal-py3.7-clang7-tsan 2022-11-23T00:57:56.9785318Z retention-days: 14 2022-11-23T00:57:56.9785755Z if-no-files-found: error 2022-11-23T00:57:56.9785940Z path: artifacts.zip 2022-11-23T00:57:56.9786133Z s3-bucket: gha-artifacts 2022-11-23T00:57:56.9786327Z region: us-east-1 2022-11-23T00:57:56.9786487Z ##[endgroup] 2022-11-23T00:57:57.5818642Z With the provided path, there will be 1 file uploaded 2022-11-23T00:57:57.5819442Z Uploading to s3 prefix: pytorch/pytorch/3528293554/linux-focal-py3.7-clang7-tsan 2022-11-23T00:57:57.5869148Z Starting upload of artifacts.zip 2022-11-23T00:58:00.4792917Z Finished upload of artifacts.zip 2022-11-23T00:58:00.4930820Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T00:58:00.4931040Z with: 2022-11-23T00:58:00.4931240Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T00:58:00.4931444Z retention-days: 365 2022-11-23T00:58:00.4931637Z if-no-files-found: warn 2022-11-23T00:58:00.4931836Z path: sccache-stats-*.json 2022-11-23T00:58:00.4932009Z name: artifact 2022-11-23T00:58:00.4932192Z s3-bucket: gha-artifacts 2022-11-23T00:58:00.4932374Z region: us-east-1 2022-11-23T00:58:00.4932533Z ##[endgroup] 2022-11-23T00:58:00.8291295Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T00:58:00.8291946Z With the provided path, there will be 1 file uploaded 2022-11-23T00:58:00.8292270Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T00:58:00.8298872Z Starting upload of sccache-stats-linux-focal-py3.7-clang7-tsan-9654935109.json 2022-11-23T00:58:00.9295558Z Finished upload of sccache-stats-linux-focal-py3.7-clang7-tsan-9654935109.json 2022-11-23T00:58:00.9407662Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T00:58:00.9407897Z with: 2022-11-23T00:58:00.9408058Z ##[endgroup] 2022-11-23T00:58:00.9432236Z ##[group]Run set -eou pipefail 2022-11-23T00:58:00.9432463Z set -eou pipefail 2022-11-23T00:58:00.9432644Z  2022-11-23T00:58:00.9432880Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T00:58:00.9433115Z for _ in $(seq 1440); do 2022-11-23T00:58:00.9433334Z  # Break if no ssh session exists anymore 2022-11-23T00:58:00.9433552Z  if [ "$(who)" = "" ]; then 2022-11-23T00:58:00.9433723Z  break 2022-11-23T00:58:00.9433891Z  fi 2022-11-23T00:58:00.9434057Z  echo "." 2022-11-23T00:58:00.9434228Z  sleep 5 2022-11-23T00:58:00.9434412Z done 2022-11-23T00:58:00.9445907Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:58:00.9446170Z ##[endgroup] 2022-11-23T00:58:00.9471314Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T00:58:00.9535953Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T00:58:00.9536266Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T00:58:00.9536513Z # shellcheck disable=SC2046 2022-11-23T00:58:00.9536737Z docker stop $(docker ps -q) || true 2022-11-23T00:58:00.9536950Z # Prune all of the docker images 2022-11-23T00:58:00.9537166Z docker system prune -af 2022-11-23T00:58:00.9547546Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:58:00.9547846Z ##[endgroup] 2022-11-23T00:58:09.2299052Z e415695d982c 2022-11-23T00:58:09.5613302Z Deleted Containers: 2022-11-23T00:58:09.5613793Z e415695d982c77152466666e9d254d725f99b81a4f0510a949091c37ef769498 2022-11-23T00:58:09.5613991Z 2022-11-23T00:58:11.6781276Z Deleted Images: 2022-11-23T00:58:11.6782111Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:58:11.6783422Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:34e1bcba9828261caa1c7fe4033262dcda23b44eddd67475534e3a1447bdd75d 2022-11-23T00:58:11.6784245Z deleted: sha256:a4b6a4ec144dd731b4057d13309ced6a22d97b1e2b83ef3e696dc70c7e49decd 2022-11-23T00:58:11.6784569Z deleted: sha256:957d23465a21ad41a554594011d7d2a42e73703d09894a234159252a57694eca 2022-11-23T00:58:11.6784884Z deleted: sha256:289bb9074da144972db46a2f7ffdbc3ba8ce7a60ebc3baf70980d4a4963a844e 2022-11-23T00:58:11.6785228Z deleted: sha256:336d2ba0fb5b4f8df52bc774d6ce3a2bf664d46a7f8836aab9970210ea2d6cb3 2022-11-23T00:58:11.6785554Z deleted: sha256:c5844234fd0a1fa2dea49650a9e6d32c2fba3131c65c134479c6a494ee6f563b 2022-11-23T00:58:11.6787724Z deleted: sha256:203e7ecd00cf1cb8e5c518c637d63b91a4aa788469d4277812909ab12479f431 2022-11-23T00:58:11.6788048Z deleted: sha256:6e9b9d48f551d7af6f768403aaa859621429c24492df0b6c7622522f4f972e54 2022-11-23T00:58:11.6788349Z deleted: sha256:8bcae249f30f296b7ab333392192d9b427f6e50459e4c39875fc82a1ae8901f5 2022-11-23T00:58:11.6788680Z deleted: sha256:459e58382a73eb34e2fbc98ec8c4d8ed7f72c5b1a5ea014274bd38c9c22eb7f3 2022-11-23T00:58:11.6789012Z deleted: sha256:1d98fb9717cebdb7e3bb6990fa3484bc43b25e76fb1337494e90d2ce0595092e 2022-11-23T00:58:11.6789347Z deleted: sha256:ab8cb7648df854789528a4a2ab1aebac1347d8fc472b25a557f996407b118248 2022-11-23T00:58:11.6789669Z deleted: sha256:53b34ccc4e27ad92686b352fa50e505b64e45bce83d6addeef5719ebc8c500e7 2022-11-23T00:58:11.6789991Z deleted: sha256:c32a05616d2c147bbd689a5197483194dd91cf7897122d4d6890c0e1d8d63cc1 2022-11-23T00:58:11.6790313Z deleted: sha256:a9dd32d6bcb5f46c3081fef867b20a91048f65f3b22f2b6e43bff4a02750e8ef 2022-11-23T00:58:11.6790624Z deleted: sha256:90991355502aed6e6ff9d80c658357a5308bc7ce0d9f498046927cdc61c3b373 2022-11-23T00:58:11.6791013Z deleted: sha256:e7ce89b7a5be09db5f7437d3d14bf8e9de4c70650e17c22e0c05a98efaedb652 2022-11-23T00:58:11.6791342Z deleted: sha256:67a6941ba464b959f947ee51cc4f1411a27a0f26597a80ad7d3f42f0ab95c44a 2022-11-23T00:58:11.6791647Z deleted: sha256:690777ed65340b394518843b6c6d9d2ff8a86eeb124ac7fb483867022da7fc39 2022-11-23T00:58:11.6791944Z deleted: sha256:bf7f1084b290ad6202b6e85e52b1393af74db41de07dc82643aba0946fcfecf8 2022-11-23T00:58:11.6792263Z deleted: sha256:946fd272ae7e48d19dd54903226c28dcd0db3d28f3641b209ebd0ef491c407ae 2022-11-23T00:58:11.6792582Z deleted: sha256:61c91de682876a791b276b3c5f234e6097dddda7bc34e48c03e4f7985e9e9e75 2022-11-23T00:58:11.6792885Z deleted: sha256:9043075388f59bc2ccefe85e2bf1d2dd5751680bb7adb5905f5f4a88198a8b1e 2022-11-23T00:58:11.6793203Z deleted: sha256:4146ddf15114cec2fd801bb210a355125ec6f2e98c081c7a4a5e108b470105a2 2022-11-23T00:58:11.6793540Z deleted: sha256:8babfba6d7be23fe3f83d9befc80a3a8f3b570f90538cc39dc7c67af6bb77cd0 2022-11-23T00:58:11.6793879Z deleted: sha256:428288871a22c706b81b0ab5ee2e0142fb717a9ef12fbc27b5d4b3e3aac12336 2022-11-23T00:58:11.6794197Z deleted: sha256:00c44b66abe4afc48c84baf74e9cfaafa05a7d5a8cbd4a17f968b6339e548fef 2022-11-23T00:58:11.6794531Z deleted: sha256:316ea1b1a6172d128d8c4d394e092ad5534bdfbe00899a73db9417dd82e45297 2022-11-23T00:58:11.6794863Z deleted: sha256:68ad7ab42cd7d591f0ded7f44f5d86f39b2cb5c8b5ca675a5144917645f42bdc 2022-11-23T00:58:11.6795193Z deleted: sha256:67cc46d00acc3f42fca26b6bcecdbeb71dbf3453466d304a90ce270e0574b6b5 2022-11-23T00:58:11.6795540Z deleted: sha256:59d1e1bad025bfdb6c03601e92ff9f03eb248cfefee8d7de74410849b2d61dda 2022-11-23T00:58:11.6795869Z deleted: sha256:20d99cbd6d4d965ce3e1c8f258b8c6364869bd3fa2d430a7472e8e124b0c4e2b 2022-11-23T00:58:11.6796193Z deleted: sha256:4aa9ee87dec7121986628e83e0f38e4bc5cbf5c1310410fd291c7b68ef4a5f05 2022-11-23T00:58:11.6796491Z deleted: sha256:a3968ec11747fa551809a34c26960d74e431b287b34e8c3324a65b1868d8def0 2022-11-23T00:58:11.6796803Z deleted: sha256:ba2616f250f8ad4cfa197f1ea72f2a082598b79d54cb330a6ecd92be86c6269a 2022-11-23T00:58:11.6797143Z deleted: sha256:56fe8c1ca84cbed54b8e21c8b92d51679ea24da3a4d2ab3adff5982cf6dda6e6 2022-11-23T00:58:11.6797485Z deleted: sha256:2cc42a58acd97cef90aaf2acdb96a3ee2134113fc5ac0feec729d18a7f01db29 2022-11-23T00:58:11.6797826Z deleted: sha256:22fbe23bf5734c604a8e4a83ea9c69679df172d74920ce8b8da5732c15b79076 2022-11-23T00:58:11.6798143Z deleted: sha256:c21891eb7ba18f3202c52298d2ead6608146c9042db370cee5aaa519e3593934 2022-11-23T00:58:11.6798463Z deleted: sha256:e3d48c5eb9561454b2ad49064f833a6fa832ee6dfbcb73507280e7aa3c17d79f 2022-11-23T00:58:11.6798765Z deleted: sha256:b595df58740560a02b11650237e18a1caadb02b12cf1f4b9a0941c4588e2c75a 2022-11-23T00:58:11.6799091Z deleted: sha256:bd9b63fdbabee64389dbe9a14d4f84e9896bc7b2987a265df4eb8dc37d88f621 2022-11-23T00:58:11.6799436Z deleted: sha256:ce0e1cf857b0d2889aedcc187b3c0114eac292ec1e9d1e45e3469aa3c218c314 2022-11-23T00:58:11.6799789Z deleted: sha256:e52aa1775496de5e34d420cb504fe51b65083e324a6464d92bade600bd6fda43 2022-11-23T00:58:11.6800114Z deleted: sha256:eafe23236602d0f7fcdd2a8c142b1c143dfd94cf0ca729b50a929d68fb3f2e69 2022-11-23T00:58:11.6800430Z deleted: sha256:75eb7300e942593567720f8f93d2b4c014e1266a1b760589e79d8a61e1a8a626 2022-11-23T00:58:11.6800725Z deleted: sha256:23fc4f74cb467ad8613500ba4933ead0444400a958659fc2e4e15053ddb26b2e 2022-11-23T00:58:11.6801018Z deleted: sha256:4b19c06b42ce583148c6a244b35318d485029df4acba188749ae05a48e46e818 2022-11-23T00:58:11.6801327Z deleted: sha256:1cb818a16d9faa236e51f78c372f12d74c9ec743a2825cd976e6eb5232c335c0 2022-11-23T00:58:11.6801647Z deleted: sha256:372c2de2d184b766dc1b5199fb39c1693ddeed10a110f248bf8b928e351d5b49 2022-11-23T00:58:11.6801968Z deleted: sha256:eccae0f33cad4662e8ee2951f2eab1ed9152be1384b3c257514c15c5bddbfe57 2022-11-23T00:58:11.6802307Z deleted: sha256:ab69c239d0540fee395e7efd55af811bf9c4c8cc2306b38419b5be0d30efea3b 2022-11-23T00:58:11.6802638Z deleted: sha256:638f5e65aebda03f5c0fb32a504e0169c0db0ae893ba72f578f439bee298d2ff 2022-11-23T00:58:11.6803006Z deleted: sha256:84d836cb409df8d22c40358d01823ad5be407e662705bde77d1dc290beb56d8c 2022-11-23T00:58:11.6803316Z deleted: sha256:3202e00f8eed437e2a440dbb8e91fa72a9a47f59cdbc6653ee6a77ee72d83617 2022-11-23T00:58:11.6803648Z deleted: sha256:38ab0cf519cac244722224ae069cdef7caaba125cf53b46086e66aa3d409fe95 2022-11-23T00:58:11.6804164Z deleted: sha256:94e04de0226485b1b389376cdb9af2679b13e9af2becbec084497f75da2d3e9f 2022-11-23T00:58:11.6804475Z deleted: sha256:58364c0a30eddccbf676c40a511f6561f6edf17839b4b5ce45f1271971106d96 2022-11-23T00:58:11.6804794Z deleted: sha256:f4462d5b2da2985f37409c9b257afd2b9fb82356ce4e43e804ee34214242e34a 2022-11-23T00:58:11.6804972Z 2022-11-23T00:58:11.6900837Z Total reclaimed space: 6.95GB 2022-11-23T00:58:11.6950563Z Post job cleanup. 2022-11-23T00:58:11.6984175Z Post job cleanup. 2022-11-23T00:58:11.8007632Z [command]/usr/bin/git version 2022-11-23T00:58:11.8261298Z git version 2.37.1 2022-11-23T00:58:11.8299400Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7e38e115-5753-49c3-ba82-573954df530e' before making global git config changes 2022-11-23T00:58:11.8299809Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:58:11.8303861Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:58:11.8349897Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:58:11.8379426Z [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:58:11.8788388Z Entering 'android/libs/fbjni' 2022-11-23T00:58:11.8822631Z Entering 'third_party/FP16' 2022-11-23T00:58:11.8856423Z Entering 'third_party/FXdiv' 2022-11-23T00:58:11.8889991Z Entering 'third_party/NNPACK' 2022-11-23T00:58:11.8924170Z Entering 'third_party/QNNPACK' 2022-11-23T00:58:11.8957205Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:58:11.8991095Z Entering 'third_party/XNNPACK' 2022-11-23T00:58:11.9035212Z Entering 'third_party/benchmark' 2022-11-23T00:58:11.9068762Z Entering 'third_party/cpuinfo' 2022-11-23T00:58:11.9102821Z Entering 'third_party/cub' 2022-11-23T00:58:11.9136259Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:58:11.9174385Z Entering 'third_party/cutlass' 2022-11-23T00:58:11.9213628Z Entering 'third_party/eigen' 2022-11-23T00:58:11.9249819Z Entering 'third_party/fbgemm' 2022-11-23T00:58:11.9285282Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:58:11.9319346Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:58:11.9353039Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:58:11.9386360Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:58:11.9420401Z Entering 'third_party/flatbuffers' 2022-11-23T00:58:11.9455581Z Entering 'third_party/fmt' 2022-11-23T00:58:11.9488875Z Entering 'third_party/foxi' 2022-11-23T00:58:11.9523141Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:58:11.9556602Z Entering 'third_party/gloo' 2022-11-23T00:58:11.9589991Z Entering 'third_party/googletest' 2022-11-23T00:58:11.9623446Z Entering 'third_party/ideep' 2022-11-23T00:58:11.9657211Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:58:11.9692044Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:58:11.9730457Z Entering 'third_party/ios-cmake' 2022-11-23T00:58:11.9764907Z Entering 'third_party/ittapi' 2022-11-23T00:58:11.9797777Z Entering 'third_party/kineto' 2022-11-23T00:58:11.9831057Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:58:11.9863637Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:58:11.9900575Z Entering 'third_party/nccl/nccl' 2022-11-23T00:58:11.9933330Z Entering 'third_party/neon2sse' 2022-11-23T00:58:11.9966473Z Entering 'third_party/nlohmann' 2022-11-23T00:58:12.0000565Z Entering 'third_party/onnx' 2022-11-23T00:58:12.0046978Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:58:12.0079821Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:58:12.0114957Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:58:12.0147812Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:58:12.0184488Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:58:12.0216286Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:58:12.0248935Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:58:12.0287015Z Entering 'third_party/pocketfft' 2022-11-23T00:58:12.0319830Z Entering 'third_party/protobuf' 2022-11-23T00:58:12.0356786Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:58:12.0390990Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:58:12.0425599Z Entering 'third_party/psimd' 2022-11-23T00:58:12.0459483Z Entering 'third_party/pthreadpool' 2022-11-23T00:58:12.0492487Z Entering 'third_party/pybind11' 2022-11-23T00:58:12.0526100Z Entering 'third_party/python-enum' 2022-11-23T00:58:12.0560042Z Entering 'third_party/python-peachpy' 2022-11-23T00:58:12.0593803Z Entering 'third_party/python-six' 2022-11-23T00:58:12.0629080Z Entering 'third_party/sleef' 2022-11-23T00:58:12.0663205Z Entering 'third_party/tbb' 2022-11-23T00:58:12.0698685Z Entering 'third_party/tensorpipe' 2022-11-23T00:58:12.0733152Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:58:12.0767324Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:58:12.0800053Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:58:12.0833456Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:58:12.0868036Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:58:12.0904782Z Entering 'third_party/zstd' 2022-11-23T00:58:12.0953708Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:58:12.0980309Z http.https://github.com/.extraheader 2022-11-23T00:58:12.0988019Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T00:58:12.1021031Z [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:58:12.1274720Z Entering 'android/libs/fbjni' 2022-11-23T00:58:12.1295918Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1322880Z Entering 'third_party/FP16' 2022-11-23T00:58:12.1343698Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1369787Z Entering 'third_party/FXdiv' 2022-11-23T00:58:12.1389453Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1416583Z Entering 'third_party/NNPACK' 2022-11-23T00:58:12.1436379Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1463202Z Entering 'third_party/QNNPACK' 2022-11-23T00:58:12.1483908Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1509976Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:58:12.1531233Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1557672Z Entering 'third_party/XNNPACK' 2022-11-23T00:58:12.1577892Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1614405Z Entering 'third_party/benchmark' 2022-11-23T00:58:12.1634591Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1662107Z Entering 'third_party/cpuinfo' 2022-11-23T00:58:12.1681762Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1707905Z Entering 'third_party/cub' 2022-11-23T00:58:12.1728466Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1754449Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:58:12.1775149Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1807088Z Entering 'third_party/cutlass' 2022-11-23T00:58:12.1827612Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1859967Z Entering 'third_party/eigen' 2022-11-23T00:58:12.1880182Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1908133Z Entering 'third_party/fbgemm' 2022-11-23T00:58:12.1928213Z http.https://github.com/.extraheader 2022-11-23T00:58:12.1954900Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:58:12.1974904Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2000697Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:58:12.2020068Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2046095Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:58:12.2065111Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2090954Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:58:12.2110596Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2137226Z Entering 'third_party/flatbuffers' 2022-11-23T00:58:12.2157545Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2186017Z Entering 'third_party/fmt' 2022-11-23T00:58:12.2206539Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2232808Z Entering 'third_party/foxi' 2022-11-23T00:58:12.2252620Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2278375Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:58:12.2298107Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2324065Z Entering 'third_party/gloo' 2022-11-23T00:58:12.2343692Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2369992Z Entering 'third_party/googletest' 2022-11-23T00:58:12.2389777Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2416750Z Entering 'third_party/ideep' 2022-11-23T00:58:12.2436742Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2463033Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:58:12.2481569Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2509746Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:58:12.2529896Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2562419Z Entering 'third_party/ios-cmake' 2022-11-23T00:58:12.2586360Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2611888Z Entering 'third_party/ittapi' 2022-11-23T00:58:12.2631862Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2658091Z Entering 'third_party/kineto' 2022-11-23T00:58:12.2678044Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2704582Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:58:12.2723441Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2750274Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:58:12.2769943Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2796541Z Entering 'third_party/nccl/nccl' 2022-11-23T00:58:12.2816647Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2842305Z Entering 'third_party/neon2sse' 2022-11-23T00:58:12.2861738Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2887590Z Entering 'third_party/nlohmann' 2022-11-23T00:58:12.2907108Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2934735Z Entering 'third_party/onnx' 2022-11-23T00:58:12.2953621Z http.https://github.com/.extraheader 2022-11-23T00:58:12.2990434Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:58:12.3010793Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3037156Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:58:12.3056812Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3084664Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:58:12.3103705Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3128971Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:58:12.3147465Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3178387Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:58:12.3197468Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3223566Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:58:12.3242406Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3267293Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:58:12.3287106Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3317646Z Entering 'third_party/pocketfft' 2022-11-23T00:58:12.3337191Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3362463Z Entering 'third_party/protobuf' 2022-11-23T00:58:12.3382456Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3410876Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:58:12.3430537Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3456991Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:58:12.3475957Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3503150Z Entering 'third_party/psimd' 2022-11-23T00:58:12.3522554Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3548448Z Entering 'third_party/pthreadpool' 2022-11-23T00:58:12.3568076Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3593540Z Entering 'third_party/pybind11' 2022-11-23T00:58:12.3613089Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3639016Z Entering 'third_party/python-enum' 2022-11-23T00:58:12.3658846Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3685098Z Entering 'third_party/python-peachpy' 2022-11-23T00:58:12.3704312Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3730139Z Entering 'third_party/python-six' 2022-11-23T00:58:12.3749840Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3775162Z Entering 'third_party/sleef' 2022-11-23T00:58:12.3794872Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3821154Z Entering 'third_party/tbb' 2022-11-23T00:58:12.3840623Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3868887Z Entering 'third_party/tensorpipe' 2022-11-23T00:58:12.3888652Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3914881Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:58:12.3933743Z http.https://github.com/.extraheader 2022-11-23T00:58:12.3960040Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:58:12.3979941Z http.https://github.com/.extraheader 2022-11-23T00:58:12.4005505Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:58:12.4024534Z http.https://github.com/.extraheader 2022-11-23T00:58:12.4050157Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:58:12.4069026Z http.https://github.com/.extraheader 2022-11-23T00:58:12.4095427Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:58:12.4114627Z http.https://github.com/.extraheader 2022-11-23T00:58:12.4143919Z Entering 'third_party/zstd' 2022-11-23T00:58:12.4164950Z http.https://github.com/.extraheader 2022-11-23T00:58:12.4413337Z Evaluate and set job outputs 2022-11-23T00:58:12.4423377Z Set output 'docker-image' 2022-11-23T00:58:12.4424608Z Cleaning up orphan processes